summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* On FreeBSD, time_t is 64-bit for all platforms except i386 and powerpc,delphij2010-01-251-0/+5
* Report ZFS filesystem version instead of the zpool version when we say it.delphij2010-01-111-1/+1
* Re-apply onnv-gate revisions 7994 and 8986 (corresponds to FreeBSDdelphij2010-01-071-7/+6
* Instead of assuming all vdevs are healthy, check the newest vdev labeldelphij2010-01-061-1/+12
* Teach the (gpt)zfsboot and zfsloader raidz code to use its bufferspjd2010-01-061-21/+29
* Reduce diff against OpenSolaris - move Giant acquire/release todelphij2010-01-022-5/+3
* Apply OpenSolaris revision 8012 which brings our zpool to version 14,delphij2009-12-286-97/+121
* Apply fix for Solaris bug 6462803: zfs snapshot -r failed becausedelphij2009-12-191-7/+9
* Apply fix for Solaris bug 6801979: zfs recv can fail with E2BIGdelphij2009-12-194-64/+64
* Apply fix Solaris bug 6462803 zfs snapshot -r failed becausedelphij2009-12-192-23/+44
* 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
OpenPOWER on IntegriCloud