summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix extattr_list_file(2) on ZFS in case the attribute directorytrasz2009-07-221-3/+3
* Fix permission handling for extended attributes in ZFS. Withouttrasz2009-07-203-3/+51
* dtrace_gethrtime: improve scaling of TSC ticks to nanosecondsavg2009-07-152-4/+95
* Add new msleep(9) flag PBDY that shall be specified together withkib2009-07-141-1/+1
* In nvpair_native_embedded_array(), meaningless pointers are zeroed.marcel2009-07-111-3/+6
* dtrace/amd64: fix virtual address checksavg2009-06-242-9/+6
* O_NOFOLLOW shall be in flags, not in cmode.kib2009-06-221-3/+2
* Add another flags argument to vn_open_cred. Use it to specify that somekib2009-06-213-4/+5
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-132-3/+3
* pjd has requested that I keep the tunable as zfs_prefetch_disable to minimize...kmacy2009-06-114-10/+10
* check against prefetch_enablekmacy2009-06-113-3/+3
* use default policy for enabling prefetching unless the TUNABLE is setkmacy2009-06-102-12/+12
* As far as I can tell systems that have less than 4GB are more often hurtkmacy2009-06-102-0/+19
* Support shared vnode locks for write operations when the offset isps2009-06-041-0/+1
* Allow the bootfs property to be set for raidz pools on FreeBSD.dfr2009-05-311-3/+14
* fix xdrmem_control to be safe in an if statementkmacy2009-05-301-0/+1
* work around snapshot shutdown race reported by Henri Hennebertkmacy2009-05-301-2/+7
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-3/+4
* Reverse the logic for ADAPTIVE_SX option and enable it by default.attilio2009-05-292-4/+4
* MFdevbranch 192944kmacy2009-05-281-0/+23
OpenPOWER on IntegriCloud