aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_draid.c
Commit message (Expand)AuthorAgeFilesLines
* zio: remove io_cmd and DKIOCFLUSHWRITECACHERob Norris2024-04-111-9/+5
* RAID-Z expansion featureDon Brady2023-11-081-21/+7
* nvpair: Constify string functionsRichard Yao2023-03-141-2/+2
* Suppress Clang Static Analyzer defect report in abd_get_size()Richard Yao2023-03-081-0/+2
* vdev_draid_lookup_map() should not iterate outside draid_mapsRichard Yao2022-09-121-1/+1
* Improve too large physical ashift handlingAlexander Motin2022-09-081-2/+8
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* Verify dRAID empty sectorsBrian Behlendorf2022-01-041-0/+47
* 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/+1
* vdev_draid_min_asize() ignores reserved spaceMatthew Ahrens2021-06-131-1/+2
* Fix dRAID sequential resilver silent damage handlingBrian Behlendorf2021-05-201-3/+38
* Fix dRAID self-healing short columnsBrian Behlendorf2021-05-081-1/+7
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-191-237/+3
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-21/+13
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-0/+2984