summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backport the 'dirtying dbuf' panic fix from newer ZFS version.pjd2009-08-314-22/+40
* Add missing mountpoint vnode locking.pjd2009-08-301-0/+5
* - Hide ZFS kernel threads under zfskern process.pjd2009-08-235-16/+15
* Set priority of vdev_geom threads and zvol threads to PRIBIO.pjd2009-08-232-0/+8
* - Give minclsyspri and maxclsyspri real values (consulted with kmacy).pjd2009-08-232-4/+16
* Our libc doesn't implement control method for XDR (only kernel does) and itpjd2009-08-201-0/+70
* getcwd() (when __getcwd() fails) works by stating current directory, going uppjd2009-08-171-0/+43
* Manage asynchronous vnode release just like Solaris.pjd2009-08-177-132/+50
* - Reduce z_teardown_lock lock scope a bit.pjd2009-08-171-7/+7
* If z_buf is NULL, we should free znode immediately.pjd2009-08-171-7/+9
* - We need to recycle vnode instead of freeing znode.pjd2009-08-171-3/+2
* Fix panic in zfs recv code. The last vnode (mountpoint's vnode) can havepjd2009-08-171-1/+1
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andpjd2009-08-175-1188/+150
* - Fix a race where /dev/zfs control device is created before ZFS is fullypjd2009-08-171-25/+21
* Remove files that are no longer used.pjd2009-08-175-1688/+0
* Fix misalignment in nvpair_native_embedded() caused by the compilermarcel2009-08-161-2/+3
* Remove CDDL warning.trasz2009-08-131-4/+0
* We don't support ephemeral IDs in FreeBSD and without this fix ZFS canpjd2009-07-271-0/+4
OpenPOWER on IntegriCloud