Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | md/raid6 algorithms: improve test program | Markus Stockhausen | 2015-04-21 |
| | | | | | | | | | | | | | It is always helpful to have a test tool in place if we implement new data critical algorithms. So add some test routines to the raid6 checker that can prove if the new xor_syndrome() works as expected. Run through all permutations of start/stop pages per algorithm and simulate a xor_syndrome() assisted rmw run. After each rmw check if the recovery algorithm still confirms that the stripe is fine. Signed-off-by: Markus Stockhausen <stockhausen@collogia.de> Signed-off-by: NeilBrown <neilb@suse.de> | ||
* | lib/raid6: update test program for recovery functions | Jim Kukunas | 2012-05-21 |
| | | | | | | | | Test each combination of recovery and syndrome generation functions. Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com> Signed-off-by: NeilBrown <neilb@suse.de> | ||
* | Rename raid6 files now they're in a 'raid6' directory. | David Woodhouse | 2010-08-10 |
Linus asks 'why "raid6" twice?'. No reason. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> |