summaryrefslogtreecommitdiff
path: root/lib/raid/raid6
AgeCommit message (Expand)Author
2026-06-04raid6: use kmalloc() in raid6_select_algo()Mike Rapoport (Microsoft)
2026-05-28raid6_kunit: randomize buffer alignmentChristoph Hellwig
2026-05-28raid6_kunit: randomize parameters and increase limitsChristoph Hellwig
2026-05-28raid6_kunit: cleanup dataptr handlingChristoph Hellwig
2026-05-28raid6_kunit: dynamically allocate data buffers using vmallocChristoph Hellwig
2026-05-28raid6_kunit: use KUNIT_CASE_PARAMChristoph Hellwig
2026-05-28raid6: update top of file commentsChristoph Hellwig
2026-05-28raid6: use static_call for raid6_recov_2data and raid6_recov_datapChristoph Hellwig
2026-05-28raid6: use static_call for gen_syndrom and xor_syndromChristoph Hellwig
2026-05-28raid6: rework registration of optimized algorithmsChristoph Hellwig
2026-05-28raid6: hide internalsChristoph Hellwig
2026-05-28raid6: warn when using less than four devicesChristoph Hellwig
2026-05-28raid6: improve the public interfaceChristoph Hellwig
2026-05-28raid6: use named initializers for struct raid6_callsChristoph Hellwig
2026-05-28raid6: remove raid6_get_zero_pageChristoph Hellwig
2026-05-28raid6: move to lib/raid/Christoph Hellwig