aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* - Protect reclaim with z_teardown_inactive_lock.Pawel Jakub Dawidek2009-09-122-5/+29
* Tighten up the check for race in zfs_zget() - ZTOV(zp) can not only containPawel Jakub Dawidek2009-09-121-2/+10
* Only log successful commands! Without this fix we log even unsuccessfulPawel Jakub Dawidek2009-09-081-2/+4
* We don't export individual snapshots, so mnt_export field in snapshot'sPawel Jakub Dawidek2009-09-081-0/+23
* When we automatically mount snapshot we want to return vnode of the mount pointPawel Jakub Dawidek2009-09-081-3/+19
* On FreeBSD we don't have to look for snapshot's mount point,Pawel Jakub Dawidek2009-09-081-0/+6
* Call ZFS_EXIT() after locking the vnode.Pawel Jakub Dawidek2009-09-081-3/+1
* Lock Giant around vn_open_cred().Konstantin Belousov2009-09-081-2/+4
* Fix reference count leak for a case where snapshot's mount point is updated.Pawel Jakub Dawidek2009-09-081-0/+7
* If we have to use avl_find(), optimize a bit and use avl_insert() instead ofPawel Jakub Dawidek2009-09-071-5/+10
* When snapshot mount point is busy (for example we are still in it)Pawel Jakub Dawidek2009-09-071-1/+9
* Enable NFSv4 ACL support in ZFS.Edward Tomasz Napierala2009-09-071-6/+31
* Defer thread start until we set priority.Pawel Jakub Dawidek2009-09-071-1/+3
* Don't recheck ownership on update mount. This will eliminate LOR betweenPawel Jakub Dawidek2009-09-071-5/+6
* - Avoid holding mutex around M_WAITOK allocations.Pawel Jakub Dawidek2009-09-071-6/+26
* Prevent the line from wrapping.Edward Tomasz Napierala2009-09-071-1/+1
* Changing provider size is not really supported by GEOM, but doing so whenPawel Jakub Dawidek2009-09-071-5/+16
* bzero() on-stack argument, so mutex_init() won't misinterpret that thePawel Jakub Dawidek2009-09-071-0/+1
* Improve wording.Edward Tomasz Napierala2009-09-051-4/+8
* Backport the 'dirtying dbuf' panic fix from newer ZFS version.Pawel Jakub Dawidek2009-08-314-22/+40
* Add missing mountpoint vnode locking.Pawel Jakub Dawidek2009-08-301-0/+5
* - Hide ZFS kernel threads under zfskern process.Pawel Jakub Dawidek2009-08-235-16/+15
* Set priority of vdev_geom threads and zvol threads to PRIBIO.Pawel Jakub Dawidek2009-08-232-0/+8
* - Give minclsyspri and maxclsyspri real values (consulted with kmacy).Pawel Jakub Dawidek2009-08-232-4/+16
* Our libc doesn't implement control method for XDR (only kernel does) and itPawel Jakub Dawidek2009-08-201-0/+70
* getcwd() (when __getcwd() fails) works by stating current directory, going upPawel Jakub Dawidek2009-08-171-0/+43
* Manage asynchronous vnode release just like Solaris.Pawel Jakub Dawidek2009-08-177-132/+50
* - Reduce z_teardown_lock lock scope a bit.Pawel Jakub Dawidek2009-08-171-7/+7
* If z_buf is NULL, we should free znode immediately.Pawel Jakub Dawidek2009-08-171-7/+9
* - We need to recycle vnode instead of freeing znode.Pawel Jakub Dawidek2009-08-171-3/+2
* Fix panic in zfs recv code. The last vnode (mountpoint's vnode) can havePawel Jakub Dawidek2009-08-171-1/+1
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andPawel Jakub Dawidek2009-08-175-1188/+150
* - Fix a race where /dev/zfs control device is created before ZFS is fullyPawel Jakub Dawidek2009-08-171-25/+21
* Remove files that are no longer used.Pawel Jakub Dawidek2009-08-175-1688/+0
* Fix misalignment in nvpair_native_embedded() caused by the compilerMarcel Moolenaar2009-08-161-2/+3
* Remove CDDL warning.Edward Tomasz Napierala2009-08-131-4/+0
* We don't support ephemeral IDs in FreeBSD and without this fix ZFS canPawel Jakub Dawidek2009-07-271-0/+4
* Fix extattr_list_file(2) on ZFS in case the attribute directoryEdward Tomasz Napierala2009-07-221-3/+3
* Fix permission handling for extended attributes in ZFS. WithoutEdward Tomasz Napierala2009-07-203-3/+51
* dtrace_gethrtime: improve scaling of TSC ticks to nanosecondsAndriy Gapon2009-07-152-4/+95
* Add new msleep(9) flag PBDY that shall be specified together withKonstantin Belousov2009-07-141-1/+1
* In nvpair_native_embedded_array(), meaningless pointers are zeroed.Marcel Moolenaar2009-07-111-3/+6
* dtrace/amd64: fix virtual address checksAndriy Gapon2009-06-242-9/+6
* O_NOFOLLOW shall be in flags, not in cmode.Konstantin Belousov2009-06-221-3/+2
* Add another flags argument to vn_open_cred. Use it to specify that someKonstantin Belousov2009-06-213-4/+5
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-132-3/+3
* pjd has requested that I keep the tunable as zfs_prefetch_disable to minimize...Kip Macy2009-06-114-10/+10
* check against prefetch_enableKip Macy2009-06-113-3/+3
* use default policy for enabling prefetching unless the TUNABLE is setKip Macy2009-06-102-12/+12
* As far as I can tell systems that have less than 4GB are more often hurtKip Macy2009-06-102-0/+19