messages from 2025-02-20 03:19:49 to 2025-03-19 17:11:04 UTC [more...]
[PATCH v0 0/3] mdadm: Use kernel raid headers
2025-03-19 17:10 UTC
[PATCH 1/1] mdadm: check posix name before setting name and devname
2025-03-18 8:43 UTC (5+ messages)
[v2 PATCH] lib/raid6: Replace custom zero page with ZERO_PAGE
2025-03-17 9:02 UTC
[PATCH] lib/raid6: Replace custom zero page with ZERO_PAGE
2025-03-16 6:33 UTC (4+ messages)
[GIT PULL] md-6.15-20250312
2025-03-13 11:38 UTC (3+ messages)
RAID 5, 10 modern post 2020 drives, slow speeds
2025-03-13 6:39 UTC (8+ messages)
` Fw: "
[PATCH v3] md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
2025-03-13 3:00 UTC (5+ messages)
[PATCH 0/4] mdadm: regression tests fix
2025-03-11 5:03 UTC (5+ messages)
` [PATCH 1/4] mdadm/tests: Mark 07revert-inplace broken
` [PATCH 2/4] mdadm/tests: Mark 20raid5journal fail
` [PATCH 3/4] mdadm/tests: ddf template fix
` [PATCH 4/4] mdadm/tests: Remove 10ddf-create.broken and 10ddf-fail-two-spares.broken
[PATCH v2] mdadm: Clear extra flags when initializing metadata
2025-03-11 2:28 UTC (6+ messages)
[PATCH] mdadm: Don't set bad_blocks flag when initializing metadata
2025-03-10 10:10 UTC (7+ messages)
Need to understand error messages
2025-03-07 12:25 UTC (6+ messages)
[PATCH md-6.15 V2 1/1] md/raid10: wait barrier before returning discard request with REQ_NOWAIT
2025-03-07 1:07 UTC (3+ messages)
[PATCH V2 00/12] badblocks: bugfix and cleanup for badblocks
2025-03-06 15:05 UTC (19+ messages)
` [PATCH V2 01/12] badblocks: Fix error shitf ops
` [PATCH V2 02/12] badblocks: factor out a helper try_adjacent_combine
` [PATCH V2 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
` [PATCH V2 04/12] badblocks: return error directly when setting badblocks exceeds 512
` [PATCH V2 05/12] badblocks: return error if any badblock set fails
` [PATCH V2 06/12] badblocks: fix the using of MAX_BADBLOCKS
` [PATCH V2 07/12] badblocks: try can_merge_front before overlap_front
` [PATCH V2 08/12] badblocks: fix merge issue when new badblocks align with pre+1
` [PATCH V2 09/12] badblocks: fix missing bad blocks on retry in _badblocks_check()
` [PATCH V2 10/12] badblocks: return boolean from badblocks_set() and badblocks_clear()
` [PATCH V2 11/12] md: improve return types of badblocks handling functions
` [PATCH V2 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length
[PATCH V5] raid6: Add RISC-V SIMD syndrome and recovery calculations
2025-03-06 1:02 UTC (3+ messages)
[PATCH v2 1/2] md/raid5: freeze reshape when encountering a bad read
2025-03-05 6:36 UTC (5+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] md/raid5: warn when failing a read due to bad blocks metadata
` [PATCH v3 3/3] md/raid5: check for overlapping bad blocks before starting reshape
[PATCH 0/7 md-6.15] md: introduce md_submodle_head
2025-03-05 1:34 UTC (2+ messages)
[PATCH v3] md: fix mddev uaf while iterating all_mddevs list
2025-03-05 1:32 UTC (4+ messages)
[PATCH 0/4] bugfix of logical_block_size and make it configurable
2025-03-04 14:32 UTC (6+ messages)
` [PATCH 1/4] block: factor out a helper to set logical/physical block size
` [PATCH 2/4] md: make raid logical_block_size configurable
` [PATCH 3/4] md: prevent adding disks with larger logical_block_size to active arrays
` [PATCH 4/4] md: Fix the return value of mddev_stack_new_rdev
[PATCH 1/1] md/raid10: wait barrier before returning discard request with REQ_NOWAIT
2025-03-04 13:48 UTC (5+ messages)
[PATCH 1/1] md/raid10: Don't print warn calltrace for discard with REQ_NOWAIT
2025-03-04 9:56 UTC (4+ messages)
md bitmap writes random memory over disks' bitmap sectors
2025-03-04 1:06 UTC (6+ messages)
[PATCH V2] mdmon: imsm: fix metadata corruption when managing new array
2025-03-03 14:17 UTC (7+ messages)
[PATCH v2] md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
2025-03-03 3:39 UTC (3+ messages)
[PATCH] md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
2025-03-02 4:40 UTC (2+ messages)
[PATCH v2] md/raid1,raid10: don't ignore IO flags
2025-02-27 12:16 UTC
[PATCH] md/raid5: merge reshape_progress checking inside get_reshape_loc()
2025-02-27 12:04 UTC
[PATCH] md/raid1,raid10: don't ignore IO flags
2025-02-27 2:48 UTC (3+ messages)
split out the auto-PI code and data structures v2
2025-02-26 14:38 UTC (7+ messages)
` [PATCH 1/3] block: mark bounce buffering as incompatible with integrity
` [PATCH 2/3] block: move the block layer auto-integrity code into a new file
` [PATCH 3/3] block: split struct bio_integrity_payload
[PATCH 00/12] badblocks: bugfix and cleanup for badblocks
2025-02-25 9:14 UTC (46+ messages)
` [PATCH 01/12] badblocks: Fix error shitf ops
` [PATCH 02/12] badblocks: factor out a helper try_adjacent_combine
` [PATCH 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
` [PATCH 04/12] badblocks: return error directly when setting badblocks exceeds 512
` [PATCH 05/12] badblocks: return error if any badblock set fails
` [PATCH 06/12] badblocks: fix the using of MAX_BADBLOCKS
` [PATCH 07/12] badblocks: try can_merge_front before overlap_front
` [PATCH 08/12] badblocks: fix merge issue when new badblocks align with pre+1
` [PATCH 09/12] badblocks: fix missing bad blocks on retry in _badblocks_check()
` [PATCH 10/12] badblocks: return boolen from badblocks_set() and badblocks_clear()
` [PATCH 11/12] md: improve return types of badblocks handling functions
` [PATCH 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length
[PATCH V4] raid6: Add RISC-V SIMD syndrome and recovery calculations
2025-02-25 1:37 UTC
Change in reported values of some block integrity sysfs attributes
2025-02-25 1:07 UTC (8+ messages)
Failed to connect to control socket
2025-02-24 12:45 UTC (2+ messages)
[PATCH 0/8][next] Avoid a couple hundred -Wflex-array-member-not-at-end warnings
2025-02-24 10:00 UTC (3+ messages)
` [PATCH 2/8][next] md/raid5-ppl: Avoid -Wflex-array-member-not-at-end warning
` [PATCH 7/8][next] md/raid5: Avoid -Wflex-array-member-not-at-end warnings
[BUG] possible race between md_free_disk and md_notify_reboot
2025-02-22 1:08 UTC (10+ messages)
split out the auto-PI code and data structures
2025-02-21 6:07 UTC (7+ messages)
` [PATCH 1/3] block: mark bounce buffering as incompatible with integrity
` [PATCH 2/3] block: move the block layer auto-integrity code into a new file
` [PATCH 3/3] block: split struct bio_integrity_data
[PATCH V3] raid6: Add RISC-V SIMD syndrome and recovery calculations
2025-02-21 2:28 UTC
[GIT PULL] md-6.14-20250218
2025-02-20 14:52 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).