summaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-01104-104/+104
* Unbreak ZFS after the r188610:Konstantin Belousov2009-02-194-10/+19
* Disable debug mode.John Birrell2008-09-011-2/+0
* Fix mismerges in ZFS from the Dtrace merge.Scott Long2008-08-2910-16/+21
* Ensure that the padding calcualtion doesn't return a negative value.Scott Long2008-08-291-1/+3
* Revert non-DTrace related changes from previous commit.John Baldwin2008-08-271-9/+8
* Revert previous change. LO_ENROLLPEND is still used in 7.x.John Baldwin2008-08-271-1/+2
* MFCJohn Birrell2008-08-2797-436/+48892
* MFC r178243:Konstantin Belousov2008-08-013-41/+0
* Merge r177253, r177255 from head to stable/7:Robert Watson2008-07-222-2/+2
* MFC: sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c:1.28Pawel Jakub Dawidek2008-04-261-0/+4
* MFC: 1.4Marius Strobl2008-04-251-36/+13
* Add FreeBSD IDs to files which originate in FreeBSD.John Birrell2008-04-2210-0/+20
* MFC. The great CDDL file move.John Birrell2008-04-1741-216/+783
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-04-165-0/+5154
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-04-01233-0/+85627
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-10-10239-91585/+0
* Fix lock leak leading to the 'System call <name> returning with 1 locks held'Pawel Jakub Dawidek2007-10-041-0/+2
* Now that we have CDDLed code in the tree, add CDDL license.Pawel Jakub Dawidek2007-09-231-0/+384
* Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the originalPawel Jakub Dawidek2007-09-101-0/+41
* After dfr@ vnode leak fix, we can allow ARC to consume more memory.Pawel Jakub Dawidek2007-09-101-2/+2
* Use CTLFLAG_RDTUN for tunable sysctls.Pawel Jakub Dawidek2007-09-011-2/+2
* Some ZFS threads needs stack larger than the default 8kB, so use 16kB ofPawel Jakub Dawidek2007-08-161-1/+8
* Update assertion after revision 1.23.Pawel Jakub Dawidek2007-07-241-1/+1
* Correct a reference-counting mistake in the ZFS code which led to abnormalDoug Rabson2007-07-092-3/+1
* In zfs_vget, if we fail to translate an inode number to the correspondingDoug Rabson2007-06-271-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-17/+12
* Add my copyright.Marcel Moolenaar2007-06-081-0/+28
* - Reduce number of atomic operations needed to be implemented in asm byPawel Jakub Dawidek2007-06-087-1707/+277
* Missing atomic operations for ZFS/ia64.Pawel Jakub Dawidek2007-06-081-0/+54
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-2/+2
* Reimplement traverse() helper function:Pawel Jakub Dawidek2007-06-043-20/+23
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-312-2/+2
* Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize itPawel Jakub Dawidek2007-05-281-0/+1
* Because we allocate componentname structures on stack, bzero() them beforePawel Jakub Dawidek2007-05-281-0/+3
* There are too many false positive LORs reported by WITNESS, so when ZFSPawel Jakub Dawidek2007-05-262-2/+14
* DNLC_NO_VNODE can't be NULL.Pawel Jakub Dawidek2007-05-241-1/+1
* Initialize ZFS a bit earlier and block root mounting untilPawel Jakub Dawidek2007-05-241-1/+4
* FreeBSD's namecache works quite well with ZFS, so remove DNLC.Pawel Jakub Dawidek2007-05-233-1075/+40
* All objects we create using GFS are directories, so initialize d_typePawel Jakub Dawidek2007-05-231-2/+2
* Lock vnode on lookup. This fixes ZIL replay for rmdir/unlink/rename.Pawel Jakub Dawidek2007-05-221-0/+3
* Increase debug level - this message is not that important.Pawel Jakub Dawidek2007-05-091-1/+1
* - Add missing lock destruction and remove duplicate initializations.Pawel Jakub Dawidek2007-05-066-5/+14
* Use provider's ident to handle situations when disks are moved aroundPawel Jakub Dawidek2007-05-061-10/+161
* MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock.Pawel Jakub Dawidek2007-05-061-1/+2
* Share-lock a vnode where possible.Pawel Jakub Dawidek2007-05-023-4/+4
* When parent directory has to be unlocked, lock it back with the same lockPawel Jakub Dawidek2007-05-021-2/+6
* Lock vnode using cn_lkflags in case the caller wants the vnode to bePawel Jakub Dawidek2007-05-021-1/+1
* The getnewvnode() function sets LK_NOSHARE by default, so if we want toPawel Jakub Dawidek2007-05-021-3/+9
* ZFS should update timestamps upon the creat() of an existing file.Pawel Jakub Dawidek2007-05-022-2/+5