messages from 2024-02-18 08:07:21 to 2024-02-27 15:16:43 UTC [more...]
atomic queue limit updates for stackable devices
2024-02-27 15:16 UTC (17+ messages)
` [PATCH 1/9] block: add a queue_limits_set helper
` [PATCH 2/9] block: add a queue_limits_stack_bdev helper
` [PATCH 3/9] dm: use queue_limits_set
` [PATCH 4/9] md: add queue limit helpers
` [PATCH 5/9] md/raid0: use the atomic queue limit update APIs
` [PATCH 6/9] md/raid1: "
` [PATCH 7/9] md/raid10: "
` [PATCH 8/9] md/raid5: "
` [PATCH 9/9] block: remove disk_stack_limits
[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
atomic queue limit updates for stackable devices v2
2024-02-27 14:36 UTC (20+ messages)
` [PATCH 01/16] block: add a queue_limits_set helper
` [PATCH 02/16] block: add a queue_limits_stack_bdev helper
` [PATCH 03/16] dm: use queue_limits_set
` [PATCH 04/16] md: add queue limit helpers
` [PATCH 05/16] md/raid0: use the atomic queue limit update APIs
` [PATCH 06/16] md/raid1: "
` [PATCH 07/16] md/raid10: "
` [PATCH 08/16] md/raid5: "
` [PATCH 09/16] block: remove disk_stack_limits
` [PATCH 10/16] drbd: pass the max_hw_sectors limit to blk_alloc_disk
` [PATCH 11/16] drbd: refactor drbd_reconsider_queue_parameters
` [PATCH 12/16] drbd: refactor the backing dev max_segments calculation
` [PATCH 13/16] drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parameters
` [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 md-6.9 00/10] md/raid1: refactor read_balance() and some minor fix
2024-02-27 14:26 UTC (42+ messages)
` [PATCH md-6.9 01/10] md: add a new helper rdev_has_badblock()
` [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 04/10] md/raid1-10: add a helper raid1_check_read_range()
` [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] super-intel: respect IMSM_DEVNAME_AS_SERIAL flag
2024-02-27 6:36 UTC
[PATCH] md/md-bitmap: fix incorrect usage for sb_index
2024-02-27 12:29 UTC (6+ messages)
[PATCH md-6.9 v2 00/10] md/raid1: refactor read_balance() and some minor fix
2024-02-27 12:03 UTC (11+ 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()
[PATCH RFC V2 0/4] Fix regression bugs
2024-02-27 7:39 UTC (22+ messages)
` [PATCH RFC 1/4] dm-raid/md: Clear MD_RECOVERY_WAIT when stopping dmraid
` [PATCH RFC 2/4] md: Set MD_RECOVERY_FROZEN before stop sync thread
` [PATCH RFC 3/4] md: Missing decrease active_io for flush io
` [PATCH RFC V2 4/4] md/raid5: Don't check crossing reshape when reshape hasn't started
[PATCH v7 0/9] bugfix of MD_CLOSING and clean up md_ioctl()
2024-02-26 21:32 UTC (11+ messages)
` [PATCH v7 1/9] md: merge the check of capabilities into md_ioctl_valid()
` [PATCH v7 2/9] md: changed the switch of RAID_VERSION to if
` [PATCH v7 3/9] md: clean up invalid BUG_ON in md_ioctl
` [PATCH v7 4/9] md: return directly before setting did_set_md_closing
` [PATCH v7 5/9] md: Don't clear MD_CLOSING when the raid is about to stop
` [PATCH v7 6/9] md: factor out a helper to sync mddev
` [PATCH v7 7/9] md: sync blockdev before stopping raid or setting readonly
` [PATCH v7 8/9] md: clean up openers check in do_md_stop() and md_set_readonly()
` [PATCH v7 9/9] md: check mddev->pers before calling md_set_readonly()
[PATCH] [RFQ] dm-integrity: Add a lazy commit mode for journal
2024-02-26 8:48 UTC (6+ messages)
[PATCH v5 00/14] dm-raid/md/raid: fix v6.7 regressions
2024-02-26 7:58 UTC (42+ messages)
` [PATCH v5 01/14] md: don't ignore suspended array in md_check_recovery()
` [PATCH v5 03/14] md: make sure md_do_sync() will set MD_RECOVERY_DONE
` [PATCH v5 09/14] dm-raid: really frozen sync_thread during suspend
[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
2024-02-24 2:13 UTC (10+ messages)
[PATCH 0/6] Repository cleanup
2024-02-23 14:51 UTC (7+ messages)
` [PATCH 1/6] mdadm: remove ANNOUNCEs
` [PATCH 2/6] mdadm: remove TODO
` [PATCH 3/6] mdadm: remove makedist
` [PATCH 4/6] mdadm: remove mdadm.spec
` [PATCH 5/6] mdadm: remove mkinitramfs stuff
` [PATCH 6/6] mdadm: move documentation to folder
[PATCH v2] block: fix deadlock between bd_link_disk_holder and partition scan
2024-02-23 14:46 UTC (4+ messages)
[PATCH] test: run tests on system level mdadm
2024-02-23 11:50 UTC (2+ messages)
[PATCH 0/6] SAST fixes
2024-02-23 11:45 UTC (8+ messages)
` [PATCH 1/6] Create: add_disk_to_super() fix resource leak
` [PATCH 2/6] mdadm: signal_s() init variables
` [PATCH 3/6] Monitor: open file before check in check_one_sharer()
` [PATCH 4/6] Grow: remove dead condition in Grow_reshape()
` [PATCH 5/6] super1: check fd before passing to get_dev_size() in add_to_super1()
` [PATCH 6/6] mdmon: refactor md device name check in main()
[PATCH] restripe.c: Use _FILE_OFFSET_BITS to enable largefile support
2024-02-23 8:06 UTC (2+ messages)
[PATCH v6 0/9] bugfix of MD_CLOSING and clean up md_ioctl()
2024-02-21 9:15 UTC (3+ messages)
[PATCH v2 0/5] Fix checkpointing - invasive
2024-02-20 13:07 UTC (2+ messages)
[PATCH] restripe.c: Use _FILE_OFFSET_BITS to enable largefile support
2024-02-20 13:02 UTC (3+ messages)
[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)
Requesting help recovering my array
2024-02-19 20:48 UTC (16+ 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
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).