summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* define aok in libnvpair which is linked to all zfs libraries that need aokavg2015-09-281-0/+8
* MFV r288063: make dataset property de-registration operation O(1)delphij2015-09-258-203/+171
* MFV r287817: 6220 memleak in l2arc on debug buildavg2015-09-211-0/+7
* MFV r287623: 5997 FRU field not set during pool creation and neverdelphij2015-09-133-6/+28
* Note r286552 as merged and reduce diff against upstream.delphij2015-09-131-0/+1
* MFV r287699: 6214 zpools going southdelphij2015-09-122-34/+14
* MFV r287684: 6091 avl_add doesn't assert on non-debug buildsdelphij2015-09-121-3/+7
* MFV r287624: 5987 zfs prefetch code needs workdelphij2015-09-128-668/+267
OpenPOWER on IntegriCloud