summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing ZFS_EXIT().pjd2008-09-151-0/+1
* Remove VSVTX, VSGID and VSUID. This should be a no-op,trasz2008-09-101-2/+2
* Initialize vp, so we don't call VOP_UNLOCK() with NULL vnode pointer.pjd2008-09-071-1/+2
* Lock vnode exclusively around insmntque().pjd2008-09-062-10/+7
* Catch up after last insmntque() changes:pjd2008-09-052-0/+8
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-284-11/+7
* We want to use LBOLT instead of lbolt on FreeBSD.pjd2008-07-211-3/+3
* Remove the $FreeBSD$ tag again, now I know fbsd:nokeywords exists.ed2008-06-121-2/+0
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-121-7/+3
* Fix namespace collision after src/sys/sys/file.h:1.78.pjd2008-05-253-4/+5
* Make the zfs module depend on the opensolaris module in preparation for itjb2008-05-241-0/+1
* Move the head of byte-level advisory lock list from thekib2008-04-163-41/+0
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+20
* Fix mmap(2) on ZFS after some changes in VM subsystem.pjd2008-03-151-0/+4
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-3/+3
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-4/+4
* - Reduce how much ZFS caches by default. This is another change to mitigatepjd2008-01-241-4/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-134-14/+14
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-105-20/+20
* * Check endianness the FreeBSD way.jb2007-11-286-19/+19
* Warn if kmem_map size is set to less than 512MB. Previous warning was a bitpjd2007-11-071-5/+5
* If setting a state to anything but open state, close access to vdev.pjd2007-11-051-0/+11
* - Add sysctl for sizeof(znode_t), which will be used by fstat(1).lulf2007-11-021-0/+4
* Call zil_commit() (if ZIL is not disabled) after every non-read requestpjd2007-11-011-11/+11
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-202-4/+4
* ZFS_LOG adds a newline by itself.thompsa2007-10-141-1/+1
* Print the ZFS ereport to the console if vfs.zfs.debug is set to help diagnosethompsa2007-10-141-0/+1
* Fix lock leak leading to the 'System call <name> returning with 1 locks held'pjd2007-10-041-0/+2
* Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the originalpjd2007-09-101-0/+41
* After dfr@ vnode leak fix, we can allow ARC to consume more memory.pjd2007-09-101-2/+2
* Use CTLFLAG_RDTUN for tunable sysctls.pjd2007-09-011-2/+2
* Update assertion after revision 1.23.pjd2007-07-241-1/+1
* Correct a reference-counting mistake in the ZFS code which led to abnormaldfr2007-07-092-3/+1
* In zfs_vget, if we fail to translate an inode number to the correspondingdfr2007-06-271-1/+1
* - Reduce number of atomic operations needed to be implemented in asm bypjd2007-06-081-3/+0
* Reimplement traverse() helper function:pjd2007-06-041-10/+9
* Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize itpjd2007-05-281-0/+1
* Because we allocate componentname structures on stack, bzero() them beforepjd2007-05-281-0/+3
* Initialize ZFS a bit earlier and block root mounting untilpjd2007-05-241-1/+4
* Lock vnode on lookup. This fixes ZIL replay for rmdir/unlink/rename.pjd2007-05-221-0/+3
* Increase debug level - this message is not that important.pjd2007-05-091-1/+1
* - Add missing lock destruction and remove duplicate initializations.pjd2007-05-066-5/+14
* Use provider's ident to handle situations when disks are moved aroundpjd2007-05-061-10/+161
* MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock.pjd2007-05-061-1/+2
* Share-lock a vnode where possible.pjd2007-05-021-1/+1
OpenPOWER on IntegriCloud