summaryrefslogtreecommitdiff
path: root/restripe.c
Commit message (Expand)AuthorAgeFilesLines
* Use more secure HTTPS URLsPaul Menzel2020-06-121-1/+1
* restripe: fix ignoring return value of ‘read’ and lseekGuoqing Jiang2020-05-181-2/+10
* mdadm: Fixup != broken formattingJes Sorensen2017-05-161-3/+5
* mdadm: Fixup more broken logical operator formattingJes Sorensen2017-05-161-2/+2
* Fix some issues found by clangNeilBrown2016-10-071-1/+1
* restripe: Avoid if and return on the same lineJes Sorensen2016-08-111-20/+40
* restripe: fix compilation of "make test"NeilBrown2016-01-131-3/+3
* restripe: fix data block order in raid6_2_data_recovNeilBrown2015-07-201-5/+6
* raid6check: various cleanup/fixesNeilBrown2015-07-201-8/+20
* raid6checkNeilBrown2015-07-161-2/+3
* Add "Name" defines to some ancillary programsNeilBrown2015-05-071-0/+1
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-2/+1
* Remove lots of unnecessary white space.NeilBrown2013-06-191-9/+2
* Move xmalloc et al into their own fileRobert Buchholz2012-09-101-22/+0
* Extract function to generate zeroes and expose xor functionRobert Buchholz2012-07-091-8/+13
* Remove scattered checks for malloc success.NeilBrown2012-07-091-17/+34
* Fix serious memory leakLukasz Dorau2011-09-191-17/+33
* FIX: Move buffer to next locationAdam Kwolek2011-06-091-1/+5
* restripe: fix compile error in stand-alone program.NeilBrown2011-06-091-1/+1
* Support restore_stripes() from the given bufferAdam Kwolek2011-06-081-24/+65
* restripe: make sure zero buffer is always large enough.NeilBrown2011-04-051-3/+13
* restripe: allow test code to have an offset on each device.Piergiorgio Sartor2011-03-221-0/+8
* RAID-6 check standalonePiergiorgio Sartor2011-03-211-2/+2
* User space RAID-6 access fixPiergiorgio Sartor2011-02-181-5/+5
* User space RAID-6 accessPiergiorgio Sartor2011-02-081-6/+99
* FIX: Do not use layout for raid4 and raid0 while geo map computingAdam Kwolek2010-12-031-0/+5
* Compile with -Wextra by defaultNeilBrown2010-08-051-3/+5
* Add _FORTIFY_SOURCE to mdadm.O2 build.NeilBrown2010-03-031-1/+2
* restripe: fix assignment of raid6 blocks for syndrome calculation.NeilBrown2009-10-161-8/+19
* restripe: fix compile warning.NeilBrown2009-10-121-1/+1
* restripe : various fixed for RAID6 2-failure recovery.NeilBrown2009-10-121-12/+40
* Merge branch 'master' into devel-3.1NeilBrown2009-10-011-1/+1
|\
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-1/+1
* | Fix raid6 error recovery in 'restripe' code.NeilBrown2009-09-251-2/+2
* | Grow: support restart of new migrations.NeilBrown2009-08-131-1/+2
* | Handle extra 'grow' variations.NeilBrown2009-08-111-2/+3
* | restripe: support saving when not all devices are present.NeilBrown2009-07-141-35/+263
* | restripe: add support for new layouts including DDFNeilBrown2009-05-251-6/+126
|/
* Fix alignment for backup of reshape data.NeilBrown2008-08-191-2/+3
* Teach restripe to calculate Q syndrome for raid6.Neil Brown2007-02-221-8/+112
* Support restarting of a reshape on --assembleNeil Brown2006-03-201-3/+6
* Initial reshape supportNeil Brown2006-03-131-0/+324