]> git.neil.brown.name Git - mdadm.git/history - restripe.c
IMSM: Enable spanning between VMD domains
[mdadm.git] / restripe.c
2016-10-07 NeilBrownFix some issues found by clang
2016-08-11 Jes Sorensenrestripe: Avoid if and return on the same line
2016-01-12 NeilBrownrestripe: fix compilation of "make test"
2015-07-27 NeilBrownMerge branch 'cluster'
2015-07-20 NeilBrownrestripe: fix data block order in raid6_2_data_recov
2015-07-20 NeilBrownraid6check: various cleanup/fixes
2015-07-16 NeilBrownraid6check
2015-05-07 NeilBrownAdd "Name" defines to some ancillary programs
2015-02-12 NeilBrownDon't break long strings onto multiple lines.
2013-06-19 NeilBrownRemove lots of unnecessary white space.
2012-09-10 Robert BuchholzMove xmalloc et al into their own file
2012-07-09 Robert BuchholzExtract function to generate zeroes and expose xor...
2012-07-09 NeilBrownRemove scattered checks for malloc success.
2011-09-19 Lukasz DorauFix serious memory leak
2011-06-09 Adam KwolekFIX: Move buffer to next location
2011-06-09 NeilBrownrestripe: fix compile error in stand-alone program.
2011-06-08 Adam KwolekSupport restore_stripes() from the given buffer
2011-04-05 NeilBrownrestripe: make sure zero buffer is always large enough.
2011-03-24 NeilBrownMerge branch 'master' into devel-3.2
2011-03-23 Piergiorgio Sartorrestripe: allow test code to have an offset on each...
2011-03-21 Piergiorgio Sartorrestripe: allow test code to have an offset on each...
2011-03-21 Piergiorgio SartorRAID-6 check standalone
2011-03-15 NeilBrownMerge branch 'master' into devel-3.2
2011-03-14 NeilBrownMerge branch 'master' into devel-3.2
2011-03-10 NeilBrownMerge branch 'master' into devel-3.2
2011-02-18 Piergiorgio SartorUser space RAID-6 access fix
2011-02-08 Piergiorgio SartorUser space RAID-6 access
2010-12-13 NeilBrownMerge branch 'master' into devel-3.2
2010-12-09 NeilBrownMerge branch 'master' into devel-3.2
2010-12-03 Adam KwolekFIX: Do not use layout for raid4 and raid0 while geo...
2010-08-05 NeilBrownCompile with -Wextra by default
2010-03-02 NeilBrownAdd _FORTIFY_SOURCE to mdadm.O2 build.
2009-11-19 NeilBrownMerge branch 'master' into devel-3.1
2009-10-22 NeilBrownMerge branch 'master' into devel-3.1
2009-10-22 NeilBrownMerge branch 'master' into devel-3.1
2009-10-16 NeilBrownrestripe: fix assignment of raid6 blocks for syndrome...
2009-10-12 NeilBrownrestripe: fix compile warning.
2009-10-12 NeilBrownrestripe : various fixed for RAID6 2-failure recovery.
2009-10-01 NeilBrownMerge branch 'master' into devel-3.1
2009-09-25 NeilBrownFix raid6 error recovery in 'restripe' code.
2009-08-13 NeilBrownGrow: support restart of new migrations.
2009-08-11 NeilBrownHandle extra 'grow' variations.
2009-07-14 NeilBrownrestripe: support saving when not all devices are present.
2009-06-02 NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-06-02 NeilBrownMerge branch 'master' into devel-3.0
2009-06-02 NeilBrownUpdate copyright dates and remove references to @cse...
2009-05-25 NeilBrownrestripe: add support for new layouts including DDF
2009-05-11 NeilBrownMerge branch 'master' into devel-3.0
2009-03-10 NeilBrownMerge branch 'master' in devel-3.0
2009-02-02 NeilBrownMerge branch 'master' into devel-3.0
2009-01-07 NeilBrownMerge branch 'master' into scratch-3.0
2008-12-18 NeilBrownMerge branch 'master' into devel-3.0
2008-11-27 NeilBrownMerge branch 'master' into devel-3.0
2008-11-02 NeilBrownMerge branch 'master' into scratch-3.0
2008-11-02 NeilBrownMerge branch 'master' into scratch-3.0
2008-10-30 NeilBrownMerge branch 'master' into devel-3.0
2008-10-30 NeilBrownMerge branch 'master' into devel-3.0
2008-10-26 NeilBrownMerge branch 'master' into devel-3.0
2008-10-17 NeilBrownMerge branch 'master' into devel-3.0
2008-08-19 NeilBrownFix alignment for backup of reshape data.
2007-02-22 Neil BrownTeach restripe to calculate Q syndrome for raid6.
2006-03-20 Neil BrownSupport restarting of a reshape on --assemble
2006-03-13 Neil BrownInitial reshape support