public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/5] Fix I/O priority lost in device-mapper
@ 2024-01-30 20:26 Mike Snitzer
  2024-01-30 20:26 ` [PATCH v9 1/5] block: Fix where bio IO priority gets set Mike Snitzer
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Mike Snitzer @ 2024-01-30 20:26 UTC (permalink / raw)
  To: axboe, hongyu.jin.cn; +Cc: ebiggers, dm-devel, linux-block, Mike Snitzer

I've revised the patch headers a bit (patch 1 more so than others).

Jens, please let me know how you'd like to see patch 1 land
upstream. I feel like it should probably go as a fix for 6.8-rcX; I
have some DM fixes I will be sending Linus this week and can include
it (with your Ack of course). But you're welcome to pick it up just
like any other block fix.

Thanks,
Mike

Hongyu Jin (5):
  block: Fix where bio IO priority gets set
  dm io: Support IO priority
  dm bufio: Support IO priority
  dm verity: Fix IO priority lost when reading FEC and hash
  dm crypt: Fix IO priority lost when queuing write bios

 block/blk-core.c                              | 10 +++++
 block/blk-mq.c                                | 10 -----
 drivers/md/dm-bufio.c                         | 43 +++++++++++--------
 drivers/md/dm-crypt.c                         |  1 +
 drivers/md/dm-ebs-target.c                    |  8 ++--
 drivers/md/dm-integrity.c                     | 12 +++---
 drivers/md/dm-io.c                            | 23 +++++-----
 drivers/md/dm-kcopyd.c                        |  4 +-
 drivers/md/dm-log.c                           |  4 +-
 drivers/md/dm-raid1.c                         |  6 +--
 drivers/md/dm-snap-persistent.c               |  8 ++--
 drivers/md/dm-verity-fec.c                    | 21 +++++----
 drivers/md/dm-verity-target.c                 | 13 ++++--
 drivers/md/dm-writecache.c                    |  8 ++--
 drivers/md/persistent-data/dm-block-manager.c |  6 +--
 include/linux/dm-bufio.h                      |  5 ++-
 include/linux/dm-io.h                         |  3 +-
 17 files changed, 102 insertions(+), 83 deletions(-)

-- 
2.40.0


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

end of thread, other threads:[~2024-02-01 18:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30 20:26 [PATCH v9 0/5] Fix I/O priority lost in device-mapper Mike Snitzer
2024-01-30 20:26 ` [PATCH v9 1/5] block: Fix where bio IO priority gets set Mike Snitzer
2024-02-01  3:19   ` Ming Lei
2024-01-30 20:26 ` [PATCH v9 2/5] dm io: Support IO priority Mike Snitzer
2024-01-30 20:26 ` [PATCH v9 3/5] dm bufio: " Mike Snitzer
2024-01-30 20:26 ` [PATCH v9 4/5] dm verity: Fix IO priority lost when reading FEC and hash Mike Snitzer
2024-01-30 20:26 ` [PATCH v9 5/5] dm crypt: Fix IO priority lost when queuing write bios Mike Snitzer
2024-02-01 18:00 ` (subset) [PATCH v9 0/5] Fix I/O priority lost in device-mapper Jens Axboe

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