aboutsummaryrefslogtreecommitdiff
path: root/include/linux/raid
AgeCommit message (Expand)AuthorFilesLines
2023-09-06raid6: Add LoongArch SIMD recovery implementationGravatar WANG Xuerui 1-0/+2
2023-09-06raid6: Add LoongArch SIMD syndrome calculationGravatar WANG Xuerui 1-0/+2
2022-11-14lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGEGravatar Giulio Benetti 1-8/+0
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationGravatar Ard Biesheuvel 1-7/+14
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingGravatar Dirk Müller 1-1/+1
2020-07-16md: remove the kernel version of md_u.hGravatar Christoph Hellwig 1-13/+0
2020-07-16md: move the early init autodetect code to drivers/md/Gravatar Christoph Hellwig 1-0/+8
2020-03-24block: cleanup how md_autodetect_dev is calledGravatar Christoph Hellwig 1-0/+3
2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEGravatar Zhengyuan Liu 1-0/+4
2020-01-13raid6/test: fix a compilation warningGravatar Zhengyuan Liu 1-0/+2
2020-01-13raid6/test: fix a compilation errorGravatar Zhengyuan Liu 1-1/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48Gravatar Thomas Gleixner 1-6/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Gravatar Thomas Gleixner 1-8/+1
2018-12-20lib/raid6: add option to skip algo benchmarkingGravatar Daniel Verkamp 1-0/+3
2018-12-20lib/raid6: avoid __attribute_const__ redefinitionGravatar Daniel Verkamp 1-1/+3
2018-12-20lib/raid6: add missing include for raid6testGravatar Daniel Verkamp 1-0/+1
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+4
2018-03-26raid: remove tile specific raid6 implementationGravatar Arnd Bergmann 1-1/+0
2018-03-20lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndromeGravatar Matt Brown 1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-09md/raid6: implement recovery using ARM NEON intrinsicsGravatar Ard Biesheuvel 1-0/+1
2017-05-16lib/raid6: Add log-of-2 table for RAID6 HW requiring disk positionGravatar Anup Patel 1-0/+1
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 1-0/+4
2016-09-21lib/raid6: Add AVX512 optimized recovery functionsGravatar Gayatri Kammela 1-0/+1
2016-09-21lib/raid6: Add AVX512 optimized gen_syndrome functionsGravatar Gayatri Kammela 1-0/+3
2016-09-01RAID/s390: provide raid6 recovery optimizationGravatar Martin Schwidefsky 1-0/+1
2016-08-29RAID/s390: add SIMD implementation for raid6 gen/xorGravatar Martin Schwidefsky 1-0/+1
2016-01-21raid6/algos.c : bug fix : Add the missing definitions to the pq.h fileGravatar Gayatri Kammela 1-0/+2
2015-04-22md/raid6 algorithms: delta syndrome functionsGravatar Markus Stockhausen 1-0/+1
2013-09-10Merge tag 'md/3.12' of git://neil.brown.name/mdGravatar Linus Torvalds 1-0/+1
2013-08-27RAID: add tilegx SIMD implementation of raid6Gravatar Ken Steele 1-0/+1
2013-07-08lib/raid6: add ARM-NEON accelerated syndrome calculationGravatar Ard Biesheuvel 1-0/+5
2013-01-02UAPI: Remove empty Kbuild filesGravatar David Howells 1-0/+0
2012-12-13lib/raid6: Add AVX2 optimized gen_syndrome functionsGravatar Yuanhan Liu 1-0/+3
2012-12-13lib/raid6: Add AVX2 optimized recovery functionsGravatar Jim Kukunas 1-0/+1
2012-10-09UAPI: (Scripted) Disintegrate include/linux/raidGravatar David Howells 3-443/+1
2012-05-22lib/raid6: Add SSSE3 optimized recovery functionsGravatar Jim Kukunas 1-2/+16
2012-05-21md: add possibility to change data-offset for devices.Gravatar NeilBrown 1-2/+8
2012-05-21md: allow a reshape operation to be reversed.Gravatar NeilBrown 1-1/+6
2012-03-13md: Use existed macros instead of numbersGravatar majianpeng 1-1/+5
2011-12-23md: create externally visible flags for supporting hot-replace.Gravatar NeilBrown 1-2/+5
2011-12-23md: Fix userspace free_pages() macroGravatar Steven Rostedt 1-1/+1
2011-07-28md: load/store badblock list from v1.x metadataGravatar NeilBrown 1-4/+10
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-08-12Make lib/raid6/test build correctly.Gravatar NeilBrown 1-0/+2
2009-12-14md: remove sparse warning:symbol XXX was not declared.Gravatar NeilBrown 1-0/+19
2009-06-18md: fix some comments.Gravatar Andre Noll 1-1/+1
2009-03-31md/raid6: move raid6 data processing to raid6_pq.koGravatar Dan Williams 1-0/+132
2009-03-31md: move md_k.h from include/linux/raid/ to drivers/md/Gravatar NeilBrown 1-411/+0
2009-03-31md: move lots of #include lines out of .h files and into .cGravatar NeilBrown 3-44/+0