summaryrefslogtreecommitdiff
path: root/lib/raid6
AgeCommit message (Expand)AuthorFilesLines
2012-12-13lib/raid6: build proper files on corresponding archYuanhan Liu8-27/+28
2012-12-13lib/raid6: Add AVX2 optimized gen_syndrome functionsYuanhan Liu4-2/+272
2012-12-13lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas5-7/+341
2012-05-28lib/raid6: fix sparse warnings in recovery functionsJim Kukunas2-6/+8
2012-05-22lib/raid6: cleanup gen_syndrome function selectionJim Kukunas1-47/+57
2012-05-22lib/raid6: update test program for recovery functionsJim Kukunas3-17/+32
2012-05-22lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas5-5/+409
2012-05-22lib/raid6: fix test program buildJim Kukunas1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2011-10-31md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker2-0/+2
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2011-10-20lib/raid6: Fix filename emitted in generated codeDan McGee1-1/+1
2010-08-30Move .gitignore from drivers/md to lib/raid6NeilBrown1-0/+4
2010-08-12Further tidyup of raid6 naming in lib/raid6NeilBrown6-11/+11
2010-08-12Make lib/raid6/test build correctly.NeilBrown1-1/+1
2010-08-11Rename raid6 files now they're in a 'raid6' directory.David Woodhouse11-117/+111
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse13-0/+1589
2009-10-29md: Factor out RAID6 algorithms into lib/David Woodhouse13-0/+1610