public inbox for linux-raid@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 07:10:42 to 2026-03-29 21:31:25 UTC [more...]

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

[PATCH v2] raid6: arm64: add SVE optimized implementation for syndrome generation
 2026-03-29 13:01 UTC  (5+ messages)

[PATCH] md: remove unused static md_wq workqueue
 2026-03-28 19:35 UTC 

[PATCH 0/5] xor/arm: Replace vectorized version with intrinsics
 2026-03-27 14:45 UTC  (8+ messages)
` [PATCH 1/5] ARM: Add a neon-intrinsics.h header like on arm64
` [PATCH 2/5] crypto: aegis128 - Use neon-intrinsics.h on ARM too
` [PATCH 3/5] xor/arm: Replace vectorized implementation with arm64's intrinsics
` [PATCH 4/5] xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
` [PATCH 5/5] ARM: Remove hacked-up asm/types.h header

[PATCH] md: wake raid456 reshape waiters before suspend
 2026-03-27 14:07 UTC 

md-raid support 50/60 & spare space support
 2026-03-27  9:41 UTC  (3+ messages)

cleanup the RAID6 P/Q library
 2026-03-26  5:25 UTC  (22+ 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
` [PATCH 17/17] raid6_kunit: randomize buffer alignment

cleanup the RAID5 XOR library v3
 2026-03-26  5:18 UTC  (31+ 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

Current GPU and Server Component Inventory Update
 2026-03-25 12:23 UTC 

[PATCH RESEND v3 0/3] lib/raid6: Optimize raid6_select_algo to ensure
 2026-03-25  5:54 UTC  (8+ 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 0/2] Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-03-25  3:50 UTC  (9+ messages)
` [PATCH 1/2] md: Add PCI_P2PDMA support for MD RAID volumes
` [PATCH 2/2] nvme-multipath: enable PCI P2PDMA for multipath devices

[PATCH v3 1/1] md/raid1: serialize overlap io for writemostly disk
 2026-03-24  7:24 UTC 

[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  (2+ messages)

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

[PATCH] md: remove unused mddev argument from export_rdev
 2026-03-22 18:32 UTC  (2+ 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  (13+ messages)
` [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  (3+ messages)
` [PATCH 1/2] md/raid1: fix the comparing region of interval tree

[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  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: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  (14+ messages)
` [PATCH 03/27] um/xor: cleanup xor.h
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 23/27] btrfs: use 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  (7+ messages)
` [PATCH 1/3] md: restore bitmap/location to fix wrong bitmap offset while growing


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