summaryrefslogtreecommitdiffstats
path: root/raid6check.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Get failed disk count from array stateTomasz Majchrzak1-1/+1
2016-10-26raid6check.c: fix "misleading-indentation" errorYilong Ren1-1/+2
2015-08-05raid6check: don't ignore return value from posix_memalign.NeilBrown1-1/+2
2015-07-20raid6check: use O_DIRECT instead of O_SYNC.NeilBrown1-2/+3
2015-07-20restripe: fix data block order in raid6_2_data_recovNeilBrown1-5/+0
2015-07-20raid6check: various cleanup/fixesNeilBrown1-121/+148
2015-07-16raid6checkNeilBrown1-19/+34
2015-07-16raid6check: get device ordering correct for syndrome calculation.NeilBrown1-6/+15
2015-07-10raid6check: report role of suspect device.NeilBrown1-2/+3
2015-05-07Add "Name" defines to some ancillary programsNeilBrown1-0/+2
2015-02-12Don't break long strings onto multiple lines.NeilBrown1-2/+1
2014-03-31raid6check.c: move manual repair code to separate functionPiergiorgio Sartor1-84/+110
2014-03-31raid6check.c: move autorepair code to separate functionPiergiorgio Sartor1-49/+65
2014-03-31raid6check.c: lock the stripe until necessaryPiergiorgio Sartor1-58/+58
2014-02-06raid6check.c: reduce verbosityPiergiorgio Sartor1-9/+1
2014-02-04raid6check.c: add O_SYNC to openPiergiorgio Sartor1-1/+1
2014-02-04raid6check.c: fix Q parity generationPiergiorgio Sartor1-1/+1
2014-02-04raid6check.c: fix position printoutPiergiorgio Sartor1-2/+2
2014-02-04raid6check.c: reduce verbosityPiergiorgio Sartor1-3/+0
2014-01-23raid6check.c add page size check and repairPiergiorgio Sartor1-33/+74
2013-06-19Remove lots of unnecessary white space.NeilBrown1-4/+0
2013-06-19raid6check: Check return value of lseek64()Bernd Schubert1-4/+28
2013-06-19raid6check: Fix compiler warnings.Bernd Schubert1-6/+26
2013-06-19raid6check: Use enums for repair typeBernd Schubert1-6/+12
2013-06-19raid6check: Fix memory leaks detected by valgrindBernd Schubert1-0/+2
2013-06-19raid6check: Fix build of raid6checkBernd Schubert1-1/+1
2012-09-10raid6check: Auto-repair modeRobert Buchholz1-1/+32
2012-09-10raid6check: Extract (un)locking into functionsRobert Buchholz1-43/+47
2012-09-10raid6check: Repair mode used geo_map incorrectlyRobert Buchholz1-11/+13
2012-09-10raid6check: Fix off-by-one in argument checkRobert Buchholz1-2/+2
2012-07-09Repair mode for raid6Robert Buchholz1-5/+128
2012-07-09Remove scattered checks for malloc success.NeilBrown1-30/+10
2012-07-09Introduce pr_err for printing error messages.NeilBrown1-1/+1
2011-05-16RAID-6 check standalone suspend arrayPiergiorgio Sartor1-3/+38
2011-04-14RAID-6 check standalone fix component list parsingPiergiorgio Sartor1-12/+23
2011-04-05RAID-6 check standalone code cleanupPiergiorgio Sartor1-46/+91
2011-04-05RAID-6 check standalone md devicePiergiorgio Sartor1-30/+80
2011-03-21RAID-6 check standalonePiergiorgio Sartor1-0/+262