aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_removal.c
Commit message (Expand)AuthorAgeFilesLines
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* Bypass metaslab throttle for removal allocationsSerapheim Dimitropoulos2022-12-091-3/+3
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-6/+6
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-3/+4
* Cancel in-progress rebuilds when we finish removalPaul Dagnelie2022-05-251-0/+2
* Improve log spacemap load timeAlexander Motin2022-04-261-2/+0
* module: zfs: vdev_removal: remove unused num_indirectнаб2022-04-131-3/+0
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-2/+2
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-2/+2
* Clean up CSTYLEDsнаб2022-01-261-1/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-2/+2
* module: zfs: fix unused, remove argsusedнаб2021-12-231-2/+2
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-1/+2
* Vdev Properties FeatureAllan Jude2021-11-301-47/+227
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-9/+12
* module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variableнаб2021-06-071-4/+0
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-0/+13
* special device removal space accounting fixesMatthew Ahrens2020-12-171-25/+31
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-16/+28
* Ignore special vdev ashift for spa ashift min/maxDon Brady2020-10-151-2/+22
* nowait synctask must succeedMatthew Ahrens2020-09-041-5/+4
* Trim L2ARCGeorge Amanakis2020-06-091-0/+14
* Upstream: add missing thread_exit()Jorgen Lundman2020-05-141-0/+2
* 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