Linux RAID subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-30 07:56:45 to 2026-07-13 09:19:44 UTC [more...]

[PATCH 0/3] btrfs: disguise single-data-RAID56 as RAID1/RAID1C3
 2026-07-13  9:19 UTC  (2+ messages)

[PATCH] md/raid5: complete discard bios while reshape is active
 2026-07-12 14:35 UTC  (3+ messages)

[PATCH] md: use READ_ONCE() for lockless reads of sb_flags
 2026-07-11 18:16 UTC  (2+ messages)

[PATCH v1] md,dm: caller-owned memalloc_noio token in mddev_suspend()/resume()
 2026-07-11 18:08 UTC  (2+ messages)

[PATCH v6 0/3] md/raid10: fix r10bio width mismatches across reshape
 2026-07-11 17:43 UTC  (5+ messages)
` [PATCH v7 1/3] md: suspend array when sync_action=reshape
` [PATCH v7 2/3] md/raid10: resize r10bio_pool for reshape
` [PATCH v7 3/3] md/raid10: free r10bio before ending master_bio in raid_end_bio_io() and raid_end_discard_bio()

[PATCH v3] md/raid5: fix reshape deadlock while failed devices more than max degraded
 2026-07-11 16:39 UTC  (2+ messages)

[PATCH] md/raid5: protect lockless recovery_offset accesses during reshape
 2026-07-11 16:24 UTC  (2+ messages)

[PATCH] md/raid5: protect lockless reshape_progress accesses
 2026-07-11 15:37 UTC  (2+ messages)

[PATCH] md: remove REQ_NOWAIT support
 2026-07-11 15:21 UTC  (2+ messages)

LBS setup
 2026-07-11 13:22 UTC  (6+ messages)

[PATCH] md: protect read mddev->recovery in md_sync_action()
 2026-07-11 10:56 UTC  (5+ messages)

[PATCH v6 0/3] md/raid10: fix r10bio width mismatches across reshape
 2026-07-11  8:38 UTC  (6+ messages)
` [PATCH v6 1/3] md: suspend array when sync_action=reshape
` [PATCH v6 3/3] md/raid10: free r10bio before ending master_bio in raid_end_bio_io() and raid_end_discard_bio()

[RFC PATCH] md,dm: caller-owned memalloc_noio token in mddev_suspend()/resume()
 2026-07-11  3:53 UTC  (3+ messages)

[PATCH 0/2] md: widen size/count types for large arrays
 2026-07-10 15:44 UTC  (5+ messages)
` [PATCH 1/2] md: change chunk_sectors and stripe cache counts to unsigned int
` [PATCH 2/2] md: widen badblock sectors param from int to sector_t

[PATCH 0/8] md/raid5: scalability and rebuild-path improvements
 2026-07-10 13:45 UTC  (4+ messages)

[PATCH 0/6] md/raid5: size stripe-cache and worker tuning from the hardware
 2026-07-10 13:42 UTC  (13+ messages)
` [PATCH 1/6] md/raid5: size the worker group array by nr_node_ids
` [PATCH 2/6] md/raid5: size stripe-cache hash locks from the CPU count
` [PATCH 3/6] md/raid5: scale the stripe_cache_size limit with system memory
` [PATCH 4/6] md/raid5: make the stripe batch size a module parameter
` [PATCH 5/6] md/raid5: scale the default stripe cache size with system memory
` [PATCH 6/6] md/raid5: derive the default group_thread_cnt from the hardware

[PATCH 0/2] md/raid5: reduce resync/recovery dispatch overhead
 2026-07-10 13:36 UTC  (5+ messages)
` [PATCH 1/2] md/raid5: submit a window of stripes during resync/recovery
` [PATCH 2/2] md/raid5: reserve stripe cache for user I/O during rebuild

[PATCH v4 0/7] md/raid10: fixes, atomic write handling, and error-path cleanup
 2026-07-10 10:31 UTC  (10+ messages)
` [PATCH v4 1/7] md/raid10: fix r10bio leak in raid10_write_request() error paths
` [PATCH v4 2/7] md/raid1: restrict atomic write limits and handle runtime constraints
` [PATCH v4 3/7] md/raid10: consistently fail atomic writes that require splitting
` [PATCH v4 4/7] md/raid10: remove unnecessary barrier around bio_submit_split_bioset()
` [PATCH v4 5/7] md/raid10: replace wait loop with wait_event_idle()
` [PATCH v4 6/7] md/raid10: simplify write request error handling
` [PATCH v4 7/7] md/raid10: simplify read "

[PATCH v3 0/7] md/raid10: fixes, atomic write handling, and error-path cleanup
 2026-07-10  9:42 UTC  (12+ messages)
` [PATCH v3 1/7] md/raid10: fix r10bio leak in raid10_write_request() error paths
` [PATCH v3 2/7] md/raid1: advertise atomic write limits and handle runtime constraints
` [PATCH v3 3/7] md/raid10: consistently fail atomic writes that require splitting
` [PATCH v3 4/7] md/raid10: remove unnecessary barrier around bio_submit_split_bioset()
` [PATCH v3 5/7] md/raid10: replace wait loop with wait_event_idle()
` [PATCH v3 6/7] md/raid10: simplify write request error handling
` [PATCH v3 7/7] md/raid10: simplify read "

[PATCH v2] md: recheck spare changes before starting sync
 2026-07-10  7:50 UTC  (4+ messages)

[PATCH] md/raid5: validate journal checksum slots during recovery
 2026-07-10  7:37 UTC  (2+ messages)

misc lib/raid/ improvements
 2026-07-08  9:23 UTC  (14+ messages)
` [PATCH 1/8] xor: enable lock context analysis
` [PATCH 2/8] xor: improve the runtime selection benchmark
` [PATCH 3/8] xor/kunit: fix a spelling error
` [PATCH 4/8] xor/kunit: add a benchmark
` [PATCH 5/8] raid6: enable lock context analysis
` [PATCH 6/8] raid6: defer implementation selection when built-in
` [PATCH 7/8] raid6: improve the runtime selection benchmark
` [PATCH 8/8] raid6/kunit: add a benchmark

misc lib/raid/ improvements
 2026-07-08  9:05 UTC  (7+ messages)
` [PATCH 1/8] xor: enable lock context analysis
` [PATCH 2/8] xor: improve the runtime selection benchmark
` [PATCH 3/8] xor/kunit: fix a spelling error
` [PATCH 4/8] xor/kunit: add a benchmark
` [PATCH 5/8] raid6: enable lock context analysis
` [PATCH 6/8] raid6: defer implementation selection when built-in

[PATCH] md/raid10: free r10_bio on write NOWAIT exits
 2026-07-08  9:06 UTC  (2+ messages)

[PATCH v2 0/7] md/raid10: fixes, atomic write handling, and error-path cleanup
 2026-07-08  9:05 UTC  (8+ messages)
` [PATCH v2 2/7] md/raid1: advertise atomic write limits and handle runtime constraints

[PATCH] md: avoid modifying spares while the array is not suspended
 2026-07-08  8:59 UTC  (8+ messages)

[PATCH v2] md: use READ_ONCE() for lockless reads of sb_flags
 2026-07-05 10:55 UTC  (2+ messages)

[PATCH] md/raid1: protect sequential read hints for read balance
 2026-07-05  9:31 UTC  (2+ messages)

[PATCH v2] md/raid5-ppl: fix use-after-free in ppl_do_flush()
 2026-07-05  9:02 UTC  (2+ messages)

[PATCH v2] md/raid5: protect bitmap batch counters aka seq_flush/seq_write consistency
 2026-07-05  8:50 UTC  (2+ messages)

[PATCH 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-07-01  0:49 UTC  (4+ messages)
` [PATCH 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits


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