Linux RAID subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-28 09:16:06 to 2026-08-11 06:51:22 UTC [more...]

[RFC PATCH v2 0/4] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-11  6:47 UTC  (4+ messages)
` [RFC PATCH v2 1/4] blk-cgroup: wait for old blkgs to leave queue before disk rebind
` [RFC PATCH v2 2/4] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [RFC PATCH v2 3/4] blk-cgroup: store blkcg in bio instead of blkg

[PATCH] md/raid10: fix missing wakeup in wait_barrier_nolock
 2026-08-10 14:12 UTC  (2+ messages)

[GIT PULL] md-7.3-20260809
 2026-08-09  7:55 UTC 

[syzbot] [raid?] UBSAN: shift-out-of-bounds in raid5_set_limits
 2026-08-08 20:07 UTC 

Your document is ready
 2026-08-07 21:51 UTC 

[PATCH] md/md-bitmap: bitmap pages leaked after recovery
 2026-08-07 18:55 UTC 

[PATCH] md/raid1: don't set array_frozen in raid1_takeover()
 2026-08-07 11:38 UTC  (3+ messages)

[PATCH] md: fix soft lockup during resync when sync is repeatedly skipped
 2026-08-07  9:05 UTC  (13+ messages)
` [PATCH v2 0/3] md/raid10: fix recovery corruption and soft lockup on large arrays
  ` [PATCH v2 1/3] md/raid10: fix still_degraded being inverted in raid10_sync_request()
  ` [PATCH v2 2/3] md: add cond_resched() to md_do_sync()'s skip path
  ` [PATCH v2 3/3] md/raid10: skip clean regions in bulk during recovery

[PATCH 1/1] md: skip discard on unsupported member devices
 2026-08-07  8:55 UTC  (4+ messages)

[RFC PATCH v1 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-06  9:22 UTC  (16+ messages)
` [RFC PATCH v1 1/3] blk-cgroup: add helpers for bio cgroup state
` [RFC PATCH v1 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v1 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCHv2] md: clear MD_CLOSING when array_state_store() bails on interrupted lock
 2026-08-04 18:44 UTC  (3+ messages)

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-03 18:13 UTC  (4+ messages)
` [PATCH RFC 12/14] treewide: replace PagePrivate() with page_private()

[PATCH v5 00/29] md: improve lockless bitmap reshape support
 2026-08-03 12:11 UTC  (54+ messages)
` [PATCH v5 01/29] md/md-llbitmap: clear flush state after daemon flush
` [PATCH v5 02/29] md/md-llbitmap: use GFP_NOIO for cache allocations
` [PATCH v5 03/29] md/md-llbitmap: only end fully synced chunks
` [PATCH v5 04/29] md/raid5: reject zero-sector reshape chunks
` [PATCH v5 05/29] md/raid5: round bitmap stripes with sector division
` [PATCH v5 06/29] md: wait for behind writes before destroying bitmap
` [PATCH v5 07/29] md: avoid stale clone I/O accounting timestamps
` [PATCH v5 08/29] md/md-llbitmap: prevent create failure bitmap UAF
` [PATCH v5 09/29] md/md-llbitmap: stop daemon timer rearm on destroy
` [PATCH v5 10/29] md: skip bitmap accounting for empty write ranges
` [PATCH v5 11/29] md: add helper to split bios at reshape offset
` [PATCH v5 12/29] md: add exact bitmap mapping and reshape hooks
` [PATCH v5 13/29] md/md-llbitmap: track bitmap sync_size explicitly
` [PATCH v5 14/29] md/md-llbitmap: allocate page controls independently
` [PATCH v5 15/29] md/md-llbitmap: grow the page cache in place for reshape
` [PATCH v5 16/29] md/md-llbitmap: track target reshape geometry fields
` [PATCH v5 17/29] md/md-llbitmap: finish reshape geometry
` [PATCH v5 18/29] md/md-llbitmap: refuse reshape while llbitmap still needs sync
` [PATCH v5 19/29] md/md-llbitmap: add reshape range mapping helpers
` [PATCH v5 20/29] md/md-llbitmap: don't skip reshape ranges from bitmap state
` [PATCH v5 21/29] md/md-llbitmap: remap checkpointed bits as reshape progresses
` [PATCH v5 22/29] md/md-llbitmap: clamp state-machine walks to tracked bits
` [PATCH v5 23/29] md/raid10: reject llbitmap reshape when md chunk shrinks
` [PATCH v5 24/29] md/raid10: wire llbitmap reshape lifecycle
` [PATCH v5 25/29] md/raid10: split reshape bios before bitmap accounting
` [PATCH v5 26/29] md/raid5: add exact old and new llbitmap mapping helpers
` [PATCH v5 27/29] md/raid5: reject llbitmap reshape when md chunk shrinks
` [PATCH v5 28/29] md/raid5: wire llbitmap reshape lifecycle
` [PATCH v5 29/29] md/raid5: split reshape bios before bitmap accounting

[PATCH v4 00/25] md: improve lockless bitmap reshape support
 2026-08-02 19:13 UTC  (50+ messages)
` [PATCH v4 01/25] md/md-llbitmap: clear flush state after daemon flush
` [PATCH v4 02/25] md/md-llbitmap: use GFP_NOIO for cache allocations
` [PATCH v4 03/25] md/md-llbitmap: only end fully synced chunks
` [PATCH v4 04/25] md/raid5: reject zero-sector reshape chunks
` [PATCH v4 05/25] md/raid5: round bitmap stripes with sector division
` [PATCH v4 06/25] md: add exact bitmap mapping and reshape hooks
` [PATCH v4 07/25] md: skip bitmap accounting for empty write ranges
` [PATCH v4 08/25] md: add helper to split bios at reshape offset
` [PATCH v4 09/25] md/md-llbitmap: track bitmap sync_size explicitly
` [PATCH v4 10/25] md/md-llbitmap: allocate page controls independently
` [PATCH v4 11/25] md/md-llbitmap: grow the page cache in place for reshape
` [PATCH v4 12/25] md/md-llbitmap: track target reshape geometry fields
` [PATCH v4 13/25] md/md-llbitmap: finish reshape geometry
` [PATCH v4 14/25] md/md-llbitmap: refuse reshape while llbitmap still needs sync
` [PATCH v4 15/25] md/md-llbitmap: add reshape range mapping helpers
` [PATCH v4 16/25] md/md-llbitmap: don't skip reshape ranges from bitmap state
` [PATCH v4 17/25] md/md-llbitmap: remap checkpointed bits as reshape progresses
` [PATCH v4 18/25] md/md-llbitmap: clamp state-machine walks to tracked bits
` [PATCH v4 19/25] md/raid10: reject llbitmap reshape when md chunk shrinks
` [PATCH v4 20/25] md/raid10: wire llbitmap reshape lifecycle
` [PATCH v4 21/25] md/raid10: split reshape bios before bitmap accounting
` [PATCH v4 22/25] md/raid5: add exact old and new llbitmap mapping helpers
` [PATCH v4 23/25] md/raid5: reject llbitmap reshape when md chunk shrinks
` [PATCH v4 24/25] md/raid5: wire llbitmap reshape lifecycle
` [PATCH v4 25/25] md/raid5: split reshape bios before bitmap accounting

[syzbot] [raid?] possible deadlock in md_start_sync
 2026-08-02  0:00 UTC 

[PATCH v6 0/3] md/raid10: fix r10bio width mismatches across reshape
 2026-07-31 10:13 UTC  (3+ messages)

[PATCH] md/raid1: create serial pool adding rdev to array with serialize_policy=1
 2026-07-31  8:27 UTC  (2+ messages)

[PATCH] md: do overflow check for sb->bblog_shift in super_1_load()
 2026-07-31  8:00 UTC  (2+ messages)

[PATCH v2] md: scope memalloc_noio to allocation critical sections
 2026-07-31  5:30 UTC  (2+ messages)

[PATCH] md/bitmap: resume array on backlog_store() error path
 2026-07-31  5:18 UTC  (2+ messages)

[PATCH] md/raid5: complete discard bios while reshape is active
 2026-07-31  5:17 UTC  (2+ messages)

[PATCH v2 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-07-31  4:26 UTC  (20+ messages)
` [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH v2 2/8] um: "
` [PATCH v2 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
` [PATCH v2 4/8] lib/crypto: x86: "

[PATCH v4 0/7] md/raid10: fixes, atomic write handling, and error-path cleanup
 2026-07-31  0:35 UTC  (2+ messages)

[PATCH 0/6] md/raid5: size stripe-cache and worker tuning from the hardware
 2026-07-30 21:20 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-30 20:07 UTC  (6+ 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 0/2] md: widen size/count types for large arrays
 2026-07-30 19:41 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] md: remove REQ_NOWAIT support
 2026-07-30 12:41 UTC  (4+ messages)

[PATCH v2] md: recheck spare changes before starting sync
 2026-07-30 12:20 UTC  (2+ messages)

[PATCH] md/raid10: free r10_bio on write NOWAIT exits
 2026-07-30 10:53 UTC  (2+ messages)

[PATCH] md/raid5: protect lockless recovery_offset accesses during reshape
 2026-07-30 10:05 UTC  (2+ messages)

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

[PATCH] md/raid5: fix lockless max_nr_stripes reads
 2026-07-30  8:59 UTC  (2+ messages)

[PATCH] md/raid1: protect sequential read hints for read balance
 2026-07-30  8:27 UTC  (2+ messages)

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

[PATCH] md/raid5: protect bitmap batch counters aka seq_flush/seq_write consistency
 2026-07-30  7:40 UTC  (2+ messages)

[PATCH v3 00/21] md/md-llbitmap: support reshape for RAID10 and RAID5
 2026-07-29 15:30 UTC  (14+ messages)
` [PATCH v3 05/21] md/md-llbitmap: track bitmap sync_size explicitly
` [PATCH v3 16/21] md/raid10: wire llbitmap reshape lifecycle
` [PATCH v3 18/21] md/raid5: add exact old and new llbitmap mapping helpers
` [PATCH v3 19/21] md/raid5: reject llbitmap reshape when md chunk shrinks
` [PATCH v3 20/21] md/raid5: wire llbitmap reshape lifecycle
` [PATCH v3 21/21] md/raid5: split reshape bios before bitmap accounting


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