linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-20 10:41:20 to 2024-02-01 06:38:33 UTC [more...]

[PATCH v5 0/8] bugfix of MD_CLOSING and clean up md_ioctl()
 2024-02-01  6:34 UTC  (7+ messages)
` [PATCH v5 1/8] md: merge the check of capabilities into md_ioctl_valid()
` [PATCH v5 2/8] md: changed the switch of RAID_VERSION to if
` [PATCH v5 3/8] md: clean up invalid BUG_ON in md_ioctl
` [PATCH v5 4/8] md: return directly before setting did_set_md_closing
` [PATCH v5 5/8] md: Don't clear MD_CLOSING when the raid is about to stop
` [PATCH v5 6/8] md: factor out a helper to sync mddev

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-02-01  1:39 UTC  (23+ messages)

[bug report] md: also clone new io if io accounting is disabled
 2024-02-01  1:35 UTC  (2+ messages)

[PATCH v4 00/14] dm-raid: fix v6.7 regressions
 2024-01-31  7:06 UTC  (25+ messages)
` [PATCH v4 01/14] md: don't ignore suspended array in md_check_recovery()
` [PATCH v4 02/14] md: don't ignore read-only "
` [PATCH v4 03/14] md: make sure md_do_sync() will set MD_RECOVERY_DONE
` [PATCH v4 04/14] md: don't register sync_thread for reshape directly
` [PATCH v4 05/14] md: export helpers to stop sync_thread
` [PATCH v4 06/14] dm-raid: really frozen sync_thread during suspend
` [PATCH v4 07/14] md/dm-raid: don't call md_reap_sync_thread() directly
` [PATCH v4 08/14] dm-raid: add a new helper prepare_suspend() in md_personality
` [PATCH v4 09/14] md: export helper md_is_rdwr()
` [PATCH v4 10/14] md: don't suspend the array for interrupted reshape
` [PATCH v4 11/14] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
` [PATCH v4 12/14] dm-raid: fix lockdep waring in "pers->hot_add_disk"
` [PATCH RFC v4 13/14] dm: wait for IO completion before removing dm device
` [PATCH v4 RFC 14/14] dm-raid: remove mddev_suspend/resume()

[song-md:md-tmp-6.9] BUILD SUCCESS 21f3a918e5c7d1321e099b77e3ca6d01569799b4
 2024-01-30 22:26 UTC 

Help compiling mdadm 4.2 for static binary
 2024-01-30 12:50 UTC  (2+ messages)

[PATCH v4] md/raid5: fix atomicity violation in raid5_cache_count
 2024-01-30  7:37 UTC  (2+ messages)

[PATCH RESEND -next 0/3] md: some minor cleanups
 2024-01-30  7:34 UTC  (5+ messages)
` [PATCH -next 3/3] md: use interruptible apis in idle/frozen_sync_thread()

[PATCH] md: use RCU lock to protect traversal in md_spares_need_change()
 2024-01-30  7:11 UTC  (2+ messages)

[PATCH] md: get rdev->mddev with READ_ONCE()
 2024-01-30  6:48 UTC  (3+ messages)

And then they sent my defective CPU back to me
 2024-01-29  5:21 UTC 

Requesting help recovering my array
 2024-01-27 12:30 UTC  (39+ 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  (16+ messages)
` [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread
` [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)

[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  (2+ messages)

[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  (12+ messages)
` [PATCH 1/5] md: don't ignore suspended array in md_check_recovery()
` [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 


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