summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the OpenSolaris dtrace lockstat provider. The lockstat providersson2009-05-262-52/+385
* Change license to more bori^Wadul^Wcanonical.trasz2009-05-262-22/+22
* MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostlytrasz2009-05-269-16/+369
* Don't allow non-owner to set SUID bit on a file. It doesn't maketrasz2009-05-241-0/+8
* Fix comment.trasz2009-05-241-1/+1
* Unexpand $FreeBSD$.des2009-05-231-1/+1
* Remove svn:keywords on a file that had fbsd:nokeywords (though I don'tdes2009-05-231-1/+1
* - back out direct map hackkmacy2009-05-192-103/+12
* set createtxg prop namekmacy2009-05-171-1/+1
* SAVESTART implies SAVENAMEkmacy2009-05-171-2/+2
* enable adaptive spinning on zfs lockskmacy2009-05-162-4/+4
* - 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
* Add support for booting from raidz1 and raidz2 pools.dfr2009-05-163-3/+742
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-114-21/+21
* rename xdr support files to avoid conflicts when linking in to the kernelkmacy2009-05-113-0/+0
* - rename atomic.S and crc32.c to avoid collisions when linking zfs in to the ...kmacy2009-05-096-0/+2
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-082-1/+4
* don't call vn_rele_async_fini in the !_KERNEL casekmacy2009-05-071-0/+2
* move VN_RELE_ASYNC to the compatibility layer with the rest of the VN_* defineskmacy2009-05-072-5/+1
* 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-075-4/+165
* 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
OpenPOWER on IntegriCloud