linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-17 17:27:58 to 2025-09-01 03:41:28 UTC [more...]

[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
 2025-09-01  3:32 UTC  (15+ messages)
` [PATCH RFC v3 01/15] block: cleanup bio_issue
` [PATCH RFC v3 02/15] block: add QUEUE_FLAG_BIO_ISSUE
` [PATCH RFC v3 03/15] md: fix mssing blktrace bio split events
` [PATCH RFC v3 04/15] blk-crypto: fix missing processing for split bio
` [PATCH RFC v3 05/15] block: factor out a helper bio_submit_split_bioset()
` [PATCH RFC v3 06/15] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH RFC v3 07/15] md/raid1: convert "
` [PATCH RFC v3 08/15] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH RFC v3 09/15] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH RFC v3 10/15] md/raid5: convert "
` [PATCH RFC v3 11/15] md/md-linear: "
` [PATCH RFC v3 12/15] blk-crypto: "
` [PATCH RFC v3 13/15] block: skip unnecessary checks for split bio
` [PATCH RFC v3 14/15] block: fix disordered IO in the case recursive split

[PATCH v2] md: prevent incorrect update of resync/recovery offset
 2025-09-01  3:21 UTC 

[PATCH v3 0/3] Do not set MD_BROKEN on failfast io failure
 2025-09-01  3:22 UTC  (9+ messages)
` [PATCH v3 1/3] md/raid1,raid10: "
` [PATCH v3 2/3] md/raid1,raid10: Add error message when setting MD_BROKEN
` [PATCH v3 3/3] md/raid1,raid10: Fix: Operation continuing on 0 devices

[PATCH RFC v2 00/10] block: fix disordered IO in the case recursive split
 2025-09-01  2:40 UTC  (27+ messages)
` [PATCH RFC v2 01/10] block: factor out a helper bio_submit_split_bioset()
` [PATCH RFC v2 02/10] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH RFC v2 03/10] md/raid1: convert "
` [PATCH RFC v2 04/10] md/raid10: convert read/write "
` [PATCH RFC v2 05/10] md/raid5: convert "
` [PATCH RFC v2 06/10] md/md-linear: "
` [PATCH RFC v2 07/10] blk-crypto: "
` [PATCH RFC v2 08/10] block: skip unnecessary checks for split bio
` [PATCH RFC v2 09/10] block: fix disordered IO in the case recursive split
` [PATCH RFC v2 10/10] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()

[PATCH] md: ensure consistent action state in md_do_sync
 2025-09-01  2:16 UTC  (3+ messages)

[PATCH] md: prevent incoreect update of resync/recovery offset
 2025-09-01  1:57 UTC  (5+ messages)

[PATCH v7 md-6.18 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
 2025-08-29  8:04 UTC  (12+ messages)
` [PATCH v7 md-6.18 01/11] md: add a new parameter 'offset' to md_super_write()
` [PATCH v7 md-6.18 02/11] md: factor out a helper raid_is_456()
` [PATCH v7 md-6.18 03/11] md/md-bitmap: support discard for bitmap ops
` [PATCH v7 md-6.18 04/11] md: add a new mddev field 'bitmap_id'
` [PATCH v7 md-6.18 05/11] md/md-bitmap: add a new sysfs api bitmap_type
` [PATCH v7 md-6.18 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap
` [PATCH v7 md-6.18 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
` [PATCH v7 md-6.18 08/11] md/md-bitmap: add a new method blocks_synced() "
` [PATCH v7 md-6.18 09/11] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
` [PATCH v7 md-6.18 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional
` [PATCH v7 md-6.18 11/11] md/md-llbitmap: introduce new lockless bitmap

[PATCH v2] md/raid0: Use str_plural() to simplify the code
 2025-08-29  7:05 UTC  (2+ messages)

[PATCH v6 md-6.18 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
 2025-08-29  1:03 UTC  (19+ messages)
` [PATCH v6 md-6.18 01/11] md: add a new parameter 'offset' to md_super_write()
` [PATCH v6 md-6.18 02/11] md: factor out a helper raid_is_456()
` [PATCH v6 md-6.18 03/11] md/md-bitmap: support discard for bitmap ops
` [PATCH v6 md-6.18 04/11] md: add a new mddev field 'bitmap_id'
` [PATCH v6 md-6.18 05/11] md/md-bitmap: add a new sysfs api bitmap_type
` [PATCH v6 md-6.18 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap
` [PATCH v6 md-6.18 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
` [PATCH v6 md-6.18 08/11] md/md-bitmap: add a new method blocks_synced() "
` [PATCH v6 md-6.18 09/11] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
` [PATCH v6 md-6.18 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional
` [PATCH v6 md-6.18 11/11] md/md-llbitmap: introduce new lockless bitmap

[PATCH] dm vdo: Use str_plural() to simplify the code
 2025-08-28 12:07 UTC  (2+ messages)

[PATCH v2 0/3] md/raid1,raid10: don't broken array on failfast metadata write fails
 2025-08-27 17:31 UTC  (11+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] md/raid1,raid10: Add error message when setting MD_BROKEN
` [PATCH v2 3/3] md/raid1,raid10: Fix: Operation continuing on 0 devices

[PATCH v3] md: Allow setting persistent superblock version for md= command line
 2025-08-27  9:47 UTC  (3+ messages)

[PATCH v3 0/2] make logical_block_size configurable
 2025-08-27  9:39 UTC  (8+ messages)
` [PATCH v3 1/2] md: prevent adding disks with larger logical_block_size to active arrays
` [PATCH v3 2/2] md: allow configuring logical_block_size

[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
 2025-08-27  7:31 UTC  (27+ messages)
` [PATCH RFC 1/7] block: export helper bio_submit_split()
` [PATCH RFC 2/7] md/raid0: convert raid0_handle_discard() to use bio_submit_split()
` [PATCH RFC 3/7] md/raid1: convert "
` [PATCH RFC 4/7] md/raid10: convert read/write "
` [PATCH RFC 5/7] md/raid5: convert "
` [PATCH RFC 6/7] md/md-linear: "
` [PATCH RFC 7/7] block: fix disordered IO in the case recursive split

[PATCH v3] md/raid5: fix parity corruption on journal failure
 2025-08-26  2:33 UTC  (3+ messages)

[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-08-26  0:44 UTC  (8+ messages)
` [PATCH 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
` [PATCH 2/2] drbd: "

[PATCH v2] md: Allow setting persistent superblock version for md= command line
 2025-08-25 13:34 UTC  (3+ messages)

[PATCH] block: fix disordered IO in the case recursive split
 2025-08-25  9:49 UTC  (14+ messages)

[PATCH v2 0/3] make logical_block_size configurable
 2025-08-25  1:26 UTC  (4+ messages)
` [PATCH v2 3/3] md: Fix the return value of mddev_stack_new_rdev

[PATCH] md: Allow setting persistent superblock version for md= command line
 2025-08-24  7:43 UTC 

[PATCH v4 1/1] md: add legacy_async_del_gendisk mode
 2025-08-18 15:58 UTC  (5+ messages)

[PATCH] md/raid5-ppl: Fix invalid context sleep in ppl_io_unit_finished() on PREEMPT_RT
 2025-08-18 15:56 UTC  (4+ messages)

[PATCH 1/2] block: ignore underlying non-stack devices io_opt
 2025-08-18 12:20 UTC  (21+ messages)
` [PATCH 2/2] md: split bio by io_opt size in md_submit_bio()

[PATCH v2] md/raid5: fix parity corruption on journal failure
 2025-08-18  7:40 UTC  (2+ messages)


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).