summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix typo in sysctl descriptionmm2013-03-171-1/+1
* | Move common zfs ioctl compatibility functions (userland) into libzfs_compat.cmm2013-03-181-1/+3
* | Merge libzfs_core part of r239388mm2013-03-171-1/+3
* | Fix accidentially changed ioc variable for old v15 compatibilitymm2013-03-171-1/+1
* | libzfs_core:mm2013-03-173-22/+309
* | Initialize "error" variable where illumos does.mm2013-03-161-0/+2
* | MFC @248093mm2013-03-099-33/+190
|\ \ | |/
| * Switch the vm_object mutex to be a rwlock. This will enable in theattilio2013-03-095-28/+174
| |\
| | * Add missing FBSDID() tag for new file.attilio2013-03-091-0/+1
| | * MFCattilio2013-03-084-5/+16
| | |\
| | * \ MFCattilio2013-03-0210-48/+280
| | |\ \
| | * | | MFCattilio2013-02-275-108/+346
| | * | | MFCattilio2013-02-261-1/+5
| | * | | MFCattilio2013-02-2614-30/+280
| | |\ \ \
| | * \ \ \ MFCattilio2013-02-2317-40/+59
| | |\ \ \ \
| | * | | | | Change the use of hard functions for vm_pager_ok and switch toattilio2013-02-233-26/+9
| | * | | | | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-1/+1
| | * | | | | MFCattilio2013-02-211-7/+6
| | |\ \ \ \ \
| | * | | | | | Fix other architectures and ZFS.attilio2013-02-215-28/+190
| | * | | | | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-22/+22
| * | | | | | | Merge from vmc-playground:attilio2013-03-091-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | MFV r247845:mm2013-03-052-2/+8
| * | | | | | Fix assertion failure when using userland DTrace probes fromgibbs2013-03-041-2/+7
* | | | | | | Comment out unfeasible illumos copyin code and restore previous behavior.mm2013-03-071-1/+9
OpenPOWER on IntegriCloud