summaryrefslogtreecommitdiff
path: root/lib/raid/raid6/algos.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-05raid6: use kmalloc() in raid6_select_algo()Mike Rapoport (Microsoft)1-3/+3
2026-05-29raid6: update top of file commentsChristoph Hellwig1-7/+1
2026-05-29raid6: use static_call for raid6_recov_2data and raid6_recov_datapChristoph Hellwig1-2/+6
2026-05-29raid6: use static_call for gen_syndrom and xor_syndromChristoph Hellwig1-6/+12
2026-05-29raid6: rework registration of optimized algorithmsChristoph Hellwig1-168/+135
2026-05-29raid6: hide internalsChristoph Hellwig1-1/+2
2026-05-29raid6: warn when using less than four devicesChristoph Hellwig1-0/+2
2026-05-29raid6: improve the public interfaceChristoph Hellwig1-8/+129
2026-05-29raid6: move to lib/raid/Christoph Hellwig1-0/+282