summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts
Commit message (Expand)AuthorAgeFilesLines
* MFV r251619:delphij2013-06-1111-12/+151
* MFV r251519:delphij2013-06-083-1/+31
* MFV r251474:delphij2013-06-067-79/+415
* 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-123-131/+190
* 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-091-21/+66
* 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-0655-851/+992
* 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
* 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-211-7/+27
* 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-1961-5513/+5748
* MFC @248493mm2013-03-191-1/+2
|\
| * Plug memory leak in dsl_check_snap_cb()mm2013-03-191-1/+2
* | Add missing zvol_create_mirrors() on zfs_ioc_create()mm2013-03-181-0/+4
* | MFC @248461mm2013-03-182-3/+12
|\ \ | |/
| * Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,jhibbits2013-03-181-2/+11
| * Fix typo in sysctl descriptionmm2013-03-171-1/+1
* | Merge libzfs_core part of r239388mm2013-03-171-1/+3
* | libzfs_core:mm2013-03-171-3/+20
* | Initialize "error" variable where illumos does.mm2013-03-161-0/+2
OpenPOWER on IntegriCloud