summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Commit message (Expand)AuthorAgeFilesLines
* getcwd() (when __getcwd() fails) works by stating current directory, going uppjd2009-08-171-0/+43
* Manage asynchronous vnode release just like Solaris.pjd2009-08-174-7/+18
* - 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-171-0/+1
* - Fix a race where /dev/zfs control device is created before ZFS is fullypjd2009-08-171-25/+21
* 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
* Add another flags argument to vn_open_cred. Use it to specify that somekib2009-06-211-2/+2
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-2/+2
* 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
* MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostlytrasz2009-05-263-11/+95
* Fix comment.trasz2009-05-241-1/+1
* - back out direct map hackkmacy2009-05-192-103/+12
* SAVESTART implies SAVENAMEkmacy2009-05-171-2/+2
* - allow forced unmountskmacy2009-05-161-4/+4
* only use direct map if system has more than 2GBkmacy2009-05-161-1/+1
* apply band-aid to x86_64 systems with more physical memory than kmem by alloc...kmacy2009-05-162-12/+103
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-112-16/+17
* don't call vn_rele_async_fini in the !_KERNEL casekmacy2009-05-071-0/+2
* avoid LOR and gratuitous extra lock acquisitions by moving user_evict list bu...kmacy2009-05-071-6/+16
* Allow the VM to provide backpressure on the ARC cache as it doeskmacy2009-05-071-0/+9
* Asynchronously release vnodes to avoid blocking on range locks when calling b...kmacy2009-05-073-4/+19
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-2/+0
* Revert r190676,190677thompsa2009-04-101-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
* The zfs_get_xattrdir() function is used to find the extended attributejhb2009-03-181-0/+2
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-1/+3
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-2/+2
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-1/+1
* MFp4: We don't support TX_CREATE_ACL_ATTR nor TX_MKDIR_ACL_ATTR; code foundtrasz2008-11-251-0/+8
* Fix locking (file descriptor table and Giant around VFS).pjd2008-11-252-17/+13
* IFp4: Don't rely on disk IDs and always use vdev guids, which means always lookpjd2008-11-221-219/+69
* IFp4: Finish implemnetation of chflags(2) for ZFS. While doing this I foundpjd2008-11-221-3/+54
* IFp4: Don't free pathname too soon, debugging code is still using it.pjd2008-11-221-5/+4
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-17108-9337/+27333
* Require write access on a directory being moved from one parenttrasz2008-11-081-0/+8
* Backoff the last patch. It was overly restrictive - we want to checktrasz2008-11-061-7/+0
* Change ZFS behaviour to match UFS: when moving (rename(2)) a subdirectorytrasz2008-11-061-0/+7
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-282-5/+5
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-1/+1
OpenPOWER on IntegriCloud