summaryrefslogtreecommitdiffstats
path: root/restripe.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-12Use more secure HTTPS URLsPaul Menzel1-1/+1
2020-05-18restripe: fix ignoring return value of ‘read’ and lseekGuoqing Jiang1-2/+10
2017-05-16mdadm: Fixup != broken formattingJes Sorensen1-3/+5
2017-05-16mdadm: Fixup more broken logical operator formattingJes Sorensen1-2/+2
2016-10-07Fix some issues found by clangNeilBrown1-1/+1
2016-08-11restripe: Avoid if and return on the same lineJes Sorensen1-20/+40
2016-01-13restripe: fix compilation of "make test"NeilBrown1-3/+3
2015-07-20restripe: fix data block order in raid6_2_data_recovNeilBrown1-5/+6
2015-07-20raid6check: various cleanup/fixesNeilBrown1-8/+20
2015-07-16raid6checkNeilBrown1-2/+3
2015-05-07Add "Name" defines to some ancillary programsNeilBrown1-0/+1
2015-02-12Don't break long strings onto multiple lines.NeilBrown1-2/+1
2013-06-19Remove lots of unnecessary white space.NeilBrown1-9/+2
2012-09-10Move xmalloc et al into their own fileRobert Buchholz1-22/+0
2012-07-09Extract function to generate zeroes and expose xor functionRobert Buchholz1-8/+13
2012-07-09Remove scattered checks for malloc success.NeilBrown1-17/+34
2011-09-19Fix serious memory leakLukasz Dorau1-17/+33
2011-06-09FIX: Move buffer to next locationAdam Kwolek1-1/+5
2011-06-09restripe: fix compile error in stand-alone program.NeilBrown1-1/+1
2011-06-08Support restore_stripes() from the given bufferAdam Kwolek1-24/+65
2011-04-05restripe: make sure zero buffer is always large enough.NeilBrown1-3/+13
2011-03-22restripe: allow test code to have an offset on each device.Piergiorgio Sartor1-0/+8
2011-03-21RAID-6 check standalonePiergiorgio Sartor1-2/+2
2011-02-18User space RAID-6 access fixPiergiorgio Sartor1-5/+5
2011-02-08User space RAID-6 accessPiergiorgio Sartor1-6/+99
2010-12-03FIX: Do not use layout for raid4 and raid0 while geo map computingAdam Kwolek1-0/+5
2010-08-05Compile with -Wextra by defaultNeilBrown1-3/+5
2010-03-03Add _FORTIFY_SOURCE to mdadm.O2 build.NeilBrown1-1/+2
2009-10-16restripe: fix assignment of raid6 blocks for syndrome calculation.NeilBrown1-8/+19
2009-10-12restripe: fix compile warning.NeilBrown1-1/+1
2009-10-12restripe : various fixed for RAID6 2-failure recovery.NeilBrown1-12/+40
2009-10-01Merge branch 'master' into devel-3.1NeilBrown1-1/+1
2009-09-25Fix raid6 error recovery in 'restripe' code.NeilBrown1-2/+2
2009-08-13Grow: support restart of new migrations.NeilBrown1-1/+2
2009-08-11Handle extra 'grow' variations.NeilBrown1-2/+3
2009-07-14restripe: support saving when not all devices are present.NeilBrown1-35/+263
2009-06-02Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown1-1/+1
2009-05-25restripe: add support for new layouts including DDFNeilBrown1-6/+126
2008-08-19Fix alignment for backup of reshape data.NeilBrown1-2/+3
2007-02-22Teach restripe to calculate Q syndrome for raid6.Neil Brown1-8/+112
2006-03-20Support restarting of a reshape on --assembleNeil Brown1-3/+6
2006-03-13Initial reshape supportNeil Brown1-0/+324