aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_removal.c
Commit message (Expand)AuthorAgeFilesLines
* Cancel initialize and TRIM before vdev_metaslab_fini()Brian Behlendorf2019-12-261-6/+7
* Fix use-after-free of vd_path in spa_vdev_remove()Matthew Ahrens2019-12-111-11/+11
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-3/+3
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-32/+34
* Device removal of indirect vdev panics the kernelloli10K2019-09-161-0/+4
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-0/+1
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-3/+4
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-111-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-11/+5
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-7/+33
* panic in removal_remap test on 4K devicesMatthew Ahrens2019-06-131-7/+26
* ztest: dmu_tx_assign() gets ENOSPC in spa_vdev_remove_thread()Matthew Ahrens2019-06-131-1/+1
* Restrict kstats and print real pointersSara Hartse2019-04-041-1/+1
* Add TRIM supportBrian Behlendorf2019-03-291-4/+13
* Fix vd_path and error in spa_vdev_remove()Igor K2019-03-221-5/+12
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-121-37/+3
* Simplify log vdev removal codeSerapheim Dimitropoulos2019-01-311-6/+10
* Simplify spa_sync by breaking it up to smaller functionsSerapheim Dimitropoulos2019-01-181-0/+3
* zfs initialize performance enhancementsGeorge Wilson2019-01-071-1/+1
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+13
* Fix ztest deadlock in spa_vdev_remove()Tom Caputi2018-12-041-12/+19
* Detect IO errors during device removalBrian Behlendorf2018-12-041-11/+89
* Fix consistency of ztest_device_removal_activeTom Caputi2018-11-281-8/+1
* Remove races from scrub / resilver testsTom Caputi2018-11-281-5/+5
* Fix vdev removal finishing raceTom Caputi2018-11-071-9/+6
* Improved error handling for extreme rewindsBrian Behlendorf2018-10-121-4/+11
* Pool allocation classesDon Brady2018-09-051-6/+32
* OpenZFS 9112 - Improve allocation performance on high-end systemsPaul Dagnelie2018-07-311-1/+1
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-21/+64
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 9486 - reduce memory used by device removal on fragmented poolsMatthew Ahrens2018-05-241-23/+190
* OpenZFS 9434 - Speculative prefetch is blocked by device removal codeAlexander Motin2018-04-301-0/+1
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-141-166/+196
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+1925