Linux RAID subsystem development
 help / color / mirror / Atom feed
 messages from 2026-08-02 20:28:39 to 2026-08-31 13:52:02 UTC [more...]

[PATCH AUTOSEL 6.18] dm-raid: only requeue bios when dm is suspending
 2026-08-31 13:30 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18-5.10] md/raid5: let stripe batch bm_seq comparison wrap-safe

[PATCH] md/raid1: prevent a race between write and stop request
 2026-08-28 14:27 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] md-cluster: check pers->resize() return value in update_size()
 2026-08-27  9:04 UTC  (14+ messages)
` [PATCH v2 1/3] md-cluster: fix error handling and superblock update in update_size revert
  ` [PATCH v2 2/3] md-cluster: propagate update_size() errors to callers
  ` [PATCH v2 3/3] md-cluster: fix ack_lockres leak in __sendmsg error path
  ` [PATCH v3 1/3] md-cluster: fix lock_comm leak and "
    ` [PATCH v3 2/3] md-cluster: fix error handling and superblock consistency in update_size
    ` [PATCH v3 3/3] md-cluster: revert local resize and propagate cluster errors

[PATCH] md/raid5: set pool_size before extra_page allocation to fix leak on error path
 2026-08-27  8:19 UTC  (16+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] md/raid5: fix leak and use-after-free in resize_stripes "
  ` [PATCH v2 3/3] md/raid5: fix NULL pointer dereference in raid5_free_percpu
` [PATCH v3 1/3] md/raid5: set pool_size before extra_page allocation to fix leak on error path
  ` [PATCH v3 2/3] md/raid5: fix leak and use-after-free in resize_stripes "
  ` [PATCH v3 3/3] md/raid5: fix NULL pointer dereference in raid5_free_percpu
  ` [PATCH v4 1/2] md/raid5: track disks array size to fix extra_page leak on error paths
    ` [PATCH v4 2/2] md/raid5: fix NULL pointer dereference in raid5_free_percpu

[PATCH 0/3] md: raid helper cleanups
 2026-08-27  8:15 UTC  (5+ messages)
` [PATCH 1/3] md: add rdev_record_write_error() helper
` [PATCH 2/3] md/raid1-10: add rdev_bb_block_sectors() helper
` [PATCH 3/3] md/raid1-10: share flush_bio_list between raid1 and raid10

[PATCH] raid/kunit: Enable RAID6 PQ and XOR benchmarks if KUNIT_ALL_TESTS=m
 2026-08-27  7:21 UTC  (2+ messages)

[PATCH] MAINTAINERS: Cover all of RAID
 2026-08-27  7:20 UTC 

[PATCH 1/2] md/raid5: fix pool_size leak in resize_stripes error path
 2026-08-27  3:32 UTC  (3+ messages)
` [PATCH 2/2] md/raid5: fix NULL pointer dereference in raid5_free_percpu

[REGRESSION] md/raid5: discard submitted during reshape is never completed, submitter hangs in D state forever
 2026-08-26  3:27 UTC  (2+ messages)

[syzbot] [mm?] WARNING in setup_conf
 2026-08-25  1:22 UTC 

[PATCH] md/md-bitmap: bitmap pages leaked after recovery
 2026-08-24 15:41 UTC  (3+ messages)

[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-23 13:30 UTC  (4+ messages)
` [PATCH 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH] md: reject v0.90 arrays with too many devices
 2026-08-20 21:24 UTC  (2+ messages)

[RFC PATCH v3 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-20  9:58 UTC  (12+ messages)
` [RFC PATCH v3 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [RFC PATCH v3 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v3 3/3] blk-cgroup: move async bio punt state to blkcg

[RFC PATCH 0/5] md/raid1: improve choose_best_rdev read balance
 2026-08-18  7:34 UTC  (9+ messages)
` [RFC PATCH 1/5] md/raid1: balance reads across non-rotational disks
` [RFC PATCH 2/5] md/raid1: do not move nonrot reads onto a rot disk
` [RFC PATCH 3/5] md/raid1: do not send random reads to "
` [RFC PATCH 4/5] md/raid1: use rot policy when no nonrot disk is readable
` [RFC PATCH 5/5] md/raid1: clarify choose_best_rdev comments

[PATCH 0/6] x86: add missing vzeroupper instructions
 2026-08-17 17:18 UTC  (19+ messages)
` [PATCH 1/6] xor: add missing vzeroupper to AVX code
` [PATCH 2/6] raid6: add missing vzeroupper to AVX2 code
` [PATCH 3/6] raid6: add missing vzeroupper to AVX-512 code
` [PATCH 4/6] crypto: x86/aria - add missing vzeroupper in AVX2 code
` [PATCH 5/6] crypto: x86/aria - add missing vzeroupper in AVX-512 code
` [PATCH 6/6] netfilter: nft_set_pipapo_avx2: add missing vzeroupper

[PATCH V2 0/2] md/raid10: annotate lockless access and fix hungtask
 2026-08-17 10:53 UTC  (4+ messages)
` [PATCH V2 1/2] md/raid10: annotate lockless access to array_freeze_pending
` [PATCH V2 2/2] md/raid10: fix missing wakeup in wait_barrier_nolock

[GIT PULL] md-7.3-20260809
 2026-08-15 23:38 UTC  (2+ messages)

[PATCH v4 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-08-15 18:28 UTC  (10+ messages)
` [PATCH v4 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH v4 2/8] um: "
` [PATCH v4 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
` [PATCH v4 4/8] lib/crypto: x86: "
` [PATCH v4 5/8] lib/crc: "
` [PATCH v4 6/8] x86/fpu: Remove cpu_has_xfeatures()
` [PATCH v4 7/8] xor: Remove redundant X86_FEATURE_OSXSAVE check
` [PATCH v4 8/8] xor: Add AVX-512 optimized xor_gen()

[PATCH v3 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-08-14 19:59 UTC  (12+ messages)
` [PATCH v3 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH v3 2/8] um: "
` [PATCH v3 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
` [PATCH v3 4/8] lib/crypto: x86: "
` [PATCH v3 5/8] lib/crc: "
` [PATCH v3 6/8] x86/fpu: Remove cpu_has_xfeatures()
` [PATCH v3 7/8] xor: Remove redundant X86_FEATURE_OSXSAVE check
` [PATCH v3 8/8] xor: Add AVX-512 optimized xor_gen()

[RFC PATCH v2 0/4] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-14  8:16 UTC  (12+ 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
` [RFC PATCH v2 4/4] blk-cgroup: move async bio punt state to blkcg

[PATCH 05/28] xor: move to lib/raid/
 2026-08-13 23:03 UTC  (2+ messages)

[PATCH 05/26] xor: small cleanups
 2026-08-13 22:25 UTC  (2+ messages)

[PATCH v2 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-08-12 20:04 UTC  (12+ messages)
` [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits

[PATCH] md/raid5: fail invalid raid5_set_limits() geometry
 2026-08-11 10:14 UTC 

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

[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/raid1: don't set array_frozen in raid1_takeover()
 2026-08-07 11:38 UTC  (3+ messages)

[PATCH v2 3/3] md/raid10: skip clean regions in bulk during recovery
 2026-08-07  9:05 UTC  (6+ messages)

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

[PATCH] md: fix soft lockup during resync when sync is repeatedly skipped
 2026-08-07  8:11 UTC  (6+ 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

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

[PATCH v5 00/29] md: improve lockless bitmap reshape support
 2026-08-03 12:11 UTC  (36+ 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 04/29] md/raid5: reject zero-sector reshape chunks
` [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 15/29] md/md-llbitmap: grow the page cache in place for reshape
` [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 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 27/29] md/raid5: reject llbitmap reshape when md chunk shrinks
` [PATCH v5 28/29] md/raid5: wire llbitmap reshape lifecycle


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