linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-04 16:55:33 to 2025-08-26 09:11:23 UTC [more...]

[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
 2025-08-26  9:11 UTC  (24+ 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 v6 md-6.18 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
 2025-08-26  8:52 UTC  (12+ 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 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 v3 0/2] make logical_block_size configurable
 2025-08-25 19:51 UTC  (6+ 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 v3] md: Allow setting persistent superblock version for md= command line
 2025-08-25 14:53 UTC 

[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 v2 0/3] md/raid1,raid10: don't broken array on failfast metadata write fails
 2025-08-23  1:54 UTC  (10+ 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 v4 1/1] md: add legacy_async_del_gendisk mode
 2025-08-18 15:58 UTC  (7+ 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)

[PATCH v4 0/2] md: fix sync_action show
 2025-08-16  0:53 UTC  (4+ messages)
` [PATCH v4 1/2] md: add helper rdev_needs_recovery()
` [PATCH v4 2/2] md: fix sync_action incorrect display during resync

[PATCH 1/1] md: keep recovery_cp in mdp_superblock_s
 2025-08-16  0:51 UTC  (2+ messages)

[PATCH] md/raid1,raid10: don't broken array on failfast metadata write fails
 2025-08-15 19:12 UTC  (5+ messages)

[PATCH v1 00/13] Clean up code style
 2025-08-15  1:54 UTC  (14+ messages)
` [PATCH v1 01/13] lib/raid6: Clean up code style in sse2.c
` [PATCH v1 02/13] lib/raid6: Clean up code style in sse1.c
` [PATCH v1 03/13] lib/raid6: Clean up code style in rvv.c
` [PATCH v1 04/13] lib/raid6: Clean up code style in recov_ssse3.c
` [PATCH v1 05/13] ib/raid6: Clean up code style in recov_s390xc.c
` [PATCH v1 06/13] lib/raid6: Clean up code style in recov_avx512.c
` [PATCH v1 07/13] lib/raid6: Clean up code style in recov_avx2.c
` [PATCH v1 08/13] lib/raid6: Clean up code style in recov.c
` [PATCH v1 09/13] lib/raid6: Clean up code style in mmx.c
` [PATCH v1 10/13] lib/raid6: Clean up code style in loongarch_simd.c
` [PATCH v1 11/13] lib/raid6: Clean up code style in avx512.c
` [PATCH v1 12/13] lib/raid6: Clean up code style in algos.c
` [PATCH v1 13/13] lib/raid6: Clean up code style in avx2.c

[PATCH v2 md-6.17] md: rename recovery_cp to resync_offset
 2025-08-15  1:09 UTC  (3+ messages)

[PATCH] md/raid5: Fix parity corruption on journal failure
 2025-08-15  1:23 UTC  (4+ messages)

[PATCH v3 0/2] md: fix sync_action show
 2025-08-14 11:09 UTC  (5+ messages)
` [PATCH v3 1/2] md: add helper rdev_needs_recovery()
` [PATCH v3 2/2] md: fix sync_action incorrect display during resync

[PATCH V3 1/1] md: add legacy_async_del_gendisk mode
 2025-08-14  2:16 UTC  (2+ messages)

[PATCH v2 0/2] md: fix sync_action show
 2025-08-14  1:24 UTC  (8+ messages)
` [PATCH v2 1/2] md: add helper rdev_needs_recovery()
` [PATCH v2 2/2] md: fix sync_action incorrect display during resync

[PATCH V2 1/1] md: add legacy_async_del_gendisk mode
 2025-08-12 18:48 UTC  (7+ messages)

md regression caused by commit 9e59d609763f70a992a8f3808dabcce60f14eb5c
 2025-08-12  8:50 UTC  (11+ messages)

[PATCH 1/1] md: add legacy_async_del_gendisk mode
 2025-08-12  7:44 UTC  (3+ messages)

[PATCH 0/3] md: remove redundant __GFP_NOWARN
 2025-08-11 12:36 UTC  (2+ messages)
` [PATCH 3/3] md/raid5: "

md: In raid1_write_request(), when WriteErrorSeen and first_bad <= r1_bio->sector , why max_sectors is updated?
 2025-08-08 12:34 UTC  (3+ messages)

[PATCH v5 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
 2025-08-08  6:17 UTC  (7+ messages)
` [PATCH v5 08/11] md/md-bitmap: add a new method blocks_synced() in bitmap_operations
` [PATCH v5 11/11] md/md-llbitmap: introduce new lockless bitmap

[PATCH] md: fix sync_action incorrect display during resync
 2025-08-07  7:33 UTC 

md: Does the thread entering the wait queue violate the semantics of REQ_NOWAIT in raid5_make_request() ?
 2025-08-07  1:35 UTC  (2+ messages)

[PATCH V3 0/5] Add an optimization also raid6test for RISC-V support
 2025-08-06 17:15 UTC  (2+ messages)

[PATCH] md/md-cluster: use union for cluster messages
 2025-08-05 10:37 UTC 

Ran ./test on mdadm source before running raid6check. Now array is borked
 2025-08-05  4:57 UTC  (2+ messages)

FWD: registration ticket snapshot on 04-08-2025 for Lyanne van der Rios
 2025-08-04 16:55 UTC 


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