summaryrefslogtreecommitdiff
path: root/restripe.c
Commit message (Expand)AuthorAge
* Remove lots of unnecessary white space.NeilBrown2013-06-19
* Move xmalloc et al into their own fileRobert Buchholz2012-09-10
* Extract function to generate zeroes and expose xor functionRobert Buchholz2012-07-09
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Fix serious memory leakLukasz Dorau2011-09-19
* FIX: Move buffer to next locationAdam Kwolek2011-06-09
* restripe: fix compile error in stand-alone program.NeilBrown2011-06-09
* Support restore_stripes() from the given bufferAdam Kwolek2011-06-08
* restripe: make sure zero buffer is always large enough.NeilBrown2011-04-05
* restripe: allow test code to have an offset on each device.Piergiorgio Sartor2011-03-22
* RAID-6 check standalonePiergiorgio Sartor2011-03-21
* User space RAID-6 access fixPiergiorgio Sartor2011-02-18
* User space RAID-6 accessPiergiorgio Sartor2011-02-08
* FIX: Do not use layout for raid4 and raid0 while geo map computingAdam Kwolek2010-12-03
* Compile with -Wextra by defaultNeilBrown2010-08-05
* Add _FORTIFY_SOURCE to mdadm.O2 build.NeilBrown2010-03-03
* restripe: fix assignment of raid6 blocks for syndrome calculation.NeilBrown2009-10-16
* restripe: fix compile warning.NeilBrown2009-10-12
* restripe : various fixed for RAID6 2-failure recovery.NeilBrown2009-10-12
* Merge branch 'master' into devel-3.1NeilBrown2009-10-01
|\
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* | Fix raid6 error recovery in 'restripe' code.NeilBrown2009-09-25
* | Grow: support restart of new migrations.NeilBrown2009-08-13
* | Handle extra 'grow' variations.NeilBrown2009-08-11
* | restripe: support saving when not all devices are present.NeilBrown2009-07-14
* | restripe: add support for new layouts including DDFNeilBrown2009-05-25
|/
* Fix alignment for backup of reshape data.NeilBrown2008-08-19
* Teach restripe to calculate Q syndrome for raid6.Neil Brown2007-02-22
* Support restarting of a reshape on --assembleNeil Brown2006-03-20
* Initial reshape supportNeil Brown2006-03-13