summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Release hold on pool before calling zvol_create_minor()mm2013-03-201-1/+4
* Run zvol_create_minors() only if in non-error casemm2013-03-191-4/+6
* Run zvol_create_minors() on snapshot creationmm2013-03-191-0/+9
* MFV r247580:mm2013-03-1964-5523/+5846
* MFC @248493mm2013-03-192-2/+3
|\
| * Plug memory leak in dsl_check_snap_cb()mm2013-03-191-1/+2
| * Partially revert r195702. Deferring stops is now implemented via a set ofjhb2013-03-181-1/+1
* | Add missing zvol_create_mirrors() on zfs_ioc_create()mm2013-03-181-0/+4
* | MFC @248461mm2013-03-186-46/+1434
|\ \ | |/
| * Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,jhibbits2013-03-185-45/+1433
OpenPOWER on IntegriCloud