public inbox for linux-raid@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-28 07:15:25 to 2026-03-24 06:45:15 UTC [more...]

cleanup the RAID6 P/Q library
 2026-03-24  6:40 UTC  (17+ messages)
` [PATCH 01/17] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/17] raid6: move to lib/raid/
` [PATCH 04/17] raid6: remove unused defines in pq.h
` [PATCH 05/17] raid6: remove raid6_get_zero_page
` [PATCH 06/17] raid6: use named initializers for struct raid6_calls
` [PATCH 07/17] raid6: improve the public interface
` [PATCH 08/17] raid6: hide internals
` [PATCH 09/17] raid6: rework the init helpers
` [PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 12/17] raid6: update top of file comments
` [PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 15/17] raid6_kunit: cleanup dataptr handling
` [PATCH 16/17] raid6_kunit: randomize parameters and increase limits

cleanup the RAID5 XOR library v3
 2026-03-24  6:22 UTC  (27+ messages)
` [PATCH 01/26] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/26] arm/xor: remove in_interrupt() handling
` [PATCH 03/26] um/xor: cleanup xor.h
` [PATCH 04/26] xor: move to lib/raid/
` [PATCH 05/26] xor: small cleanups
` [PATCH 06/26] xor: cleanup registration and probing
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case

[PATCH 0/2] Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-03-23 23:44 UTC  (3+ messages)
` [PATCH 1/2] md: Add PCI_P2PDMA support for MD RAID volumes
` [PATCH 2/2] nvme-multipath: enable PCI P2PDMA for multipath devices

[RFC PATCH] md/raid5: Fix UAF on IO across the reshape position
 2026-03-23 22:58 UTC 

[PATCH v3 0/3] md/md-llbitmap: add CleanUnwritten support
 2026-03-23  5:46 UTC  (4+ messages)
` [PATCH v3 1/3] md: add fallback to correct bitmap_ops on version mismatch
` [PATCH v3 2/3] md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity building
` [PATCH v3 3/3] md/md-llbitmap: optimize initial sync with write_zeroes_unmap support

[GIT PULL] md-7.1-20260323
 2026-03-22 19:39 UTC  (2+ messages)

[PATCH 2/2] md/raid5: move handle_stripe() comment to correct location
 2026-03-22 18:33 UTC  (3+ messages)

[PATCH 1/2] md/raid5: remove stale md_raid5_kick_device() declaration
 2026-03-22 18:32 UTC  (3+ messages)

[PATCH] md: remove unused mddev argument from export_rdev
 2026-03-22 18:32 UTC  (5+ messages)

[PATCH] md/raid5: skip 2-failure compute when other disk is R5_LOCKED
 2026-03-22 18:31 UTC  (3+ messages)

[PATCH v2 0/5] md/md-llbitmap: fixes and proactive parity building support
 2026-03-22 18:30 UTC  (15+ messages)
` [PATCH v2 1/5] md/md-llbitmap: skip reading rdevs that are not in_sync
` [PATCH v2 2/5] md/md-llbitmap: raise barrier before state machine transition
` [PATCH v2 3/5] md: add fallback to correct bitmap_ops on version mismatch
` [PATCH v2 4/5] md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity building
` [PATCH v2 5/5] md/md-llbitmap: optimize initial sync with write_zeroes_unmap support

[PATCH v2 0/2] md/raid1: serialize overlapped ios for writemostly device
 2026-03-22 18:28 UTC  (4+ messages)
` [PATCH 1/2] md/raid1: fix the comparing region of interval tree
` [PATCH v2 2/2] md/raid1: serialize overlap io for writemostly disk

[PATCH] md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations
 2026-03-21  6:29 UTC  (3+ messages)

[PATCH RESEND v3 0/3] lib/raid6: Optimize raid6_select_algo to ensure
 2026-03-20 11:24 UTC  (5+ messages)
` [PATCH RESEND v3 1/3] lib/raid6: Divide the raid6 algorithm selection process into two parts
` [PATCH RESEND v3 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing
` [PATCH RESEND v3 3/3] lib/raid6: Delete the RAID6_PQ_BENCHMARK config

[PATCH RESEND v3 0/3] lib/raid6: Optimize raid6_select_algo to ensure
 2026-03-20  6:00 UTC  (3+ messages)
` [PATCH RESEND v3 1/3] lib/raid6: Divide the raid6 algorithm selection process into two parts
` [PATCH RESEND v3 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing

[PATCH v2] raid6: arm64: add SVE optimized implementation for syndrome generation
 2026-03-18 15:02 UTC 

[PATCH v2] raid6: arm64: add SVE optimized implementation for syndrome generation
 2026-03-18 15:01 UTC 

Release mdadm-4.6
 2026-03-18 12:06 UTC  (5+ messages)

[PATCH] raid6: arm64: add SVE optimized implementation for syndrome generation
 2026-03-18 11:24 UTC  (2+ messages)

Bug in RAID10 'enough' when far_copies=2?
 2026-03-17  9:34 UTC 

cleanup the RAID5 XOR library v2
 2026-03-16 22:12 UTC  (36+ messages)
` [PATCH 01/27] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/27] arm/xor: remove in_interrupt() handling
` [PATCH 03/27] um/xor: cleanup xor.h
` [PATCH 04/27] xor: move to lib/raid/
` [PATCH 05/27] xor: small cleanups
` [PATCH 06/27] xor: cleanup registration and probing
` [PATCH 07/27] xor: split xor.h
` [PATCH 08/27] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/27] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 11/27] arm: "
` [PATCH 12/27] arm64: "
` [PATCH 13/27] loongarch: "
` [PATCH 14/27] powerpc: "
` [PATCH 15/27] riscv: "
` [PATCH 16/27] sparc: "
` [PATCH 17/27] s390: "
` [PATCH 18/27] x86: "
` [PATCH 19/27] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/27] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/27] xor: add a better public API
` [PATCH 22/27] async_xor: use xor_gen
` [PATCH 23/27] btrfs: "
` [PATCH 24/27] xor: pass the entire operation to the low-level ops
` [PATCH 25/27] xor: use static_call for xor_gen
` [PATCH 26/27] random: factor out a __limit_random_u32_below helper
` [PATCH 27/27] xor: add a kunit test case

[linux-next:master] [xor] ebbbf58989: BUG:KASAN:slab-out-of-bounds_in_xor_gen_avx
 2026-03-16 16:13 UTC  (2+ messages)

[PATCH 0/3] md: bitmap grow fixes
 2026-03-15 18:12 UTC  (12+ messages)
` [PATCH 1/3] md: restore bitmap/location to fix wrong bitmap offset while growing
` [PATCH 2/3] md: call md_bitmap_create,destroy in location_store
` [PATCH 3/3] md: remove member group from bitmap_operations

md-raid support 50/60 & spare space support
 2026-03-15 17:11 UTC  (2+ messages)

cleanup the RAID5 XOR library
 2026-03-10 14:00 UTC  (45+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 07/25] xor: split xor.h
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 16/25] sparc: move the XOR code to lib/raid/
` [PATCH 18/25] x86: "
` [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/25] xor: add a better public API
` [PATCH 24/25] xor: pass the entire operation to the low-level ops

[PATCH 0/5] md/md-llbitmap: fixes and proactive parity building support
 2026-03-10  5:19 UTC  (7+ messages)
` [PATCH 3/5] md: add fallback to correct bitmap_ops on version mismatch

[PATCH] md/raid0,linear: move error handling from make_request to IO completion
 2026-03-05 17:27 UTC  (2+ messages)

[PATCH 0/2] md/raid1: serialize overlapped ios for writemostly device
 2026-03-05  1:16 UTC 

[PATCH] md/raid5: set chunk_sectors to enable full stripe I/O splitting
 2026-03-04  2:36 UTC  (4+ messages)

[PATCH v3] md/raid10: fix deadlock with check operation and nowait requests
 2026-03-04  2:18 UTC  (2+ messages)

[PATCH] md/raid5: clean up stale declaration and misplaced comment
 2026-03-04  2:10 UTC  (2+ messages)

[PATCH] block: remove bdev_nonrot()
 2026-03-03  7:05 UTC  (7+ messages)

[PATCH v2] md/raid10: fix deadlock with check operation and nowait requests
 2026-03-03  0:54 UTC  (3+ messages)

4 TiB WD SN700 drives drop off of Sonnet Card
 2026-03-01 11:39 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 5.10-stable tree
 2026-03-01  2:02 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 5.15-stable tree
 2026-03-01  1:52 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 6.1-stable tree
 2026-03-01  1:43 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 6.6-stable tree
 2026-03-01  1:34 UTC 

FAILED: Patch "md/bitmap: fix GPF in write_page caused by resize race" failed to apply to 6.12-stable tree
 2026-03-01  1:23 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox