summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Switch ZFS mutex_owner macro to use sx_xholder as its now exported via sx.hsmh2013-06-211-2/+1
* Fix intermittent ZFS lock panic when kernel is compiled with debugging causedsmh2013-06-211-0/+1
* Fixed import of destroyed ZFS pools failing due to vdev_geom incorrectlysmh2013-06-211-2/+1
* MFV r251644:delphij2013-06-126-249/+387
* MFV r251626:delphij2013-06-114-12/+71
* MFV r251624:delphij2013-06-111-1/+1
* MFV r251622:delphij2013-06-113-21/+33
* MFV r251621:delphij2013-06-113-16/+30
* MFV r251620:delphij2013-06-1139-270/+243
* MFV r251619:delphij2013-06-1111-12/+151
* MFV r251519:delphij2013-06-083-1/+31
* MFV r251474:delphij2013-06-067-79/+415
* SDT probes can directly pass up to five arguments as arguments tomarkj2013-06-022-2/+2
* Port the SDT test now that it's possible to create SDT probes that takemarkj2013-06-021-0/+37
* The fasttrap provider cleans up probes asynchronously when a process withmarkj2013-05-241-64/+49
* Bring back part of r249367 by adding DTrace's temporal option, which allowsmarkj2013-05-124-131/+192
* In case ZFS doesn't use UMA for buffers there's no need to waste memorydavide2013-05-011-0/+3
* Changed ZFS TRIM sysctl from vfs.zfs.trim_disable -> vfs.zfs.trim.enabledsmh2013-04-264-15/+16
* MFV r249857:mm2013-04-245-14/+78
* The zfs synctask code restructuring introduced a new bug that makes itmm2013-04-232-14/+24
* DTrace: Revert r249367pfg2013-04-173-189/+131
* DTrace: option for time-ordered outputpfg2013-04-113-131/+189
* MFV r249354:mm2013-04-111-2/+2
* Cast to (void *)(uintptr_t) on copyout and copyin of zfs_iocparm_t.zfs_cmdmm2013-04-101-2/+2
* ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()mm2013-04-093-26/+85
* MFV r249186:mm2013-04-062-3/+35
* MFV r248660:mm2013-04-064-12/+13
* Provide a fix for kernel panic if receiving recursive deduplicated streams.mm2013-04-061-4/+5
* MFV r248217:mm2013-04-0656-852/+995
* MFV r242816:mm2013-04-061-1/+3
* spa_open_common: fix argument to zvol_create_minorsavg2013-04-031-1/+1
* Fix possible pool hold leak in dmu_send_impl()mm2013-04-031-3/+3
* Do not check against uninitialized rc and comment out vendor codemm2013-04-021-2/+5
* Dtrace: enablings on defunct providers prevent providers from unregisteringpfg2013-04-013-15/+171
* Call dmu_snapshot_list_next() in zvol.c with dsl_pool_config lock heldmm2013-04-011-0/+2
* Dtrace: dtrace.c erroneously checks for memory alignment on amd64.pfg2013-03-261-1/+1
* Dtrace: Add SUN MDB-like type-aware print() action.pfg2013-03-251-4/+10
* Dtrace: add toupper()/tolower() and enhancements to lltostr().pfg2013-03-252-13/+84
* Dtrace: add optional size argument to tracemem().pfg2013-03-242-2/+18
* ZFS: Fix a panic while unmounting a busy filesystem.will2013-03-231-0/+2
* fbt_getargdesc: correctly handle types for return probesavg2013-03-231-5/+17
* fbt_typoff_init: fix an off by one in determining required memory sizeavg2013-03-231-0/+2
* Fix for building libzpool under i386.smh2013-03-211-1/+1
* Add missing descriptions for ZFS sysctlssmh2013-03-211-2/+3
* Optimisation of TRIM processing.smh2013-03-211-34/+97
* Names the ZFS TRIM threadsmh2013-03-211-0/+5
* TRIM cache devices based on time instead of TXGs.smh2013-03-212-7/+28
* Improve TXG handling in the TRIM module.smh2013-03-214-10/+9
* Don't register repair writes in the trim map.smh2013-03-211-6/+11
* Add TRIM support for L2ARC.smh2013-03-214-8/+14
OpenPOWER on IntegriCloud