messages from 2025-01-27 13:50:00 to 2025-02-24 13:15:59 UTC [more...]
[PATCH V2] mdmon: imsm: fix metadata corruption when managing new array
2025-02-24 13:15 UTC (2+ 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
[PATCH 1/2] md/raid5: skip stripes with bad reads during reshape to avoid stall
2025-02-24 9:02 UTC (7+ messages)
` [PATCH v2 1/2] md/raid5: freeze reshape when encountering a bad read
` [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 00/12] badblocks: bugfix and cleanup for badblocks
2025-02-22 6:20 UTC (43+ 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
[BUG] possible race between md_free_disk and md_notify_reboot
2025-02-22 1:08 UTC (11+ messages)
Change in reported values of some block integrity sysfs attributes
2025-02-21 12:07 UTC (7+ messages)
split out the auto-PI code and data structures
2025-02-21 6:07 UTC (15+ 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
[PATCH v3] md: fix mddev uaf while iterating all_mddevs list
2025-02-20 18:41 UTC (2+ messages)
[GIT PULL] md-6.14-20250218
2025-02-20 14:52 UTC (2+ messages)
[PATCH] mdmon: imsm: fix metadata corruption when managing new array
2025-02-19 18:02 UTC (8+ messages)
[PATCH md-6.15 v4 00/11] md/md-bitmap: introduce CONFIG_MD_BITMAP
2025-02-19 8:34 UTC (12+ messages)
` [PATCH md-6.15 v4 01/11] md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()
` [PATCH md-6.15 v4 02/11] md/md-bitmap: merge md_bitmap_group into bitmap_operations
` [PATCH md-6.15 v4 03/11] md/md-bitmap: add md_bitmap_registered/enabled() helper
` [PATCH md-6.15 v4 04/11] md/md-bitmap: handle the case bitmap is not enabled before start_sync()
` [PATCH md-6.15 v4 05/11] md/md-bitmap: handle the case bitmap is not enabled before end_sync()
` [PATCH md-6.15 v4 06/11] md/raid1: check bitmap before behind write
` [PATCH md-6.15 v4 07/11] md/raid1: check before referencing mddev->bitmap_ops
` [PATCH md-6.15 v4 08/11] md/raid10: "
` [PATCH md-6.15 v4 09/11] md/raid5: "
` [PATCH md-6.15 v4 10/11] md: "
` [PATCH md-6.15 v4 11/11] md/md-bitmap: introduce CONFIG_MD_BITMAP
[PATCH] Export MDRAID bitmap on disk structure in UAPI header file
2025-02-19 6:11 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/7 md-6.15] md: introduce md_submodle_head
2025-02-18 3:40 UTC (15+ messages)
` [PATCH md-6.15 1/7] md: merge common code into find_pers()
` [PATCH md-6.15 2/7] md: only include md-cluster.h if necessary
` [PATCH md-6.15 3/7] md: introduce struct md_submodule_head and APIs
` [PATCH md-6.15 4/7] md: switch personalities to use md_submodule_head
` [PATCH md-6.15 5/7] md/md-cluster: cleanup md_cluster_ops reference
` [PATCH md-6.15 6/7] md: don't export md_cluster_ops
` [PATCH md-6.15 7/7] md: switch md-cluster to use md_submodle_head
Huge lock contention during raid5 build time
2025-02-17 12:18 UTC (7+ messages)
[PATCH] md/raid1: fix memory leak in raid1_run() if no active rdev
2025-02-17 6:27 UTC (2+ messages)
[PATCH V2] raid6: Add RISC-V SIMD syndrome and recovery calculations
2025-02-14 8:57 UTC (7+ messages)
[PATCH v3 md-6.15 00/11] md/md-bitmap: introduce CONFIG_MD_BITMAP
2025-02-14 3:01 UTC (3+ messages)
` [PATCH v3 md-6.15 11/11] md/md-bitmap: introducet CONFIG_MD_BITMAP
[PATCH] md: ensure resync is prioritized over recovery
2025-02-14 1:40 UTC (3+ messages)
[PATCH] md/raid*: Fix the set_queue_limits implementations
2025-02-14 1:10 UTC (3+ messages)
[PATCH 6.6 v2 0/6] md/md-bitmap: move bitmap_{start, end}write to md upper layer
2025-02-10 7:33 UTC (7+ messages)
` [PATCH 6.6 v2 1/6] md/raid5: recheck if reshape has finished with device_lock held
` [PATCH 6.6 v2 2/6] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
` [PATCH 6.6 v2 3/6] md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
` [PATCH 6.6 v2 4/6] md: add a new callback pers->bitmap_sector()
` [PATCH 6.6 v2 5/6] md/raid5: implement pers->bitmap_sector()
` [PATCH 6.6 v2 6/6] md/md-bitmap: move bitmap_{start, end}write to md upper layer
Problem with RAID1 - unable to read superblock
2025-02-10 6:01 UTC (4+ messages)
[PATCH V3] md-linear: optimize which_dev() for small disks number
2025-02-07 9:52 UTC (3+ messages)
[GIT PULL] md-6.14 20250206
2025-02-07 14:24 UTC (2+ messages)
[PATCH V2] md-linear: optimize which_dev() for small disks number
2025-02-07 2:26 UTC
[PATCH] md-linear: optimize which_dev() for small disks number
2025-02-06 15:37 UTC
replaced all drives in RAID-10 array with larger drives -> failing to correctly extend array to use new/add'l space
2025-02-06 7:15 UTC (4+ messages)
[PATCH 6.6 0/6] md/md-bitmap: move bitmap_{start, end}write to md upper layer
2025-02-06 1:53 UTC (5+ messages)
` [PATCH 6.6 2/6] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
[PATCH 6.13 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
2025-02-06 1:46 UTC (4+ messages)
[PATCH RFC mdadm/master] mdadm: add support for new lockless bitmap
2025-02-06 1:35 UTC (3+ messages)
RFC: split out the auto-PI code and data structures
2025-02-04 5:45 UTC (9+ 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
mdadm/raid5, spare disk or spare space
2025-02-01 20:38 UTC (2+ messages)
[PATCH] md: Fix linear_set_limits()
2025-01-31 18:45 UTC (4+ messages)
[PATCH v2] treewide: const qualify ctl_tables where applicable
2025-01-29 8:49 UTC (10+ messages)
` "
` "
` "
` "
Altering the meta data version of md raid
2025-01-28 21:27 UTC
Add spare disk to raid50
2025-01-28 15:20 UTC (3+ messages)
Add spare disk to raid50
2025-01-28 15:11 UTC
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).