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

[PATCH v2 0/8] md: don't wait for q->limits_lock while md holds back I/O
 2026-09-10  8:11 UTC 

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-10  2:09 UTC  (5+ messages)
` [PATCH v3 12/14] treewide: replace PagePrivate() with page_private()

[syzbot] [raid?] kernel BUG in raid5_run
 2026-09-09 11:27 UTC  (2+ messages)

[PATCH 0/6] md: don't wait for q->limits_lock while md holds back I/O
 2026-09-09 10:35 UTC  (24+ messages)
` [PATCH 1/6] block: add queue_limits_start_update_trylock()
` [PATCH 2/6] md: pass a queue_limits down to ->hot_add_disk()
` [PATCH 3/6] md: don't wait for q->limits_lock in check_sb_changes()
` [PATCH 4/6] md: pass a queue_limits through the rdev sysfs stores
` [PATCH 5/6] md: don't wait for q->limits_lock in mddev_update_io_opt()
` [PATCH 6/6] md: take q->limits_lock before locking and suspending the array

[PATCH v4] md/raid5: validate payload size before calculating payload_len
 2026-09-07 15:51 UTC 

[PATCH v3] md/raid5: validate payload size before calculating payload_len
 2026-09-07 15:43 UTC  (4+ messages)

[PATCH v3] md/raid0: validate device count before allocating devlist
 2026-09-07 13:29 UTC 

[PATCH v2] md/raid0: validate device count before allocating devlist
 2026-09-07  6:49 UTC  (3+ messages)

[PATCH v2] md/raid5: reject raid4/5 arrays with too few disks
 2026-09-07  6:35 UTC  (3+ messages)

[PATCH 1/2] md: fix typos in comments
 2026-09-07  6:32 UTC  (3+ messages)
` [PATCH 2/2] lib: fix repeated word 'the' in comment

[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-07  6:02 UTC  (12+ 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

[BUG] md/raid1: deadlock between a queue limits sysfs store and a spare re-add
 2026-09-07  4:52 UTC  (5+ messages)

[PATCH] md/raid5: serialize plug list add with device_lock
 2026-09-07  3:24 UTC  (3+ messages)
  `  "

[PATCH] md/raid0: validate device count before allocating devlist
 2026-09-06 17:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] md: raid helper cleanups
 2026-09-05  2:43 UTC  (6+ 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] md/raid5: set pool_size before extra_page allocation to fix leak on error path
 2026-09-05  2:34 UTC  (17+ 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] md/raid5: fail invalid raid5_set_limits() geometry
 2026-09-05  2:16 UTC  (2+ messages)

[PATCH] md: reject v0.90 arrays with too many devices
 2026-09-05  1:59 UTC  (3+ messages)

[PATCH V2 0/2] md/raid10: annotate lockless access and fix hungtask
 2026-09-05  1:24 UTC  (5+ 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

[syzbot] [raid?] WARNING in create_strip_zones (2)
 2026-09-04 20:46 UTC  (2+ messages)

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-03 16:10 UTC  (3+ messages)
` [PATCH v2 12/14] treewide: replace PagePrivate() with page_private()
` [f2fs-dev] [PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-03 16:10 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH RESEND] xor: add missing vzeroupper to AVX code
 2026-09-03  5:49 UTC  (9+ messages)

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

[PATCH v2] md/raid5: validate payload size before calculating payload_len
 2026-09-02 17:08 UTC  (2+ messages)

[PATCH] md/raid5: validate payload size before calculating payload_len
 2026-09-02 16:18 UTC  (2+ messages)

[PATCH RESEND] raid6: add missing vzeroupper to AVX2 code
 2026-08-31 22:12 UTC  (2+ messages)

[PATCH RESEND] raid6: add missing vzeroupper to AVX-512 code
 2026-08-31 22:09 UTC  (3+ messages)

[PATCH AUTOSEL 6.18] dm-raid: only requeue bios when dm is suspending
 2026-08-31 17:50 UTC  (5+ messages)
` [PATCH AUTOSEL 6.18-5.10] md/raid5: let stripe batch bm_seq comparison wrap-safe
` [PATCH AUTOSEL 6.18-5.15] md/raid5: account discard IO

[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] 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)

[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  (11+ messages)
` [PATCH 6/6] netfilter: nft_set_pipapo_avx2: add missing vzeroupper


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