aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_indirect.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-4/+4
* Add defensive assertionsRichard Yao2022-10-121-0/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-6/+6
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-3/+3
* Clean up CSTYLEDsнаб2022-01-261-7/+12
* module/*.ko: prune .data, global .rodataнаб2022-01-141-5/+5
* module: zfs: fix unused, remove argsusedнаб2021-12-231-4/+2
* Run arc_evict thread at higher priorityTony Nguyen2021-08-101-1/+1
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-3/+4
* Optimize small random numbers generationAlexander Motin2021-06-221-2/+2
* module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variableнаб2021-06-071-5/+0
* ZTS: fix removal_condense_export test caseBrian Behlendorf2021-04-111-2/+5
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-191-1/+0
* Checksum errors may not be countedDon Brady2021-02-191-6/+4
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-1/+1
* Fix reporting of CKSUM errors in indirect vdevsGeorge Amanakis2020-12-111-9/+21
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-0/+9
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-6/+7
* nowait synctask must succeedMatthew Ahrens2020-09-041-2/+1
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-08-311-3/+3
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-2/+3
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+0
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-291-1/+2
* Mark functions as staticArvind Sankar2020-06-181-3/+2
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-101-1/+1
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-4/+4
* Make module tunables cross platformMatthew Macy2019-09-051-16/+11
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-1/+2
* Update vdev_ops_t from illumosIgor K2019-06-201-13/+13
* Device removal panics on 32-bit systemsloli10K2019-05-241-1/+2
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-121-3/+0
* ztest: split block reconstructionBrian Behlendorf2019-01-161-2/+1
* Serialize ZTHR operations to eliminate racesSerapheim Dimitropoulos2019-01-131-4/+2
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+1
* Fix resilver writes in vdev_indirect_io_startTom Caputi2018-12-131-8/+15
* Fix divide by zero during indirect split damageTom Caputi2018-11-071-1/+8
* Fix ztest deadman panic with indirect vdev damageTom Caputi2018-10-241-3/+3
* Improved error handling for extreme rewindsBrian Behlendorf2018-10-121-29/+45
* Refine split block reconstructionBrian Behlendorf2018-10-011-121/+264
* OpenZFS 9238 - ZFS Spacemap Encoding V2Serapheim Dimitropoulos2018-07-051-1/+1
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-8/+9
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 9486 - reduce memory used by device removal on fragmented poolsMatthew Ahrens2018-05-241-2/+11
* Fix CONFIG_GCC_PLUGIN_RANDSTRUCT buildMark Wright2018-04-201-2/+2
* OpenZFS 9080 - recursive enter of vdev_indirect_rwlock from vdev_indirect_rem...Serapheim Dimitropoulos2018-04-141-20/+91
* OpenZFS 9079 - race condition in starting and ending condensing thread for in...Serapheim Dimitropoulos2018-04-141-44/+51
* Optimize possible split block search spaceBrian Behlendorf2018-04-141-35/+89
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-141-17/+536
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+1064