summaryrefslogtreecommitdiff
path: root/raid6check.c
Commit message (Expand)AuthorAgeFilesLines
* Replace error prone signal() with sigaction()Lukasz Florczak2022-04-041-10/+15
* Get failed disk count from array stateTomasz Majchrzak2017-06-051-1/+1
* raid6check.c: fix "misleading-indentation" errorYilong Ren2016-10-261-1/+2
* raid6check: don't ignore return value from posix_memalign.NeilBrown2015-08-051-1/+2
* raid6check: use O_DIRECT instead of O_SYNC.NeilBrown2015-07-201-2/+3
* restripe: fix data block order in raid6_2_data_recovNeilBrown2015-07-201-5/+0
* raid6check: various cleanup/fixesNeilBrown2015-07-201-121/+148
* raid6checkNeilBrown2015-07-161-19/+34
* raid6check: get device ordering correct for syndrome calculation.NeilBrown2015-07-161-6/+15
* raid6check: report role of suspect device.NeilBrown2015-07-101-2/+3
* Add "Name" defines to some ancillary programsNeilBrown2015-05-071-0/+2
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-2/+1
* raid6check.c: move manual repair code to separate functionPiergiorgio Sartor2014-03-311-84/+110
* raid6check.c: move autorepair code to separate functionPiergiorgio Sartor2014-03-311-49/+65
* raid6check.c: lock the stripe until necessaryPiergiorgio Sartor2014-03-311-58/+58
* raid6check.c: reduce verbosityPiergiorgio Sartor2014-02-061-9/+1
* raid6check.c: add O_SYNC to openPiergiorgio Sartor2014-02-041-1/+1
* raid6check.c: fix Q parity generationPiergiorgio Sartor2014-02-041-1/+1
* raid6check.c: fix position printoutPiergiorgio Sartor2014-02-041-2/+2
* raid6check.c: reduce verbosityPiergiorgio Sartor2014-02-041-3/+0
* raid6check.c add page size check and repairPiergiorgio Sartor2014-01-231-33/+74
* Remove lots of unnecessary white space.NeilBrown2013-06-191-4/+0
* raid6check: Check return value of lseek64()Bernd Schubert2013-06-191-4/+28
* raid6check: Fix compiler warnings.Bernd Schubert2013-06-191-6/+26
* raid6check: Use enums for repair typeBernd Schubert2013-06-191-6/+12
* raid6check: Fix memory leaks detected by valgrindBernd Schubert2013-06-191-0/+2
* raid6check: Fix build of raid6checkBernd Schubert2013-06-191-1/+1
* raid6check: Auto-repair modeRobert Buchholz2012-09-101-1/+32
* raid6check: Extract (un)locking into functionsRobert Buchholz2012-09-101-43/+47
* raid6check: Repair mode used geo_map incorrectlyRobert Buchholz2012-09-101-11/+13
* raid6check: Fix off-by-one in argument checkRobert Buchholz2012-09-101-2/+2
* Repair mode for raid6Robert Buchholz2012-07-091-5/+128
* Remove scattered checks for malloc success.NeilBrown2012-07-091-30/+10
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-1/+1
* RAID-6 check standalone suspend arrayPiergiorgio Sartor2011-05-161-3/+38
* RAID-6 check standalone fix component list parsingPiergiorgio Sartor2011-04-141-12/+23
* RAID-6 check standalone code cleanupPiergiorgio Sartor2011-04-051-46/+91
* RAID-6 check standalone md devicePiergiorgio Sartor2011-04-051-30/+80
* RAID-6 check standalonePiergiorgio Sartor2011-03-211-0/+262