mbox series

[v9,0/5] Fix I/O priority lost in device-mapper

Message ID 20240130202638.62600-1-snitzer@kernel.org (mailing list archive)
Headers show
Series Fix I/O priority lost in device-mapper | expand

Message

Mike Snitzer Jan. 30, 2024, 8:26 p.m. UTC
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(-)

Comments

Jens Axboe Feb. 1, 2024, 6 p.m. UTC | #1
On Tue, 30 Jan 2024 15:26:33 -0500, Mike Snitzer wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/5] block: Fix where bio IO priority gets set
      commit: f3c89983cb4fc00be64eb0d5cbcfcdf2cacb965e

Best regards,