summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Disallow zvol-backed ZFS poolsasomers2016-01-194-28/+34
* MFV r294101: 6527 Possible access beyond end of string in zpool commentdim2016-01-151-1/+0
* Fix race condition involving ZFS remove eventsasomers2016-01-142-1/+2
* Fix importing l2arc device by guidasomers2016-01-111-1/+9
* Record physical path information in ZFS Vdevsasomers2016-01-111-32/+98
* Fix const conversion warning in lz4_decompresssmh2016-01-061-1/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-271-1/+1
* Be stricter on which functions we can probe with FBT. We now only check theandrew2015-12-231-5/+13
* Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-172-38/+54
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-161-17/+17
* Remove the unused systrace device file and fix style bugs.markj2015-12-161-61/+41
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-68/+29
* Change an important error message from ZFS_LOG to printfasomers2015-12-111-1/+1
* During vdev_geom_open, require that the vdev guids match the device's labelasomers2015-12-101-39/+55
* MFV r289003:markj2015-12-073-24/+33
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.markj2015-12-072-34/+103
* Add helper functions proc_readmem() and proc_writemem().markj2015-12-072-53/+27
* Allow the artificial profile frames to be adjusted as needed by the user.andrew2015-12-051-6/+9
* Move the check to see if we are tracing a function with the DTrace Functionandrew2015-12-051-17/+13
* Make the number of fasttrap probes and the size of the trace points hash tablestas2015-12-011-8/+21
* Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding themarkj2015-11-191-2/+2
* Switch zfs_panic_recover to panic for bad DVAsmh2015-11-061-1/+1
* Provide information about bad DVAsmh2015-11-051-1/+7
* Allow zfs_recover to be changed at runtimesmh2015-11-051-1/+1
* Fix the open solaris atomic functions on arm64. Without this we may use theandrew2015-11-051-0/+87
* zfs: allow the lookup of extended attributes of an unlinked fileavg2015-11-021-1/+1
* l2arc: do not call trim_map_free() for blocks with zero b_asizeavg2015-10-301-10/+21
* Rename remaining linux32 symbols such as linux_sysent[] andjhb2015-10-221-10/+34
* MFV r289561: 6328 Fix cstyle errors in zfs codebasemav2015-10-1916-46/+44
* MFV r289526:mav2015-10-181-2/+0
* Fix ZFS ABI compat shims for `zfs receive` after r289362.mav2015-10-171-0/+10
* MFV r289310:mav2015-10-1624-78/+650
* MFV r289312: 2605 want to resume interrupted zfs sendmav2015-10-1515-163/+900
* MFV r289308: 6267 dn_bonus evicted too earlymav2015-10-145-43/+38
* MFV r289306: 6295 metaslab_condense's dbgmsg should include vdev idmav2015-10-141-5/+6
* MFV r289304: 6293 ztest failure: error == 28 (0xc == 0x1c) in ztest_tx_assign()mav2015-10-141-0/+10
* MFV r289298: 6286 ZFS internal error when set large block on bootfsmav2015-10-141-3/+3
* MFV r289296: 6288 dmu_buf_will_dirty could be fastermav2015-10-141-10/+51
* MFV r289294: 5219 l2arc_write_buffers() may write beyond target_szmav2015-10-141-1/+3
* FreeBSD-specific addition to r289191.mav2015-10-121-0/+3
* MFV r289188: 6281 prefetching should apply to 1MB readsmav2015-10-121-2/+2
* MFV r289187: 6251 add tunable to disable free_bpobj processingmav2015-10-121-2/+8
* MFV r289185: 6250 zvol_dump_init() can hold txg openmav2015-10-121-44/+63
* Restore original array_rd_sz semantics.mav2015-10-031-1/+1
* MFV r288408:markj2015-09-302-16/+70
* sdt: static-ize couple of variablesavg2015-09-291-2/+2
* sdt module does not seem to actually use any symbol from opensolaris moduleavg2015-09-291-1/+0
* std: it is important that func name is never an empty stringavg2015-09-291-0/+2
* sdt: start checking version field when parsing probe definitionsavg2015-09-291-0/+6
* dtrace_getarg: remove stray return statement on amd64, powerpcavg2015-09-292-2/+0
OpenPOWER on IntegriCloud