summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Change VOP_FSYNC for zfs vnode from VOP_PANIC to zfs_freebsd_fsync(),kib2009-12-051-1/+1
* We have to eventually look for provider without checking guid as this is needpjd2009-12-051-3/+5
* Fix deadlock when ZVOLs are present and we are replacing dead component orpjd2009-12-052-2/+10
* Always check guid when opening by path, because we may end up with providerpjd2009-12-051-5/+3
* Avoid using additional variable for storing an error if we are not goingpjd2009-12-051-3/+2
* Correct another case of not doing 64bit math. This allows mine andps2009-11-131-1/+2
* Be careful which vattr fields are set during setattr replay.pjd2009-11-101-4/+8
* Avoid passing invalid mountpoint to getnewvnode().pjd2009-11-101-21/+18
* - 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
OpenPOWER on IntegriCloud