messages from 2024-01-27 07:52:35 to 2024-02-20 11:00:01 UTC [more...]
[PATCH 0/6] SAST fixes
2024-02-20 10:56 UTC (2+ messages)
` [PATCH 1/6] Create: add_disk_to_super() fix resource leak
[PATCH] block: fix deadlock between bd_link_disk_holder and partition scan
2024-02-20 8:09 UTC (9+ messages)
Array will not resync
2024-02-20 4:07 UTC (3+ messages)
[PATCH v5 00/14] dm-raid/md/raid: fix v6.7 regressions
2024-02-20 3:09 UTC (57+ messages)
` [PATCH v5 01/14] md: don't ignore suspended array in md_check_recovery()
` [PATCH v5 02/14] md: don't ignore read-only "
` [PATCH v5 03/14] md: make sure md_do_sync() will set MD_RECOVERY_DONE
` [PATCH v5 04/14] md: don't register sync_thread for reshape directly
` [PATCH v5 05/14] md: don't suspend the array for interrupted reshape
` [PATCH v5 06/14] md: fix missing release of 'active_io' for flush
` [PATCH v5 07/14] md: export helpers to stop sync_thread
` [PATCH v5 08/14] md: export helper md_is_rdwr()
` [PATCH v5 09/14] dm-raid: really frozen sync_thread during suspend
` [PATCH v5 10/14] md/dm-raid: don't call md_reap_sync_thread() directly
` [PATCH v5 11/14] dm-raid: add a new helper prepare_suspend() in md_personality
` [PATCH v5 12/14] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
` [PATCH v5 13/14] dm-raid: fix lockdep waring in "pers->hot_add_disk"
` [PATCH v5 14/14] dm-raid: remove mddev_suspend/resume()
Requesting help recovering my array
2024-02-19 20:48 UTC (18+ messages)
Linux FS6712X-EB92 5.13.x - page allocation failure followed by a controller reset and the drive drops out of the array
2024-02-19 16:48 UTC
[PATCH RFC 0/3] Fix regression bugs
2024-02-19 6:26 UTC (4+ messages)
` [PATCH RFC 1/2] dm-raid/md: Clear MD_RECOVERY_WAIT when stopping dmraid
` [PATCH RFC 2/2] md: Set MD_RECOVERY_FROZEN before stop sync thread
` [PATCH RFC 3/3] md: Missing decrease active_io for flush io
[song-md:md-6.8] BUILD SUCCESS 9e46c70e829bddc24e04f963471e9983a11598b7
2024-02-16 22:57 UTC
[GIT PULL] md-6.9 20240216
2024-02-16 22:44 UTC (2+ messages)
[GIT PULL] md-6.8 20240216
2024-02-16 22:43 UTC (2+ messages)
[song-md:md-6.7-fix] BUILD SUCCESS 5df679f7c799915a1d51e9012d89a74f7461d72d
2024-02-16 1:27 UTC
Growing mdadm RAID5 to RAID6 and simultaneously adding space makes data inaccessible during grow
2024-02-16 1:14 UTC (2+ messages)
ANNOUNCE: mdadm 4.3 - A tool for managing MD Software RAID under Linux
2024-02-15 17:38 UTC
Fwd: The read data is wrong from raid5 when recovery happens
2024-02-15 10:41 UTC (4+ messages)
[song-md:md-6.9] BUILD SUCCESS 6cf350658736681b9d6b0b6e58c5c76b235bb4c4
2024-02-14 0:22 UTC
[PATCH v2] mdadm: fix update=resync regression
2024-02-13 15:18 UTC (2+ messages)
missing Levels
2024-02-13 10:03 UTC (3+ messages)
[PATCH v6 0/9] bugfix of MD_CLOSING and clean up md_ioctl()
2024-02-12 23:36 UTC (11+ messages)
` [PATCH v6 1/9] md: merge the check of capabilities into md_ioctl_valid()
` [PATCH v6 2/9] md: changed the switch of RAID_VERSION to if
` [PATCH v6 3/9] md: clean up invalid BUG_ON in md_ioctl
` [PATCH v6 4/9] md: return directly before setting did_set_md_closing
` [PATCH v6 5/9] md: Don't clear MD_CLOSING when the raid is about to stop
` [PATCH v6 6/9] md: factor out a helper to sync mddev
` [PATCH v6 7/9] md: sync blockdev before stopping raid or setting readonly
` [PATCH v6 8/9] md: clean up openers check in do_md_stop() and md_set_readonly()
` [PATCH v6 9/9] md: check mddev->pers before calling md_set_readonly()
[PATCH] md: fix kmemleak of rdev->serial
2024-02-12 23:23 UTC (2+ messages)
mdadm --create vs --update with --homehost <ignore>
2024-02-12 15:19 UTC (2+ messages)
[PATCH] [RFQ] dm-integrity: Add a lazy commit mode for journal
2024-02-09 19:25 UTC
[song-md:md-6.8] BUILD SUCCESS 855678ed8534518e2b428bcbcec695de9ba248e8
2024-02-09 9:03 UTC
[PATCH v2] Revert "mdadm: remove container_enough logic"
2024-02-09 8:11 UTC (2+ messages)
[PATCH] super1: remove support for name= in config
2024-02-09 8:11 UTC (2+ messages)
[song-md:md-6.9] BUILD SUCCESS 83cbdaf61b1ab9cdaa0321eeea734bc70ca069c8
2024-02-07 0:34 UTC
[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
2024-02-06 21:34 UTC (6+ messages)
[PATCH 0/2] md: bugfix of creating symlink with disk holder
2024-02-06 17:00 UTC (5+ messages)
` [PATCH 2/2] md: create symlink with disk holder after mddev resume
Mdadm 4.3 last call
2024-02-06 9:13 UTC
[PATCH] md/linear: Get rid of md-linear.h
2024-02-05 23:41 UTC (3+ messages)
[PATCH 0/2] Revert bug prone commits
2024-02-05 9:45 UTC (5+ messages)
` [PATCH 1/2] Revert "Fix assembling RAID volume by using incremental"
` [PATCH 2/2] Revert "mdadm: remove container_enough logic"
[PATCH v5 0/8] bugfix of MD_CLOSING and clean up md_ioctl()
2024-02-02 9:26 UTC (16+ 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
` [PATCH v5 7/8] md: sync blockdev before stopping raid or setting readonly
` [PATCH v5 8/8] md: check mddev->pers before calling md_set_readonly()
[PATCH v4] md/raid5: fix atomicity violation in raid5_cache_count
2024-02-02 7:11 UTC (3+ messages)
[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
2024-02-01 1:39 UTC (10+ 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 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
[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 (3+ messages)
` [PATCH v4 1/4] "
[PATCH 0/7] MD fixes for the LVM2 testsuite
2024-01-27 7:57 UTC (2+ messages)
[PATCH v3 00/12] dm-raid: fix v6.7 regressions
2024-01-27 7:47 UTC (2+ messages)
` [PATCH v3 12/12] dm-raid: fix lockdep waring in "pers->hot_add_disk"
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).