Linux RAID subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-19 14:57:46 to 2026-07-23 21:19:39 UTC [more...]

[PATCH v5 00/10] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-23 21:19 UTC  (21+ messages)
` [PATCH v5 01/10] block: add BLK_STS_P2PDMA for unsupported peer-to-peer transfers
` [PATCH v5 02/10] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v5 03/10] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v5 04/10] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v5 05/10] md/raid1,raid10: factor out raid1_write_error() helper
` [PATCH v5 06/10] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v5 07/10] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v5 08/10] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
` [PATCH v5 09/10] nvme-rdma: use ib_dma_map_sgtable_attrs()
` [PATCH v5 10/10] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers

[PATCH] md: fix soft lockup during resync when sync is repeatedly skipped
 2026-07-23 14:16 UTC  (10+ 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] md/raid1: create serial pool adding rdev to array with serialize_policy=1
 2026-07-23 11:47 UTC  (2+ messages)

[PATCH v4 0/7] md/raid10: fixes, atomic write handling, and error-path cleanup
 2026-07-23  8:43 UTC  (4+ messages)
` [PATCH v4 7/7] md/raid10: simplify read request error handling

[PATCH v2 0/7] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-23  6:11 UTC  (18+ messages)
` [PATCH v2 1/7] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH v2 4/7] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v2 5/7] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v2 6/7] md/raid1,raid10: skip futile retries on P2PDMA mapping failures

[PATCH v4 0/9] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-23  3:11 UTC  (25+ messages)
` [PATCH v4 1/9] block: add BLK_STS_P2PDMA for unsupported peer-to-peer transfers
` [PATCH v4 2/9] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v4 3/9] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v4 4/9] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v4 5/9] md/raid1,raid10: factor out raid1_write_error() helper
` [PATCH v4 6/9] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v4 7/9] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v4 8/9] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
` [PATCH v4 9/9] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers

[PATCH] md/raid10: honor REQ_NOWAIT in wait_blocked_dev()
 2026-07-22  7:53 UTC  (2+ messages)

[PATCH] md: do overflow check for sb->bblog_shift in super_1_load()
 2026-07-22  2:29 UTC  (4+ messages)

[PATCH v3 0/8] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-21 18:13 UTC  (17+ messages)
` [PATCH v3 1/8] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH v3 2/8] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v3 3/8] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v3 4/8] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v3 5/8] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v3 6/8] md/raid1: skip futile retries on P2PDMA mapping failures
` [PATCH v3 7/8] md/raid10: "
` [PATCH v3 8/8] nvme-rdma: return BLK_STS_TARGET for unsupported P2P transfers

[PATCH 0/6] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-21 17:51 UTC  (9+ messages)
` [PATCH 1/6] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH 2/6] md: ensure REQ_NOMERGE is set on P2PDMA bios

[PATCH] md/raid5: complete discard bios while reshape is active
 2026-07-21  6:48 UTC  (3+ messages)

[PATCH 0/3] md: fix silent data loss in raid10 recovery and llbitmap resize
 2026-07-20  4:32 UTC  (8+ messages)
` [PATCH 1/3] md/raid10: restore still_degraded detection in recovery
` [PATCH 2/3] md: only consult skip_sync_blocks when 'j' is in the bitmap's domain
` [PATCH 3/3] md/md-llbitmap: fail resize that needs more bitmap pages

[PATCH 0/4] md: bitmap superblock robustness and assemble diagnostics
 2026-07-20  2:14 UTC  (12+ messages)
` [PATCH 1/4] md/md-bitmap: mask sb->state on load to drop runtime-only bits
` [PATCH 2/4] md/md-llbitmap: "
` [PATCH 3/4] md/md-llbitmap: unmap sb page before freeing it
` [PATCH 4/4] md: include events counters when kicking non-fresh device


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