messages from 2024-01-16 20:03:59 to 2024-01-27 09:07:34 UTC [more...]
Requesting help recovering my array
2024-01-27 8:41 UTC (38+ messages)
[song-md:md-6.8] BUILD SUCCESS 9f3fe29d77ef4e7f7cb5c4c8c59f6dc373e57e78
2024-01-27 8:45 UTC
[PATCH v4 0/4] md: Don't clear MD_CLOSING when the raid is about to stop
2024-01-27 8:38 UTC (6+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] md: factor out a helper to sync mddev
` [PATCH v4 3/4] md: sync blockdev before stopping raid or setting readonly
` [PATCH v4 4/4] md: check mddev->pers before calling md_set_readonly()
[PATCH 0/7] MD fixes for the LVM2 testsuite
2024-01-27 7:57 UTC (34+ messages)
` [PATCH 1/7] md: Revert fa2bbff7b0b4 ("md: synchronize flush io with array reconfiguration")
` [PATCH 2/7] md: fix a race condition when stopping the sync thread
` [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
` [PATCH 4/7] md: call md_reap_sync_thread from __md_stop_writes
` [PATCH 5/7] md: fix deadlock in shell/lvconvert-raid-reshape-linear_to_raid6-single-type.sh
` [PATCH 6/7] md: partially revert "md/raid6: use valid sector values to determine if an I/O should wait on the reshape"
` [PATCH 7/7] md: fix a suspicious RCU usage warning
[PATCH v3 00/12] dm-raid: fix v6.7 regressions
2024-01-27 7:47 UTC (13+ messages)
` [PATCH v3 01/12] md: don't ignore suspended array in md_check_recovery()
` [PATCH v3 02/12] md: don't ignore read-only "
` [PATCH v3 03/12] md: make sure md_do_sync() will set MD_RECOVERY_DONE
` [PATCH v3 04/12] md: don't register sync_thread for reshape directly
` [PATCH v3 05/12] md: export helpers to stop sync_thread
` [PATCH v3 06/12] dm-raid: really frozen sync_thread during suspend
` [PATCH v3 07/12] md/dm-raid: don't call md_reap_sync_thread() directly
` [PATCH v3 08/12] dm-raid: remove mddev_suspend/resume()
` [PATCH v3 09/12] dm-raid: add a new helper prepare_suspend() in md_personality
` [PATCH v3 10/12] md: export helper md_is_rdwr()
` [PATCH v3 11/12] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
` [PATCH v3 12/12] dm-raid: fix lockdep waring in "pers->hot_add_disk"
New device added but i did a mess
2024-01-27 6:43 UTC (4+ messages)
[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
2024-01-26 16:21 UTC (14+ messages)
[PATCH v2 00/11] dm-raid: fix v6.7 regressions
2024-01-26 6:54 UTC (30+ messages)
` [PATCH v2 01/11] md: don't ignore suspended array in md_check_recovery()
` [PATCH v2 02/11] md: don't ignore read-only "
` [PATCH v2 03/11] md: make sure md_do_sync() will set MD_RECOVERY_DONE
` [PATCH v2 04/11] md: don't register sync_thread for reshape directly
` [PATCH v2 05/11] md: export helpers to stop sync_thread
` [PATCH v2 06/11] dm-raid: really frozen sync_thread during suspend
` [PATCH v2 07/11] md/dm-raid: don't call md_reap_sync_thread() directly
` [PATCH v2 08/11] dm-raid: remove mddev_suspend/resume()
` [PATCH v2 09/11] dm-raid: add a new helper prepare_suspend() in md_personality
` [PATCH v2 10/11] md: export helper md_is_rdwr()
` [PATCH v2 11/11] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
[GIT PULL] md-6.8 20240125
2024-01-26 0:05 UTC (2+ messages)
[PATCH] Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""
2024-01-25 16:55 UTC (4+ messages)
[PATCH v3 0/4] md: Don't clear MD_CLOSING when the raid is about to stop
2024-01-25 13:56 UTC (6+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] md: factor out a helper to sync mddev
` [PATCH v3 3/4] md: sync blockdev before stopping raid or setting readonly
` [PATCH v3 4/4] md: check mddev->pers before calling md_set_readonly()
[PATCH v2 0/3] Fix checkpointing - minors
2024-01-24 15:19 UTC (5+ messages)
` [PATCH v2 1/3] Define sysfs max buffer size
` [PATCH v2 2/3] Replace "none" with macro
` [PATCH v2 3/3] super-intel: Remove inaccessible code
[PATCH v2 0/3] md: Don't clear MD_CLOSING when the raid is about to stop
2024-01-24 3:16 UTC (10+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] md: factor out a helper mddev_sync_blockdev() to sync mddev
` [PATCH v2 3/3] md: sync blockdev before stopping raid or setting readonly
[PATCH 0/5] md: fix/prevent dm-raid regressions
2024-01-24 3:14 UTC (13+ messages)
` [PATCH 1/5] md: don't ignore suspended array in md_check_recovery()
` [PATCH 2/5] md: don't ignore read-only "
` [PATCH 3/5] md: make sure md_do_sync() will set MD_RECOVERY_DONE
` [PATCH RFC 4/5] md: revert commit fa2bbff7b0b4 ("md: synchronize flush io with array reconfiguration") for dm-raid
` [PATCH RFC 5/5] md: use md_reap_sync_thread() directly "
array transfer
2024-01-22 21:41 UTC (2+ messages)
Growing mdadm RAID5 to RAID6 and simultaneously adding space makes data inaccessible during grow
2024-01-21 7:39 UTC
[PATCH v2 0/5] Fix checkpointing - invasive
2024-01-18 10:30 UTC (6+ messages)
` [PATCH v2 1/5] Remove hardcoded checkpoint interval checking
` [PATCH v2 2/5] monitor: refactor checkpoint update
` [PATCH v2 3/5] Super-intel: Fix first checkpoint restart
` [PATCH v2 4/5] Grow: Move update_tail assign to Grow_reshape()
` [PATCH v2 5/5] Add understanding output section in man
[PATCH] md: Don't clear MD_CLOSING when the raid is about to stop
2024-01-18 1:49 UTC (4+ messages)
[RFC] md/raid5: optimize RAID5 performance
2024-01-17 16:34 UTC (4+ messages)
[PATCH v4 0/2] md: fix is_mddev_idle()
2024-01-17 9:35 UTC (4+ messages)
` [PATCH v4 1/2] md: Fix overflow in is_mddev_idle
` [PATCH v4 2/2] md: don't account sync_io if iostats of the disk is disabled
Serial production of components with machining
2024-01-17 9:16 UTC
[PATCH 0/8] Fix checkpointing
2024-01-17 8:02 UTC (2+ messages)
[PATCH AUTOSEL 4.19 18/22] md: Whenassemble the array, consult the superblock of the freshest device
2024-01-16 20:04 UTC
[PATCH AUTOSEL 5.4 24/31] md: Whenassemble the array, consult the superblock of the freshest device
2024-01-16 20:02 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).