summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in sa_find_sizes() which could lead to panic:delphij2011-10-171-2/+2
* Define dtrace_cmpset_long in terms of atomic_cmpset_longmarcel2011-10-161-43/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-162-4/+4
* zfs boot subroutines: correctly specify type of an integer literalavg2011-09-131-1/+1
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-2/+1
* Generalize ffs_pages_remove() into vn_pages_remove().mm2011-08-251-4/+9
* We need to unlock and destroy vnode attached to znode which we are freeing.pjd2011-08-241-0/+14
* zfs_ioctl.c: improve code readability in zfs_ioc_dataset_list_next()mm2011-08-132-7/+8
* Fix race between dmu_objset_prefetch() invoked frommm2011-08-131-1/+2
* Eliminate the zfsdev_state_lock entirely and replace it with thepjd2011-08-124-70/+54
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+9
* 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
OpenPOWER on IntegriCloud