Hi Christoph, On Wed, Mar 6, 2024 at 4:30 AM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > Hi Song, > > can you also send the queue limits changes on? I'd really like to > have all non-scsi queue limits updates in 6.9 and have been working > hard on that. Sure! Here it is. Jens, could you please also pull the following changes. This set by Christoph converts md to the atomic queue limits update API. Thanks, Song The following changes since commit 3a889fdce7e8927a7d81d11ca3d26608b3be1c31: Merge branch 'dmraid-fix-6.9' into md-6.9 (2024-03-05 12:53:55 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.9-20240306 for you to fetch changes up to dd27a84b06aa9ea6a94b0f3e59dc768f981962e1: block: remove disk_stack_limits (2024-03-06 08:59:54 -0800) ---------------------------------------------------------------- Christoph Hellwig (11): md: add a mddev_trace_remap helper md: add a mddev_add_trace_msg helper md: add a mddev_is_dm helper md: add queue limit helpers md/raid0: use the atomic queue limit update APIs md/raid1: use the atomic queue limit update APIs md/raid5: use the atomic queue limit update APIs md/raid10: use the atomic queue limit update APIs md: don't initialize queue limits md: remove mddev->queue block: remove disk_stack_limits block/blk-settings.c | 24 -------- drivers/md/md-bitmap.c | 9 +-- drivers/md/md.c | 89 +++++++++++++++++++++-------- drivers/md/md.h | 28 ++++++++- drivers/md/raid0.c | 42 +++++++------- drivers/md/raid1.c | 51 ++++++++--------- drivers/md/raid10.c | 85 ++++++++++++++------------- drivers/md/raid5-ppl.c | 3 +- drivers/md/raid5.c | 174 +++++++++++++++++++++++++++----------------------------- include/linux/blkdev.h | 2 - 10 files changed, 265 insertions(+), 242 deletions(-)