summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-1/+1
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-102-3/+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
* Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclientrwatson2009-03-251-545/+0
* Add DTrace probes to the NFS access and attribute caches. Access cacherwatson2009-03-241-54/+256
* Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTracerwatson2009-03-221-0/+343
* 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
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-021-22/+3
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-4/+0
* 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
* Put the MIPS support back in after it was removed in r185029.imp2008-12-041-0/+43
* MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() inpjd2008-11-291-1/+0
* 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-254-35/+56
* Remove unused variable.ganbold2008-11-252-4/+2
* Don't use PRIV_ROOT. Here we check if user can share ZFS file system, sopjd2008-11-231-2/+1
* 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
* Add definitions for ZFS pool version 13.dfr2008-11-211-2/+16
* Some zfsboot fixes from Norikatsu Shigemura:dfr2008-11-192-23/+28
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-17198-10828/+73061
* 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
* Remove definition of KMEM_DEBUG accidentally brought in by latest DTracerodrigc2008-11-051-2/+0
* Merge latest DTrace changes from Perforce.rodrigc2008-11-059-45/+142
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-284-10/+10
* 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
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Mips needs the same treatment for atomic_or_8 as the other RISCyimp2008-09-182-2/+4
* 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 vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-3/+3
* Ensure that the padding calcualtion doesn't return a negative value.scottl2008-08-291-1/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-285-13/+8
* 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
* We want to check new options given, not the current ones.pjd2008-07-211-1/+1
* 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
OpenPOWER on IntegriCloud