summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the arg0 field from struct amd64_frame. Its existence was a bug,markj2015-09-111-1/+1
* MFV r283513:markj2015-09-111-2/+12
* MFV r283512:markj2015-09-111-3/+3
* Expose an interface to determine if an ACE is inherited.delphij2015-09-042-1/+4
* Apply the noline attribute to vdev_queue_max_async_writesallanjude2015-08-311-1/+1
* Fix a buffer overrun which may lead to data corruption, introduced indelphij2015-08-291-8/+9
* In r286705 (Illumos 5960/a2cdcdd), a separate thread is created with curprocdelphij2015-08-291-2/+2
* MFV (partial) r286889: 5692 expose the number of hole blocks in a fileavg2015-08-243-13/+96
* spa_import_rootpool: prevent lock and resource leakavg2015-08-241-0/+2
* account for ashift when gathering buffers to be written to l2arc deviceavg2015-08-241-13/+33
* try to fix lor between z_teardown_lock and spa_namespace_lockavg2015-08-211-10/+16
* fix a mismerge in r286539 (MFV 286538: 5562 ZFS sa_handle's violate...)avg2015-08-211-1/+1
* Restore part of r274628, reverted at r286776.mav2015-08-201-1/+2
OpenPOWER on IntegriCloud