summaryrefslogtreecommitdiff
path: root/lib/raid
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds42-3/+7499
2026-06-05raid6: use kmalloc() in raid6_select_algo()Mike Rapoport (Microsoft)1-3/+3
2026-06-05xor: use kmalloc() in calibrate_xor_blocks()Mike Rapoport (Microsoft)1-2/+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 Hellwig31-409/+384
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 Hellwig33-1/+7184
2026-05-28xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARMArd Biesheuvel4-315/+154
2026-05-28xor/arm: Replace vectorized implementation with arm64's intrinsicsArd Biesheuvel6-37/+186
2026-04-03xor: add a kunit test caseChristoph Hellwig5-1/+205
2026-04-03xor: use static_call for xor_genChristoph Hellwig1-11/+11
2026-04-03xor: pass the entire operation to the low-level opsChristoph Hellwig25-500/+224
2026-04-03xor: add a better public APIChristoph Hellwig1-0/+34
2026-04-03xor: make xor.ko self-contained in lib/raid/Christoph Hellwig33-44/+321
2026-04-03xor: avoid indirect calls for arm64-optimized opsChristoph Hellwig3-92/+106
2026-04-03x86: move the XOR code to lib/raid/Christoph Hellwig4-0/+1174
2026-04-03s390: move the XOR code to lib/raid/Christoph Hellwig2-0/+135
2026-04-03sparc: move the XOR code to lib/raid/Christoph Hellwig4-0/+951
2026-04-03riscv: move the XOR code to lib/raid/Christoph Hellwig3-0/+134
2026-04-03powerpc: move the XOR code to lib/raid/Christoph Hellwig4-0/+250
2026-04-03loongarch: move the XOR code to lib/raid/Christoph Hellwig5-0/+320
2026-04-03arm64: move the XOR code to lib/raid/Christoph Hellwig3-0/+386
2026-04-03arm: move the XOR code to lib/raid/Christoph Hellwig4-0/+233
2026-04-03alpha: move the XOR code to lib/raid/Christoph Hellwig2-0/+851
2026-04-03xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig5-0/+742
2026-04-03xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig1-10/+31
2026-04-03xor: split xor.hChristoph Hellwig1-0/+1
2026-04-03xor: cleanup registration and probingChristoph Hellwig1-50/+48
2026-04-03xor: small cleanupsChristoph Hellwig1-4/+1
2026-04-03xor: move to lib/raid/Christoph Hellwig4-0/+188