dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/lib/raid6
Jim Kukunas 96e67703e7 lib/raid6: cleanup gen_syndrome function selection
Reorders functions in raid6_algos as well as the preference check
to reduce the number of functions tested on initialization.

Also, creates symmetry between choosing the gen_syndrome functions
and choosing the recovery functions.

Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
2012-05-22 13:54:24 +10:00
..
test lib/raid6: update test program for recovery functions 2012-05-22 13:54:23 +10:00
.gitignore Move .gitignore from drivers/md to lib/raid6 2010-08-30 17:35:52 +10:00
Makefile lib/raid6: Add SSSE3 optimized recovery functions 2012-05-22 13:54:18 +10:00
algos.c lib/raid6: cleanup gen_syndrome function selection 2012-05-22 13:54:24 +10:00
altivec.uc Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
int.uc lib/raid6: Fix filename emitted in generated code 2011-10-20 11:27:50 +11:00
mktables.c lib/raid6: Add SSSE3 optimized recovery functions 2012-05-22 13:54:18 +10:00
mmx.c Further tidyup of raid6 naming in lib/raid6 2010-08-12 06:44:54 +10:00
recov.c lib/raid6: Add SSSE3 optimized recovery functions 2012-05-22 13:54:18 +10:00
recov_ssse3.c lib/raid6: Add SSSE3 optimized recovery functions 2012-05-22 13:54:18 +10:00
sse1.c Further tidyup of raid6 naming in lib/raid6 2010-08-12 06:44:54 +10:00
sse2.c Further tidyup of raid6 naming in lib/raid6 2010-08-12 06:44:54 +10:00
unroll.awk Merge branch 'async' of macbook:git/btrfs-unstable 2010-08-09 10:36:44 +01:00
x86.h lib/raid6: update test program for recovery functions 2012-05-22 13:54:23 +10:00