messages from 2026-05-28 12:47:43 to 2026-06-23 09:20:38 UTC [more...]
[PATCH 0/7] md/raid10: fixes, atomic write handling, and error-path cleanup
2026-06-23 9:20 UTC (11+ messages)
` [PATCH 1/7] md/raid10: fix r10bio leak in raid10_write_request() error paths
` [PATCH 2/7] md/raid1: handle atomic writes that require splitting
` [PATCH 3/7] md/raid10: "
` [PATCH 4/7] md/raid10: raid10_write_request() drops the barrier before calling
` [PATCH 5/7] md/raid10: replace wait loop with wait_event_idle()
` [PATCH 6/7] md/raid10: simplify write request error handling
` [PATCH 7/7] md/raid10: simplify read "
[GIT PULL] md-7.2-20260623
2026-06-23 9:03 UTC
[PATCH] md: use READ_ONCE() for lockless reads of sb_flags
2026-06-23 8:44 UTC (3+ messages)
[PATCH] md/raid1: protect sequential read hints for read balance
2026-06-23 7:59 UTC
[PATCH v4 0/3] md/raid10: fix r10bio width mismatches across reshape
2026-06-23 4:29 UTC (11+ messages)
` [PATCH v4 1/3] md: suspend array before raid10 reshape via sync_action
` [PATCH v4 2/3] md/raid10: make r10bio_pool use fixed-size objects
` [PATCH v4 3/3] md/raid10: bound reused r10bio devs[] walks by used_nr_devs
[PATCH] raid6: fix riscv symbol undeclared warnigns
2026-06-22 18:23 UTC (3+ messages)
[PATCH] raid6: fix raid6_recov_rvv symbol undeclared warning
2026-06-22 18:21 UTC (2+ messages)
[PATCH v2] md/raid5-ppl: fix use-after-free in ppl_do_flush()
2026-06-22 14:06 UTC
[PATCH] md/raid5: protect bitmap batch counters aka seq_flush/seq_write consistency
2026-06-22 12:46 UTC
[PATCH v5 0/3] md/raid10: fix r10bio width mismatches across reshape
2026-06-22 12:42 UTC (7+ messages)
` [PATCH v5 1/3] md: suspend array when sync_action=reshape
` [PATCH v5 2/3] md/raid10: resize r10bio_pool for reshape
` [PATCH v5 3/3] md/raid10: free r10bio before ending master_bio in raid_end_bio_io()
[PATCH] md/raid5-ppl: convert pending_flushes from atomic_t to refcount_t
2026-06-22 11:38 UTC (7+ messages)
[PATCH v2] md/raid5: read batch_head under stripe_lock in make_stripe_request
2026-06-22 3:08 UTC (3+ messages)
[PATCH v2] md/raid5: protect bitmap batch counters aka seq_flush/seq_write consistency
2026-06-22 1:52 UTC (4+ messages)
[PATCH] md/raid1: honor REQ_NOWAIT when waiting for behind writes
2026-06-21 18:08 UTC (5+ messages)
[PATCH v2 0/4] md/raid1,raid10: fix write-path reference leaks and clean up error handling
2026-06-21 11:05 UTC (11+ messages)
` [PATCH v2 1/4] md/raid1: fix writes_pending and barrier reference leaks on write failures
` [PATCH v2 2/4] md/raid10: fix writes_pending leak on write request failures
` [PATCH v2 3/4] md/raid10: fix writes_pending and barrier reference leaks on discard failures
` [PATCH v2 4/4] md/raid1: simplify raid1_write_request() error handling
[PATCH] md/raid5: avoid R5_Overlap races while breaking stripe batches
2026-06-20 21:51 UTC (2+ messages)
[PATCH] md/raid5: use stripe state snapshot in break_stripe_batch_list()
2026-06-20 21:38 UTC (3+ messages)
[PATCH] md/raid5: let stripe batch bm_seq comparison wrap-safe
2026-06-20 21:27 UTC (4+ messages)
[PATCH] md/raid1: protect head_position for read balance
2026-06-20 20:44 UTC (4+ messages)
[PATCH] md/raid1: free r1_bio when REQ_NOWAIT is set and read would block on retry
2026-06-20 20:30 UTC (2+ messages)
[PATCH] md: use READ_ONCE() for rdev_attr_show() mddev check
2026-06-20 19:29 UTC (3+ messages)
[PATCH] md/raid5: read batch_head under stripe_lock in make_stripe_request
2026-06-19 6:55 UTC
xor: add a kunit benchmark
2026-06-18 17:09 UTC (7+ messages)
` [PATCH 1/2] xor/kunit: fix a spelling error
` [PATCH 2/2] xor/kunit: add a benchmark
[PATCH] md/raid5: protect batch_head->bm_seq updates
2026-06-18 12:30 UTC (5+ messages)
[PATCH v3] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
2026-06-18 9:59 UTC (14+ messages)
[PATCH] md/raid10: protect head_position accesses consistency
2026-06-18 2:52 UTC
[PATCH] md/raid5: protect bitmap batch counters aka seq_flush/seq_write
2026-06-17 13:55 UTC (3+ messages)
[bug report] raid5-ppl: PPL support for disks with write-back cache enabled
2026-06-17 7:04 UTC (2+ messages)
[PATCH v2] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
2026-06-17 5:52 UTC (6+ messages)
[PATCH v2] md/raid5: fix reshape deadlock while failed devices more than max degraded
2026-06-16 4:04 UTC (3+ messages)
[PATCH 00/20] md/md-llbitmap: support reshape for RAID10 and RAID5
2026-06-15 16:19 UTC (27+ messages)
` [PATCH] md: add exact bitmap mapping and reshape hooks
` [PATCH] md: skip bitmap accounting for empty write ranges
` [PATCH] md: add helper to split bios at reshape offset
` [PATCH] md/md-llbitmap: track bitmap sync_size explicitly
` [PATCH] md/md-llbitmap: allocate page controls independently
` [PATCH] md/md-llbitmap: grow the page cache in place for reshape
` [PATCH] md/md-llbitmap: track target reshape geometry fields
` [PATCH] md/md-llbitmap: finish reshape geometry
` [PATCH] md/md-llbitmap: refuse reshape while llbitmap still needs sync
` [PATCH] md/md-llbitmap: add reshape range mapping helpers
` [PATCH] md/md-llbitmap: don't skip reshape ranges from bitmap state
` [PATCH] md/md-llbitmap: remap checkpointed bits as reshape progresses
` [PATCH] md/md-llbitmap: clamp state-machine walks to tracked bits
` [PATCH] md/raid10: reject llbitmap reshape when md chunk shrinks
` [PATCH] md/raid10: wire llbitmap reshape lifecycle
` [PATCH] md/raid10: split reshape bios before bitmap accounting
` [PATCH] md/raid5: add exact old and new llbitmap mapping helpers
` [PATCH] md/raid5: reject llbitmap reshape when md chunk shrinks
` [PATCH] md/raid5: wire llbitmap reshape lifecycle
` [PATCH] md/raid5: split reshape bios before bitmap accounting
AVX-512 Optimization For Linux RAID Showing Up To 41% Improvement
2026-06-12 16:19 UTC
[PATCH] raid10: badblock-aware reshape write error handling
2026-06-12 8:05 UTC (3+ messages)
[PATCH] md/raid1: release barrier when REQ_NOWAIT write would block
2026-06-12 5:27 UTC (3+ messages)
[PATCH next] drivers/md/md: Use bounded strings ops when setting disk->disk_name
2026-06-12 3:09 UTC (2+ messages)
two small RAID1 cleanups
2026-06-08 17:40 UTC (7+ messages)
` [PATCH 1/2] md/raid1: cleanup handle_read_error
` [PATCH 2/2] md/raid1: move the exceed_read_errors condition out of fix_read_error
[PATCH v2 0/3] md/raid5: discard accounting and llbitmap support
2026-06-05 7:26 UTC (4+ messages)
` [PATCH v2 1/3] md/raid5: account discard IO
` [PATCH v2 2/3] md/raid5: validate discard support at request time
` [PATCH v2 3/3] md/raid5: always convert llbitmap bits for discard
[PATCH 0/2] md/raid5: account discard IO and allow llbitmap discard
2026-06-05 3:22 UTC (3+ messages)
` [PATCH] md/raid5: account discard IO
` [PATCH] md/raid5: allow discard with llbitmap
[PATCH] md/raid5: fix stripe_request_ctx bitmap sizing for unaligned bios
2026-06-03 9:04 UTC
[GIT PULL] md-7.2-20260531
2026-06-02 3:40 UTC (4+ messages)
[PATCH] raid1: fix nr_pending leak in REQ_ATOMIC bad-block error path
2026-06-01 9:13 UTC (6+ messages)
--bitmap=lockless across server reboot
2026-05-31 11:50 UTC (4+ messages)
[PATCH v3 0/2] md/raid10: fix r10bio width mismatches across reshape
2026-05-31 10:46 UTC (4+ messages)
` [PATCH v3 1/2] md/raid10: make r10bio_pool use fixed-size objects
[PATCH v2 30/34] md-bitmap: Convert read_file_page and write_file_page to bh_submit()
2026-05-30 11:58 UTC (2+ messages)
[PATCH v4 0/2] lib/raid: replace __get_free_pages() call with kvmalloc()
2026-05-28 22:03 UTC (4+ messages)
` [PATCH v4 1/2] xor: use kmalloc() in calibrate_xor_blocks()
[PATCH 0/8] ARM crc64 and XOR using NEON intrinsics
2026-05-28 20:35 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox