summaryrefslogtreecommitdiffstats
path: root/lib/raid6
Commit message (Expand)AuthorAgeFilesLines
* lib/raid6: build proper files on corresponding archYuanhan Liu2012-12-138-27/+28
* lib/raid6: Add AVX2 optimized gen_syndrome functionsYuanhan Liu2012-12-134-2/+272
* lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas2012-12-135-7/+341
* lib/raid6: fix sparse warnings in recovery functionsJim Kukunas2012-05-282-6/+8
* lib/raid6: cleanup gen_syndrome function selectionJim Kukunas2012-05-221-47/+57
* lib/raid6: update test program for recovery functionsJim Kukunas2012-05-223-17/+32
* lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas2012-05-225-5/+409
* lib/raid6: fix test program buildJim Kukunas2012-05-221-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker2011-10-312-0/+2
* md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* lib/raid6: Fix filename emitted in generated codeDan McGee2011-10-201-1/+1
* Move .gitignore from drivers/md to lib/raid6NeilBrown2010-08-301-0/+4
* Further tidyup of raid6 naming in lib/raid6NeilBrown2010-08-126-11/+11
* Make lib/raid6/test build correctly.NeilBrown2010-08-121-1/+1
* Rename raid6 files now they're in a 'raid6' directory.David Woodhouse2010-08-1111-117/+111
* Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse2010-08-097-77/+56
* md: Factor out RAID6 algorithms into lib/David Woodhouse2009-10-2913-0/+1610