summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* opensolaris compat: fix vcmn_err so that panic(9) produces a proper messageavg2011-12-191-8/+14
* From time to time people report space map corruption resulting in panicpjd2011-12-181-1/+25
* Implement replying of ACLs updates. ACL changes should go to ZIL onlypjd2011-12-182-13/+16
* Revert the approach for skipping lockstat_probe_func call when doingattilio2011-12-121-0/+3
* Move ru_inblock increment into arc_read_nolock() so we don't account forpjd2011-12-102-4/+3
* The vfs.zfs.txg.timeout sysctl can be safely modified at run time.pjd2011-12-091-1/+1
* Fix typo in copyright notice.mm2011-11-281-1/+1
* Merge new ZFS features from illumos:mm2011-11-2824-118/+808
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-1/+1
* Correct the types of the arguments to return probes of the syscallrstone2011-11-111-2/+7
* On i386, fbt probes are implemented by writing an invalid opcode overrstone2011-11-101-3/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+2
* Replace fasttrap_copyout() with uwrite(). FreeBSD copyout() is not able torstone2011-11-071-3/+8
* Correct typo in comment.pjd2011-11-051-1/+1
* In zvol_open() if the spa_namespace_lock is already held, it means thatpjd2011-11-051-0/+8
* Fix typo in copyright notice introduced in r226724mm2011-10-251-1/+1
* Update copyright information in several ZFS files, as the clause 3.3mm2011-10-255-0/+5
* - Use better naming now that we allow to rename any mounted file system (notpjd2011-10-248-9/+24
* Don't forget to rename mounted snapshots of the file system being renamed.pjd2011-10-241-1/+1
* Include <sys/zfs_vfsops.h> only when compiling kernel module.pjd2011-10-241-0/+2
* Allow to rename file systems without remounting if it is possible.pjd2011-10-248-12/+69
* Update per-thread I/O statistics collection in ZFS.pjd2011-10-212-2/+9
* zfs vdev_file_io_start: validate vdev before using vdev_tsdpjd2011-10-211-8/+10
* - Correctly read gang header from raidz.pjd2011-10-201-6/+9
* Always pass data size for checksum verification function, as usingpjd2011-10-191-10/+10
* Initialize 'rc' properly before using it. This error could lead to infinitepjd2011-10-191-1/+3
* Remove redundant size calculation.pjd2011-10-191-5/+0
* Import fix for Illumos bug #1475 to reduce diff against upstream.mm2011-10-181-8/+12
* 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
OpenPOWER on IntegriCloud