summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Fix panic in zfs_read() if IO_SYNC flag supplied by checking formm2011-08-021-2/+3
* Fix integer overflow in txg_delay() by initializingmm2011-08-011-1/+1
* Fix serious bug in ZIL that can lead to pool corruptionmm2011-07-301-17/+24
* Bring the code more in-line with OpenSolaris source todelphij2011-07-212-2/+21
* A different implementation of r224231 proposed by pjd@,delphij2011-07-213-5/+10
* Add a new field to in-core znode, z_rdev, to represent device nodes.delphij2011-07-203-1/+12
* ZFS tries to allocate blocks evenly across all devices. This means whenmm2011-07-187-28/+130
* Resurrect the ZFS "aclmode" propertymm2011-07-189-177/+156
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-042-4/+4
* Add a new "REFCOMPRESSRATIO" property.mm2011-06-283-5/+14
* Disable vdev cache (readahead) by default.mm2011-06-281-1/+8
* Fix clang warnings.benl2011-06-181-1/+1
* Remove C constructs that are incompatible with C++ from variousgibbs2011-06-107-100/+117
* Silence notice on pool creation, import and access.mm2011-06-071-0/+2
* MFCattilio2011-06-061-2/+0
|\
| * Remove empty #ifndefmm2011-06-061-2/+0
* | MFCattilio2011-06-042-2/+18
|\ \ | |/
| * opensolaris compat / zfs: avoid early overflow in ddi_get_lbolt*avg2011-06-042-2/+18
* | MFCattilio2011-05-311-0/+5
|\ \ | |/
| * Imagine situation where a security problem is found in setuid binary.pjd2011-05-311-0/+5
* | MFCattilio2011-05-271-0/+4
|\ \ | |/
| * Silence warnings about unsupoorted value types.pjd2011-05-271-0/+4
* | MFCattilio2011-05-265-40/+14
|\ \ | |/
| * Don't pass pointer to name buffer which is on the stack to another thread,pjd2011-05-241-20/+11
| * Don't access task structure once we call task function.pjd2011-05-244-20/+3
| * Fix the zfs file system so that it uses the lockrmacklem2011-05-221-2/+2
* | MFCattilio2011-05-221-2/+2
* | MFCattilio2011-05-221-2/+2
|\ \ | |/
| * Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+2
| * Restore old (v15) behaviour for a recursive snapshot destroy.mm2011-05-181-0/+6
| * Revert accidentally committed local change in r221990avg2011-05-161-1/+1
| * better integrate cyclic module with clocksource/eventtimer subsystemavg2011-05-163-22/+34
* | MFCattilio2011-05-181-0/+6
* | MFCattilio2011-05-162-20/+32
* | MFCattilio2011-05-102-42/+2
|\ \ | |/
| * dtrace: remove unused codeavg2011-05-102-42/+2
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-053-9/+14
|/
* Convert the last use of xcopyout() to ddi_copyout() and remove the nowmarius2011-05-032-5/+2
* Fix deduplicated zfs receivemm2011-04-302-58/+37
* Fix copy-paste bug.marcel2011-04-271-1/+1
* Partially fix ZFS compat code for sparc64.mm2011-04-082-25/+82
* Stripped '32' suffix from linux systrace module name on i386.art2011-04-081-2/+3
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-072-2/+2
* Checking file access on size change is bogus. The checks are done earlier bypjd2011-03-241-5/+0
* Fix potential panic in dbuf_sync_list() relate to spill blocks handling.pjd2011-03-141-4/+16
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-18/+45
* Correct readdir over ZFS handling.pjd2011-03-081-11/+8
* Fix libzpool build.pjd2011-03-063-1/+5
* Make renaming of a ZVOL, ZVOL's parent directory and ZVOL snapshot work.pjd2011-03-055-2/+77
* Simplify zvol_remove_minors() a bit.pjd2011-03-051-7/+8
OpenPOWER on IntegriCloud