summaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_raidz.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosAndrea Gelmini2021-04-071-1/+1
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-191-185/+12
* Remove unused rr_codeMatthew Ahrens2021-03-171-46/+23
* Checksum errors may not be countedDon Brady2021-02-191-12/+8
* RAIDZ2/3 fails to heal silently corrupted parity w/2+ bad disksMatthew Ahrens2021-01-261-10/+0
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-34/+15
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-755/+1109
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-17/+18
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-08-311-1/+1
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-2/+4
* Fix typosAndrea Gelmini2020-06-091-2/+2
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-3/+3
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-3/+3
* Update vdev_ops_t from illumosIgor K2019-06-201-13/+13
* Add TRIM supportBrian Behlendorf2019-03-291-1/+1
* Make zpool status counters match error events countTony Hutter2019-03-141-2/+7
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+75
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+1
* Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCTMark Wright2017-11-281-2/+2
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-26/+11
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-4/+5
* Skip spurious resilver IO on raidz vdevIsaac Huang2017-05-121-10/+49
* Remove dependency on linear ABDGvozden Neskovic2017-03-291-51/+41
* ABD style cleanupsIsaac Huang2017-02-241-12/+13
* ABD changes for vectorized RAIDZGvozden Neskovic2016-11-291-6/+10
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-196/+403
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-0/+7
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-091-2/+2
* Fixes and enhancements of SIMD raidz parityGvozden Neskovic2016-07-191-14/+10
* SIMD implementation of vdev_raidz generate and reconstruct routinesGvozden Neskovic2016-06-211-156/+42
* Illumos #5244 - zio pipeline callers should explicitly invoke next stageGeorge Wilson2015-04-301-4/+5
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-3/+3
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-1/+1
* Reduce stack for traverse_visitbp() recursionBrian Behlendorf2013-11-141-1/+4
* Illumos #3742Will Andrews2013-11-041-5/+4
* Illumos #3741Will Andrews2013-11-041-0/+65
* Illumos #3598Matthew Ahrens2013-10-311-7/+7
* Illumos #3522George Wilson2013-10-301-1/+2
* Illumos #3006Madhav Suresh2013-06-191-3/+3
* Illumos #1948: zpool list should show more detailed pool infoChris Siden2012-09-191-1/+5
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-3/+3
* Fix variables named currentBrian Behlendorf2010-08-311-14/+14
* Fix gcc uninitialized variable warningsBrian Behlendorf2010-08-311-3/+6
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-2/+2
* Fix gcc 64-bit constant warningsRicardo M. Correia2010-08-261-1/+1
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-38/+261
* Rebase master to b121Brian Behlendorf2009-08-181-283/+996
* Rebase master to b117Brian Behlendorf2009-07-021-2/+2
* Rebase master to b105Brian Behlendorf2009-01-151-3/+4
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+1209