summaryrefslogtreecommitdiff
path: root/lib/raid/raid6
AgeCommit message (Expand)AuthorFilesLines
2026-06-05raid6: use kmalloc() in raid6_select_algo()Mike Rapoport (Microsoft)1-3/+3
2026-05-29raid6_kunit: randomize buffer alignmentChristoph Hellwig1-6/+35
2026-05-29raid6_kunit: randomize parameters and increase limitsChristoph Hellwig1-58/+131
2026-05-29raid6_kunit: cleanup dataptr handlingChristoph Hellwig1-12/+7
2026-05-29raid6_kunit: dynamically allocate data buffers using vmallocChristoph Hellwig1-15/+62
2026-05-29raid6_kunit: use KUNIT_CASE_PARAMChristoph Hellwig1-52/+68
2026-05-29raid6: update top of file commentsChristoph Hellwig10-78/+28
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 Hellwig30-409/+373
2026-05-29raid6: hide internalsChristoph Hellwig24-15/+119
2026-05-29raid6: warn when using less than four devicesChristoph Hellwig1-0/+2
2026-05-29raid6: improve the public interfaceChristoph Hellwig9-26/+147
2026-05-29raid6: use named initializers for struct raid6_callsChristoph Hellwig12-105/+95
2026-05-29raid6: remove raid6_get_zero_pageChristoph Hellwig8-27/+27
2026-05-29raid6: move to lib/raid/Christoph Hellwig31-0/+7161