linux-next/lib/raid6
Markus Stockhausen 7e92e1d762 md/raid6 algorithms: improve test program
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>
2015-04-22 08:00:42 +10:00
..
test md/raid6 algorithms: improve test program 2015-04-22 08:00:42 +10:00
.gitignore lib/raid6: add ARM-NEON accelerated syndrome calculation 2013-07-08 22:09:18 +01:00
algos.c md/raid6 algorithms: delta syndrome functions 2015-04-22 08:00:41 +10:00
altivec.uc md/raid6 algorithms: delta syndrome functions 2015-04-22 08:00:41 +10:00
avx2.c md/raid6 algorithms: delta syndrome functions 2015-04-22 08:00:41 +10:00
int.uc md/raid6 algorithms: delta syndrome functions 2015-04-22 08:00:41 +10:00
Makefile md update for v3.12 2013-09-10 13:03:41 -07:00
mktables.c lib/raid6: Add SSSE3 optimized recovery functions 2012-05-22 13:54:18 +10:00
mmx.c md/raid6 algorithms: delta syndrome functions 2015-04-22 08:00:41 +10:00
neon.c md/raid6 algorithms: delta syndrome functions 2015-04-22 08:00:41 +10:00
neon.uc lib/raid6: add ARM-NEON accelerated syndrome calculation 2013-07-08 22:09:18 +01:00
recov_avx2.c x86/raid6: correctly check for assembler capabilities 2015-02-04 08:35:51 +11:00
recov_ssse3.c x86/raid6: correctly check for assembler capabilities 2015-02-04 08:35:51 +11:00
recov.c lib/raid6: fix sparse warnings in recovery functions 2012-05-28 14:10:22 +10:00
sse1.c md/raid6 algorithms: delta syndrome functions 2015-04-22 08:00:41 +10:00
sse2.c md/raid6 algorithms: delta syndrome functions 2015-04-22 08:00:41 +10:00
tilegx.uc md/raid6 algorithms: delta syndrome functions 2015-04-22 08:00:41 +10:00
unroll.awk Merge branch 'async' of macbook:git/btrfs-unstable 2010-08-09 10:36:44 +01:00
x86.h lib/raid6: Add AVX2 optimized recovery functions 2012-12-13 16:42:01 +11:00