summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-1/+1
* Put the MIPS support back in after it was removed in r185029.imp2008-12-041-0/+43
* 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-17161-10363/+70855
* 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
* Merge latest DTrace changes from Perforce.rodrigc2008-11-052-14/+41
* 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
* Disable use of the user credentials until there is code to set the levelsjb2008-09-271-1/+5
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* 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-053-0/+11
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-284-11/+7
* Add MIPS support.imp2008-08-231-0/+43
* Add calls to callout_drain() to ensure the callouts are flushed beforejb2008-08-191-0/+2
* 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
* Don't enforce unique device minor number policy anymore.ed2008-06-111-0/+1
* Merge a recent change from the OpenSolaris source tree.jb2008-06-012-13/+96
* Fix namespace collision after src/sys/sys/file.h:1.78.pjd2008-05-253-4/+5
* Comment out the code that breaks with invariants. This is stuff that isjb2008-05-251-0/+2
* Make the zfs module depend on the opensolaris module in preparation for itjb2008-05-241-0/+1
* Delete a couple of OpenSolaris headers which get in the way of ourjb2008-05-232-318/+0
* FreeBSD changes to vendor source.jb2008-05-229-240/+1290
* This commit was generated by cvs2svn to compensate for changes in r179193,jb2008-05-2218-0/+25785
|\
| * Vendor import of the src/sys OpenSolaris bits for DTrace.jb2008-05-2218-0/+25785
* Move the head of byte-level advisory lock list from thekib2008-04-163-41/+0
* Add atomic operations for ZFS/sparc64.marius2008-04-111-0/+115
* - Fix the path encoded in the multiple inclusion protection.marius2008-04-111-36/+13
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+20
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-2/+2
* 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-106-21/+21
* * Check endianness the FreeBSD way.jb2007-11-2812-30/+43
* Fix a prototype definition.jb2007-11-281-1/+1
* Check endianness the FreeBSD way.jb2007-11-281-1/+1
OpenPOWER on IntegriCloud