public inbox for linux-raid@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] md: raid5,raid0,raid10: align bio to io_opt
@ 2025-11-21  5:13 Yu Kuai
  2025-11-21  5:13 ` [PATCH 1/7] md/raid5: use mempool to allocate stripe_request_ctx Yu Kuai
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Yu Kuai @ 2025-11-21  5:13 UTC (permalink / raw)
  To: song, yukuai; +Cc: linux-raid, linux-kernel, linan122, xni

Yu Kuai (7):
  md/raid5: use mempool to allocate stripe_request_ctx
  md/raid5: make sure max_sectors is not less than io_opt
  md: support to align bio to limits
  md: add a helper md_config_align_limits()
  md/raid5: align bio to io_opt
  md/raid10: align bio to io_opt
  md/raid0: align bio to io_opt

 drivers/md/md.c       | 46 ++++++++++++++++++++++++
 drivers/md/md.h       | 16 +++++++++
 drivers/md/raid0.c    |  2 ++
 drivers/md/raid1-10.c |  5 ---
 drivers/md/raid10.c   |  2 ++
 drivers/md/raid5.c    | 82 +++++++++++++++++++++++++++++--------------
 drivers/md/raid5.h    |  2 ++
 7 files changed, 124 insertions(+), 31 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-11-25  8:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-21  5:13 [PATCH 0/7] md: raid5,raid0,raid10: align bio to io_opt Yu Kuai
2025-11-21  5:13 ` [PATCH 1/7] md/raid5: use mempool to allocate stripe_request_ctx Yu Kuai
2025-11-21  5:14 ` [PATCH] md: support to align bio to limits Yu Kuai
2025-11-21  5:19   ` Yu Kuai
2025-11-25  1:37   ` kernel test robot
2025-11-25  8:23   ` kernel test robot
2025-11-21  5:14 ` [PATCH 2/7] md/raid5: make sure max_sectors is not less than io_opt Yu Kuai
2025-11-21  5:14 ` [PATCH 3/7] md: support to align bio to limits Yu Kuai
2025-11-22 21:20   ` kernel test robot
2025-11-21  5:14 ` [PATCH 4/7] md: add a helper md_config_align_limits() Yu Kuai
2025-11-21  5:14 ` [PATCH 5/7] md/raid5: align bio to io_opt Yu Kuai
2025-11-21  5:14 ` [PATCH 6/7] md/raid10: " Yu Kuai
2025-11-21  5:14 ` [PATCH 7/7] md/raid0: " Yu Kuai
2025-11-21  8:59   ` Paul Menzel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox