aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_rebuild.c
Commit message (Expand)AuthorAgeFilesLines
* Increase default zfs_rebuild_vdev_limit to 64MBBrian Behlendorf2023-01-271-9/+18
* Fix sequential resilver drive failure race conditionsamwyc2022-10-191-1/+13
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-4/+4
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-2/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-5/+5
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-2/+2
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-3/+3
* Use dsl_scan_setup_check() to setup a scrubBrian Behlendorf2021-04-081-2/+2
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Fix vdev_rebuild_thread deadlockBrian Behlendorf2021-02-241-1/+1
* Checksum errors may not be countedDon Brady2021-02-191-0/+3
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-94/+137
* nowait synctask must succeedMatthew Ahrens2020-09-041-9/+5
* Add missed thread_exit() to vdev_{autotrim,rebuild}_threadMatthew Macy2020-08-051-0/+2
* Add device rebuild featureBrian Behlendorf2020-07-031-0/+1106