aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* Revert special case code from pre-hashtable nvlist eraMark Maybee2021-01-272-22/+6
* Parallelize vdev_validateAlan Somers2021-01-262-3/+39
* Read all disk labels concurrently in vdev_label_read_configAlan Somers2021-01-261-14/+21
* Parallelize vdev_loadAlan Somers2021-01-262-3/+45
* RAIDZ2/3 fails to heal silently corrupted parity w/2+ bad disksMatthew Ahrens2021-01-261-10/+0
* spa_export_common: refactor common exit pointsWill Andrews2021-01-251-11/+12
* Fix two minor lint errors (cppcheck)Colm2021-01-232-4/+5
* Relax special_small_blocks assertion.Alexander Motin2021-01-231-1/+1
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-216-99/+314
* Extending FreeBSD UIO StructBrian Atkinson2021-01-204-71/+65
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-2010-209/+164
* record ioctl elapsed time in zpool historyMatthew Ahrens2021-01-112-1/+10
* assertion failed in arc_wait_for_eviction()Matthew Ahrens2021-01-071-8/+14
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-273-17/+27
* Remove unused check from dmu_tx_count_write()Brian Behlendorf2020-12-211-3/+0
* Dangling reference from dmu_objset_upgradeAndy Fiddaman2020-12-211-1/+8
* dsl_pool: extend comment on DSL Pool Configuration LockChristian Schwarz2020-12-191-2/+29
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-181-2/+2
* special device removal space accounting fixesMatthew Ahrens2020-12-172-31/+40
* Avoid extra work updating ARC kstats and tunablesRyan Moeller2020-12-171-16/+9
* Only examine best metaslabs on each vdev Matthew Ahrens2020-12-162-55/+60
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-154-76/+82
* dmu_zfetch: fix memory leakMatthew Macy2020-12-121-4/+3
* Fix reporting of CKSUM errors in indirect vdevsGeorge Amanakis2020-12-111-9/+21
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-118-265/+512
* Fix kernel panic induced by redacted sendPaul Dagnelie2020-12-111-61/+53
* Implement memory and CPU hotplugPaul Dagnelie2020-12-106-20/+40
* Decouple arc_read_done callback from arc buf instantiationMatthew Macy2020-12-092-3/+5
* Fix optional "force" arg handing in zfs_ioc_pool_sync()Brian Behlendorf2020-12-091-4/+7
* Reduce fletcher4 and raidz benchmark timesBrian Behlendorf2020-12-061-2/+2
* Avoid some spa_has_pending_synctask() calls.Alexander Motin2020-12-061-4/+2
* Fix raw sends on encrypted datasets when copying back snapshotsGeorge Amanakis2020-12-041-8/+3
* Fix for "Reduce latency effects of non-interactive I/O"Alexander Motin2020-12-031-4/+4
* FreeBSD: notify userspace when a vdev is removedRyan Moeller2020-12-021-0/+3
* Avoid unneccessary zio allocation and waitFinix19792020-12-021-11/+14
* Remove incorrect assertionBrian Behlendorf2020-11-241-1/+0
* Reduce latency effects of non-interactive I/OAlexander Motin2020-11-241-16/+105
* Correct missing zil_claim() DTL updatesBrian Behlendorf2020-11-201-14/+18
* Reduce confusion in zfs_writeRyan Moeller2020-11-181-18/+24
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-171-4/+14
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-162-17/+64
* Fix ASSERT logic in l2arc_evict()George Amanakis2020-11-161-3/+10
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-2/+18
* Return EFAULT at the end of zfs_write() when setRyan Moeller2020-11-141-5/+7
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-1326-1347/+5253
* Channel program may spuriously fail with "memory limit exhausted"Matthew Ahrens2020-11-111-6/+1
* G/C data_alloc_arenaMateusz Guzik2020-11-111-3/+1
* Simplify offset and length limit in zfs_writeRyan Moeller2020-11-101-3/+3
* Const some unchanging variables in zfs_writeRyan Moeller2020-11-101-3/+3
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-101-2/+1