summaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFC r227290 and r227291:Ryan Stone2011-11-241-3/+8
* MFC r227110,r227111:Pawel Jakub Dawidek2011-11-241-0/+8
* MFC r226549,r226550,r226551,r226552,r226553,r226554,r226568,r226569,r226611,Pawel Jakub Dawidek2011-11-191-19/+19
* MFC r226617:Pawel Jakub Dawidek2011-11-191-8/+10
* MFC r226620:Pawel Jakub Dawidek2011-11-192-2/+9
* MFC r226512:Martin Matuska2011-10-301-8/+12
* MFC r226724, r226732:Martin Matuska2011-10-305-0/+5
* MFC r226483:Xin LI2011-10-201-2/+2
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-162-4/+4
* zfs boot subroutines: correctly specify type of an integer literalAndriy Gapon2011-09-131-1/+1
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomicKonstantin Belousov2011-09-061-2/+1
* Generalize ffs_pages_remove() into vn_pages_remove().Martin Matuska2011-08-251-4/+9
* We need to unlock and destroy vnode attached to znode which we are freeing.Pawel Jakub Dawidek2011-08-241-0/+14
* zfs_ioctl.c: improve code readability in zfs_ioc_dataset_list_next()Martin Matuska2011-08-132-7/+8
* Fix race between dmu_objset_prefetch() invoked fromMartin Matuska2011-08-131-1/+2
* Eliminate the zfsdev_state_lock entirely and replace it with thePawel Jakub Dawidek2011-08-124-70/+54
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-2/+9
* Fix panic in zfs_read() if IO_SYNC flag supplied by checking forMartin Matuska2011-08-021-2/+3
* Fix integer overflow in txg_delay() by initializingMartin Matuska2011-08-011-1/+1
* Fix serious bug in ZIL that can lead to pool corruptionMartin Matuska2011-07-301-17/+24
* Bring the code more in-line with OpenSolaris source toXin LI2011-07-212-2/+21
* A different implementation of r224231 proposed by pjd@,Xin LI2011-07-213-5/+10
* Add a new field to in-core znode, z_rdev, to represent device nodes.Xin LI2011-07-203-1/+12
* ZFS tries to allocate blocks evenly across all devices. This means whenMartin Matuska2011-07-187-28/+130
* Resurrect the ZFS "aclmode" propertyMartin Matuska2011-07-189-177/+156
* MFCAttilio Rao2011-06-284-6/+22
|\
| * Add a new "REFCOMPRESSRATIO" property.Martin Matuska2011-06-283-5/+14
| * Disable vdev cache (readahead) by default.Martin Matuska2011-06-281-1/+8
* | Remove pc_cpumask usage from dtrace MD supportAttilio Rao2011-06-282-4/+4
|/
* Fix clang warnings.Ben Laurie2011-06-181-1/+1
* Remove C constructs that are incompatible with C++ from variousJustin T. Gibbs2011-06-107-100/+117
* Silence notice on pool creation, import and access.Martin Matuska2011-06-071-0/+2
* MFCAttilio Rao2011-06-061-2/+0
|\
| * Remove empty #ifndefMartin Matuska2011-06-061-2/+0
* | MFCAttilio Rao2011-06-042-2/+18
|\|
| * opensolaris compat / zfs: avoid early overflow in ddi_get_lbolt*Andriy Gapon2011-06-042-2/+18
* | MFCAttilio Rao2011-05-311-0/+5
|\|
| * Imagine situation where a security problem is found in setuid binary.Pawel Jakub Dawidek2011-05-311-0/+5
* | MFCAttilio Rao2011-05-271-0/+4
|\|
| * Silence warnings about unsupoorted value types.Pawel Jakub Dawidek2011-05-271-0/+4
* | MFCAttilio Rao2011-05-265-40/+14
|\|
| * Don't pass pointer to name buffer which is on the stack to another thread,Pawel Jakub Dawidek2011-05-241-20/+11
| * Don't access task structure once we call task function.Pawel Jakub Dawidek2011-05-244-20/+3
* | MFCAttilio Rao2011-05-221-2/+2
|\|
| * Fix the zfs file system so that it uses the lockRick Macklem2011-05-221-2/+2
* | MFCAttilio Rao2011-05-221-2/+2
|\|
| * Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-2/+2
* | MFCAttilio Rao2011-05-181-0/+6
|\|
| * Restore old (v15) behaviour for a recursive snapshot destroy.Martin Matuska2011-05-181-0/+6
* | MFCAttilio Rao2011-05-162-20/+32
|\|