summaryrefslogtreecommitdiffstats
path: root/restripe.c
Commit message (Collapse)AuthorAgeFilesLines
* Teach restripe to calculate Q syndrome for raid6.Neil Brown2007-02-221-8/+112
| | | | | This allows mdadm to correctly restart a raid6 grow that crashed during the critcal phase.
* Support restarting of a reshape on --assembleNeil Brown2006-03-201-3/+6
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Initial reshape supportNeil Brown2006-03-131-0/+324
Needs work for other levels etc. Signed-off-by: Neil Brown <neilb@suse.de>