Linux-Raid Archives mirror
 help / color / mirror / Atom feed
 messages from 2024-02-26 10:31:33 to 2024-03-02 04:14:59 UTC [more...]

atomic queue limit updates for stackable devices v3
 2024-03-02  4:14 UTC  (18+ messages)
` [PATCH 01/14] block: add a queue_limits_set helper
` [PATCH 02/14] block: add a queue_limits_stack_bdev helper
` [PATCH 03/14] dm: use queue_limits_set
` [PATCH 04/14] md: add a mddev_trace_remap helper
` [PATCH 05/14] md: add a mddev_add_trace_msg helper
` [PATCH 06/14] md: add a mddev_is_dm helper
` [PATCH 07/14] md: add queue limit helpers
` [PATCH 08/14] md/raid0: use the atomic queue limit update APIs
` [PATCH 09/14] md/raid1: "
` [PATCH 10/14] md/raid5: "
` [PATCH 11/14] md/raid10: "
` [PATCH 12/14] md: don't initialize queue limits
` [PATCH 13/14] md: remove mddev->queue
` [PATCH 14/14] block: remove disk_stack_limits
` (subset) atomic queue limit updates for stackable devices v3

[PATCH V2 0/4] Fix dmraid regression bugs
 2024-03-02  0:41 UTC  (7+ messages)
` [PATCH 1/4] md: Revert "md: Don't register sync_thread for reshape directly"
` [PATCH 2/4] md: Revert "md: Don't ignore suspended array in md_check_recovery()"
` [PATCH 3/4] md: Set MD_RECOVERY_FROZEN before stop sync thread
` [PATCH 4/4] md/raid5: Don't check crossing reshape when reshape hasn't started

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-03-02  0:05 UTC  (7+ messages)

[PATCH -next 0/9] dm-raid, md/raid: fix v6.7 regressions part2
 2024-03-01 22:36 UTC  (11+ messages)
` [PATCH -next 1/9] md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume
` [PATCH -next 2/9] md: export helpers to stop sync_thread
` [PATCH -next 3/9] md: export helper md_is_rdwr()
` [PATCH -next 4/9] md: add a new helper reshape_interrupted()
` [PATCH -next 5/9] dm-raid: really frozen sync_thread during suspend
` [PATCH -next 6/9] md/dm-raid: don't call md_reap_sync_thread() directly
` [PATCH -next 7/9] dm-raid: add a new helper prepare_suspend() in md_personality
` [PATCH -next 8/9] dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
` [PATCH -next 9/9] dm-raid: fix lockdep waring in "pers->hot_add_disk"

Requesting help with raid6 that stays inactive
 2024-03-01 18:44 UTC  (6+ messages)

[GIT PULL] md-6.9 20240301
 2024-03-01 12:37 UTC  (2+ messages)

[song-md:md-6.9-for-hch] BUILD SUCCESS 36928e9812eb6ecd4074787c296ddcc451b9beeb
 2024-03-01 11:26 UTC 

[PATCH md-6.9 v4 00/11] md/raid1: refactor read_balance() and some minor fix
 2024-03-01  7:16 UTC  (15+ messages)
` [PATCH md-6.9 v4 01/11] md: add a new helper rdev_has_badblock()
` [PATCH md-6.9 v4 02/11] md/raid1: factor out helpers to add rdev to conf
` [PATCH md-6.9 v4 03/11] md/raid1: record nonrot rdevs while adding/removing rdevs "
` [PATCH md-6.9 v4 04/11] md/raid1: fix choose next idle in read_balance()
` [PATCH md-6.9 v4 05/11] md/raid1-10: add a helper raid1_check_read_range()
` [PATCH md-6.9 v4 06/11] md/raid1-10: factor out a new helper raid1_should_read_first()
` [PATCH md-6.9 v4 07/11] md/raid1: factor out read_first_rdev() from read_balance()
` [PATCH md-6.9 v4 08/11] md/raid1: factor out choose_slow_rdev() "
` [PATCH md-6.9 v4 09/11] md/raid1: factor out choose_bb_rdev() "
` [PATCH md-6.9 v4 10/11] md/raid1: factor out the code to manage sequential IO
` [PATCH md-6.9 v4 11/11] md/raid1: factor out helpers to choose the best rdev from read_balance()

[PATCH 0/6] Fix dmraid regression bugs
 2024-03-01  4:41 UTC  (19+ messages)
` [PATCH 1/6] md: Revert "md: Don't register sync_thread for reshape directly"
` [PATCH 2/6] md: Revert "md: Make sure md_do_sync() will set MD_RECOVERY_DONE"
` [PATCH 3/6] md: Revert "md: Don't ignore suspended array in md_check_recovery()"
` [PATCH 4/6] dm-raid/md: Clear MD_RECOVERY_WAIT when stopping dmraid
` [PATCH 5/6] md: Set MD_RECOVERY_FROZEN before stop sync thread
` [PATCH 6/6] md/raid5: Don't check crossing reshape when reshape hasn't started

[PATCH RFC V2 0/4] Fix regression bugs
 2024-03-01  4:18 UTC  (10+ messages)
` [PATCH RFC 1/4] dm-raid/md: Clear MD_RECOVERY_WAIT when stopping dmraid

[song-md:md-6.9-for-hch] BUILD SUCCESS aee93ec0ec79d2875d3c76571d49586322f667b1
 2024-02-29 22:13 UTC 

[PATCH 0/6] Repository cleanup
 2024-02-29 14:11 UTC  (5+ messages)
` [PATCH 1/6] mdadm: remove ANNOUNCEs

atomic queue limit updates for stackable devices
 2024-02-29 13:20 UTC  (12+ messages)

[PATCH] super-intel: respect IMSM_DEVNAME_AS_SERIAL flag
 2024-02-29 13:15 UTC  (2+ messages)

[PATCH 0/1] Fix regression when no PID file
 2024-02-29 13:10 UTC  (3+ messages)
` [PATCH 1/1] Monitor: Allow no PID in check_one_sharer()

[PATCH 00/13] Custom drives policies verification
 2024-02-29 11:52 UTC  (14+ messages)
` [PATCH 01/13] mdadm: Add functions for spare criteria verification
` [PATCH 02/13] mdadm: drop get_required_spare_criteria()
` [PATCH 03/13] Manage: fix check after dereference issue
` [PATCH 04/13] Manage: implement manage_add_external()
` [PATCH 05/13] mdadm: introduce sysfs_get_container_devnm()
` [PATCH 06/13] mdadm.h: Introduce custom device policies
` [PATCH 07/13] mdadm: test_and_add device policies implementation
` [PATCH 08/13] Create: Use device policies
` [PATCH 09/13] Manage: check device policies in manage_add_external()
` [PATCH 10/13] Monitor, Incremental: use device policies
` [PATCH 11/13] imsm: test_and_add_device_policies() implementation
` [PATCH 12/13] mdadm: drop get_disk_controller_domain()
` [PATCH 13/13] Revert "policy.c: Avoid to take spare without defined domain by imsm"

[PATCH v5 00/14] dm-raid/md/raid: fix v6.7 regressions
 2024-02-29  2:14 UTC  (13+ messages)
` [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 md-6.9 v3 00/11] md/raid1: refactor read_balance() and some minor fix
 2024-02-29  2:11 UTC  (16+ messages)
` [PATCH md-6.9 v3 01/11] md: add a new helper rdev_has_badblock()
` [PATCH md-6.9 v3 02/11] md/raid1: factor out helpers to add rdev to conf
` [PATCH md-6.9 v3 03/11] md/raid1: record nonrot rdevs while adding/removing rdevs "
` [PATCH md-6.9 v3 04/11] md/raid1: fix choose next idle in read_balance()
` [PATCH md-6.9 v3 05/11] md/raid1-10: add a helper raid1_check_read_range()
` [PATCH md-6.9 v3 06/11] md/raid1-10: factor out a new helper raid1_should_read_first()
` [PATCH md-6.9 v3 07/11] md/raid1: factor out read_first_rdev() from read_balance()
` [PATCH md-6.9 v3 08/11] md/raid1: factor out choose_slow_rdev() "
` [PATCH md-6.9 v3 09/11] md/raid1: factor out choose_bb_rdev() "
` [PATCH md-6.9 v3 10/11] md/raid1: factor out the code to manage sequential IO
` [PATCH md-6.9 v3 11/11] md/raid1: factor out helpers to choose the best rdev from read_balance()

[song-md:md-6.9] BUILD SUCCESS dfd2bf436709b2bccb78c2dda550dde93700efa7
 2024-02-28 16:05 UTC 

[PATCH md-6.9 v2 00/10] md/raid1: refactor read_balance() and some minor fix
 2024-02-28  2:40 UTC  (17+ messages)
` [PATCH md-6.9 v2 01/10] md: add a new helper rdev_has_badblock()
` [PATCH md-6.9 v2 02/10] md/raid1: record nonrot rdevs while adding/removing rdevs to conf
` [PATCH md-6.9 v2 03/10] md/raid1: fix choose next idle in read_balance()
` [PATCH md-6.9 v2 04/10] md/raid1-10: add a helper raid1_check_read_range()
` [PATCH md-6.9 v2 05/10] md/raid1-10: factor out a new helper raid1_should_read_first()
` [PATCH md-6.9 v2 06/10] md/raid1: factor out read_first_rdev() from read_balance()
` [PATCH md-6.9 v2 07/10] md/raid1: factor out choose_slow_rdev() "
` [PATCH md-6.9 v2 08/10] md/raid1: factor out choose_bb_rdev() "
` [PATCH md-6.9 v2 09/10] md/raid1: factor out the code to manage sequential IO
` [PATCH md-6.9 v2 10/10] md/raid1: factor out helpers to choose the best rdev from read_balance()

atomic queue limit updates for stackable devices v2
 2024-02-28  1:42 UTC  (13+ messages)
` [PATCH 04/16] md: add queue limit helpers
` [PATCH 06/16] md/raid1: use the atomic queue limit update APIs
` [PATCH 14/16] drbd: don't set max_write_zeroes_sectors in decide_on_discard_support
` [PATCH 15/16] drbd: split out a drbd_discard_supported helper
` [PATCH 16/16] drbd: atomically update queue limits in drbd_reconsider_queue_parameters

[PATCH v4] md/raid5: fix atomicity violation in raid5_cache_count
 2024-02-27 22:28 UTC  (4+ messages)

[song-md:md-6.7-fix] BUILD SUCCESS d9c8224c00486117dc96db58dc1cd02e1873ef56
 2024-02-27 17:13 UTC 

[song-md:md-6.9] BUILD SUCCESS ecbd8ebb51bf7e4939d83b9e6022a55cac44ef06
 2024-02-27 15:07 UTC 

[PATCH] Detail: remove duplicated code
 2024-02-27 14:44 UTC  (3+ messages)

[PATCH,v2] Detail: remove duplicated code
 2024-02-27  2:36 UTC 

[PATCH md-6.9 00/10] md/raid1: refactor read_balance() and some minor fix
 2024-02-27 14:26 UTC  (34+ messages)
` [PATCH md-6.9 02/10] md: record nonrot rdevs while adding/removing rdevs to conf
` [PATCH md-6.9 03/10] md/raid1: fix choose next idle in read_balance()
` [PATCH md-6.9 05/10] md/raid1-10: factor out a new helper raid1_should_read_first()
` [PATCH md-6.9 06/10] md/raid1: factor out read_first_rdev() from read_balance()
` [PATCH md-6.9 07/10] md/raid1: factor out choose_slow_rdev() "
` [PATCH md-6.9 08/10] md/raid1: factor out choose_bb_rdev() "
` [PATCH md-6.9 09/10] md/raid1: factor out the code to manage sequential IO
` [PATCH md-6.9 10/10] md/raid1: factor out helpers to choose the best rdev from read_balance()

[PATCH] md/md-bitmap: fix incorrect usage for sb_index
 2024-02-27 12:29 UTC  (6+ messages)

[PATCH v7 0/9] bugfix of MD_CLOSING and clean up md_ioctl()
 2024-02-26 21:32 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).