summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* - zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and callpjd2009-10-303-10/+23
* Correct some issues with zfs boot.rnoland2009-10-231-0/+18
* Allow file system owner to modify system flags if securelevel permits.pjd2009-10-083-12/+17
* File system owner is when uid matches and jail matches.pjd2009-10-081-3/+2
* On FreeBSD it is enough to report provider removal when orphan event ispjd2009-10-071-20/+0
* Fix white-spaces.pjd2009-10-071-6/+6
* Fix situation where Mac OS X NFS client creates a file and when it triespjd2009-10-071-1/+17
* Prevent paging pressure from draining arc too muchkmacy2009-10-061-3/+6
* Return EOPNOTSUPP instead of EINVAL when doing chflags(2) over an olddelphij2009-10-011-0/+4
* Handle cases where virtual (GFS) vnodes are referenced when doing forcedpjd2009-09-262-15/+22
* On lookup error VFS expects *vpp to be set to NULL, be sure to do that.pjd2009-09-261-0/+2
* Use traverse() function to find and return mount point's vnode instead ofpjd2009-09-261-3/+6
* - Don't depend on value returned by gfs_*_inactive(), it doesn't workpjd2009-09-261-13/+5
* Switch to fletcher4 as the default checksum algorithm. Fletcher2 was proven topjd2009-09-252-3/+103
* Before calling vflush(FORCECLOSE) mark file system as unmounted so thepjd2009-09-242-1/+16
* Close race in zfs_zget(). We have to increase usecount first and thenpjd2009-09-241-9/+19
* In VOP_SETACL(9) and VOP_GETACL(9), specifying wrong ACL type should resulttrasz2009-09-231-2/+2
* Restore BSD behaviour - when creating new directory entry use parent directorypjd2009-09-231-1/+1
* Purge namecache in the same place OpenSolaris does.pjd2009-09-202-6/+3
* Purge file system namecache when receiving incremental stream and rolling backpjd2009-09-171-0/+3
* Purge namecache for the file system being rolled back, so it doesn't point atpjd2009-09-171-0/+3
* Forced unmounts work just fine in my tests under heavy load. There mightpjd2009-09-151-5/+0
* We believe ZFS is ready for production use. Remove a warning about it beingpjd2009-09-151-2/+0
* - Mount ZFS snapshots with MNT_IGNORE flag, so they are not visible in regularpjd2009-09-143-53/+36
* Support both case: when snapshot is already mounted and when it is not yetpjd2009-09-131-5/+3
* Add missing \n.pjd2009-09-131-1/+1
* Work-around READDIRPLUS problem with .zfs/ and .zfs/snapshot/ directoriespjd2009-09-131-0/+14
* When zfs.ko is compiled with debug, make sure that znode and vnode point atpjd2009-09-133-3/+22
* Extend scope of the z_teardown_lock lock for consistency and "just in case".pjd2009-09-131-2/+3
* Be sure not to overflow struct fid.pjd2009-09-131-0/+2
* There is a bug where mze_insert() can trigger an assert() of insertingpjd2009-09-131-5/+16
* - Protect reclaim with z_teardown_inactive_lock.pjd2009-09-122-5/+29
* Tighten up the check for race in zfs_zget() - ZTOV(zp) can not only containpjd2009-09-121-2/+10
* Only log successful commands! Without this fix we log even unsuccessfulpjd2009-09-081-2/+4
* We don't export individual snapshots, so mnt_export field in snapshot'spjd2009-09-081-0/+23
* When we automatically mount snapshot we want to return vnode of the mount pointpjd2009-09-081-3/+19
* On FreeBSD we don't have to look for snapshot's mount point,pjd2009-09-081-0/+6
* Call ZFS_EXIT() after locking the vnode.pjd2009-09-081-3/+1
* Lock Giant around vn_open_cred().kib2009-09-081-2/+4
* Fix reference count leak for a case where snapshot's mount point is updated.pjd2009-09-081-0/+7
* If we have to use avl_find(), optimize a bit and use avl_insert() instead ofpjd2009-09-071-5/+10
* When snapshot mount point is busy (for example we are still in it)pjd2009-09-071-1/+9
* Enable NFSv4 ACL support in ZFS.trasz2009-09-071-6/+31
* Defer thread start until we set priority.pjd2009-09-071-1/+3
* Don't recheck ownership on update mount. This will eliminate LOR betweenpjd2009-09-071-5/+6
* - Avoid holding mutex around M_WAITOK allocations.pjd2009-09-071-6/+26
* Prevent the line from wrapping.trasz2009-09-071-1/+1
* Changing provider size is not really supported by GEOM, but doing so whenpjd2009-09-071-5/+16
* bzero() on-stack argument, so mutex_init() won't misinterpret that thepjd2009-09-071-0/+1
* Improve wording.trasz2009-09-051-4/+8
OpenPOWER on IntegriCloud