linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-06 13:22:46 to 2026-09-21 01:35:35 UTC [more...]

[syzbot] [raid?] kernel BUG in raid0_make_request
 2026-09-21  1:35 UTC 

[PATCH] md: use assign_bit() where applicable
 2026-09-20 12:12 UTC  (2+ messages)

[PATCH 0/2] md: fix bblog_size-driven OOB read in md_write_metadata()
 2026-09-20 11:50 UTC  (4+ messages)
` [PATCH 1/2] md: fix bblog_size-driven OOB read in super_1_load() and super_1_sync()
` [PATCH 2/2] md: add defensive bounds check for bio in md_write_metadata()

[PATCH 0/3] md: raid helper cleanups
 2026-09-20 11:13 UTC  (2+ messages)

[PATCH] md: fix mddev_unlock() called without holding lock in lbs_store()
 2026-09-20 10:37 UTC 

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

[PATCH] md/raid5: give the io_unit slab caches per-array names
 2026-09-20  9:15 UTC 

[PATCH v4] md: Fix the null-ptr-deref of 'mddev->private' while submitting IO
 2026-09-20  6:37 UTC 

[PATCH v3] md: Fix the null-ptr-deref of 'mddev->private' while submitting IO
 2026-09-20  4:43 UTC  (9+ messages)

[syzbot] [raid?] WARNING: kobject bug in bind_rdev_to_array
 2026-09-20  1:10 UTC 

[PATCH] md: reject raid_disks >= MD_SB_DISKS in md_set_array_info()
 2026-09-19 11:25 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-18  9:31 UTC  (9+ messages)
` [PATCH v3 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH v3 2/3] blk-cgroup: store blkcg in bio instead of blkg
  ` dm review needed, was: "
` [PATCH v3 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH v2] md: Fix the null-ptr-deref of 'mddev->private' while submitting IO
 2026-09-18  6:39 UTC  (5+ messages)

[PATCH] md/raid5: serialize plug list add with device_lock
 2026-09-18  5:48 UTC  (6+ messages)
  `  "
        `  "

[syzbot] [raid?] WARNING in ppl_init_log
 2026-09-17 19:30 UTC 

[PATCH v6 1/2] md: Don't set MD_BROKEN for RAID1 and RAID10 when using FailFast
 2026-09-17 13:58 UTC  (5+ messages)

[PATCH] md: don't flush md_misc_wq from md_alloc()
 2026-09-17  9:34 UTC  (3+ messages)
  `  "

[PATCH] md/raid5: reject a per-device size smaller than one chunk
 2026-09-17  7:53 UTC  (2+ messages)

[PATCH] md/raid5: setup_conf: Fix null-ptr-def in error handling path
 2026-09-17  6:47 UTC  (2+ messages)

[PATCH] md: fix out-of-bounds access to superblock disk array
 2026-09-17  6:26 UTC  (3+ messages)

[syzbot] [raid?] kernel BUG in find_zone
 2026-09-17  1:24 UTC  (4+ messages)

[PATCH] md: Fix the null-ptr-deref of 'mddev->private' while submitting IO
 2026-09-16 12:33 UTC  (2+ messages)

[PATCH v2 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-16  5:46 UTC  (11+ messages)
` [PATCH v2 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH v2 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH v2 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
 2026-09-15 17:16 UTC  (22+ messages)
` [PATCH v4 13/16] md/md-bitmap: replace PagePrivate() with page_private()
` [PATCH v4 14/16] buffer: replace page_buffer() with page_private() and delete it
` [PATCH 1/3] md: Use folio_alloc_buffers()
` [PATCH 2/3] md: Use folio APIs in free_page()
` [PATCH 3/3] md: Remove the last use of page_buffers()
` [f2fs-dev] [PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead

[syzbot] [raid?] possible deadlock in blk_probe_dev
 2026-09-14 23:00 UTC 

[syzbot] [raid?] possible deadlock in md_start_sync
 2026-09-14 21:21 UTC  (2+ messages)
` [syzbot] [kernel?] "

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

[PATCH] md/raid5: don't BUG() on an inconsistent reshape state from the superblock
 2026-09-14 13:03 UTC  (3+ messages)

[PATCH v1 0/2] md/raid5: validate disk count before reshape assembly
 2026-09-14 12:17 UTC  (3+ messages)
` [PATCH v1 1/2] md/raid5: extract min_raid_disks()
` [PATCH v1 2/2] md/raid5: reject invalid reshape disks in raid5_run()

[syzbot] [raid?] UBSAN: array-index-out-of-bounds in super_90_sync
 2026-09-14  0:02 UTC  (8+ messages)
  ` [PATCH] md: add max_disks bound check in older version

[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-13 13:02 UTC  (7+ messages)
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg

[PATCH v3] md/raid5: reject raid4/5 arrays with too few disks
 2026-09-12 11:46 UTC  (4+ messages)

[PATCH v4] md/raid5: validate payload size before calculating payload_len
 2026-09-12  5:36 UTC  (2+ messages)

[PATCH v3] md/raid0: validate device count before allocating devlist
 2026-09-12  3:50 UTC  (2+ messages)

[PATCH v2 0/8] md: don't wait for q->limits_lock while md holds back I/O
 2026-09-11 10:54 UTC  (17+ messages)
` [PATCH v2 1/8] md: pass a queue_limits down to ->hot_add_disk()
` [PATCH v2 2/8] md: don't wait for q->limits_lock in check_sb_changes()
` [PATCH v2 3/8] md: pass a queue_limits through the rdev sysfs stores
` [PATCH v2 4/8] md: defer the io_opt update out of the sync thread
` [PATCH v2 5/8] md: take q->limits_lock before locking and suspending the array
` [PATCH v2 6/8] md: pass a queue_limits through ->run()
` [PATCH v2 7/8] md: open new legs before locking the array
` [PATCH v2 8/8] md: link a new leg's holder "

[PATCH v5 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-09-10 15:44 UTC  (6+ messages)
` [PATCH v5 6/8] x86/fpu: Remove cpu_has_xfeatures()

[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 v3] md/raid5: validate payload size before calculating payload_len
 2026-09-07 15:43 UTC  (3+ messages)

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

[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/raid0: validate device count before allocating devlist
 2026-09-06 17:37 UTC  (3+ messages)
` [PATCH v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).