Linux block layer
 help / color / mirror / Atom feed
* [PATCHv2 0/2] block, nvme: enable passthrough iostats
@ 2026-05-26 15:39 Keith Busch
  2026-05-26 15:39 ` [PATCHv2 1/2] block: export passthrough stats enabled Keith Busch
  2026-05-26 15:39 ` [PATCHv2 2/2] nvme: add support multipath passthrough iostats Keith Busch
  0 siblings, 2 replies; 12+ messages in thread
From: Keith Busch @ 2026-05-26 15:39 UTC (permalink / raw)
  To: linux-block, linux-nvme; +Cc: axboe, hch, nilay, Keith Busch

From: Keith Busch <kbusch@kernel.org>

v1->v2:

  Split the block and nvme parts into separate patches.

  Fixed up the nvme driver to ensure passthrough commands go through the
  multipath start/end functions.

  Have the helper function take a request_queue parameter since the
  queue accumulating the stats for multipath isn't the same as the
  request's queue. 

Keith Busch (2):
  block: export passthrough stats enabled
  nvme: add support multipath passthrough iostats

 block/blk-mq.c                | 32 +-------------------------------
 drivers/nvme/host/ioctl.c     |  4 ++++
 drivers/nvme/host/multipath.c |  5 ++++-
 include/linux/blk-mq.h        | 30 ++++++++++++++++++++++++++++++
 4 files changed, 39 insertions(+), 32 deletions(-)

-- 
2.53.0-Meta


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

end of thread, other threads:[~2026-05-27 13:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-26 15:39 [PATCHv2 0/2] block, nvme: enable passthrough iostats Keith Busch
2026-05-26 15:39 ` [PATCHv2 1/2] block: export passthrough stats enabled Keith Busch
2026-05-27  6:15   ` Nilay Shroff
2026-05-27  6:46   ` Nitesh Shetty
2026-05-27 13:14   ` Christoph Hellwig
2026-05-27 13:22     ` Keith Busch
2026-05-27 13:28       ` Christoph Hellwig
2026-05-26 15:39 ` [PATCHv2 2/2] nvme: add support multipath passthrough iostats Keith Busch
2026-05-27  6:15   ` Nilay Shroff
2026-05-27  6:46   ` Nitesh Shetty
2026-05-27 13:16   ` Christoph Hellwig
2026-05-27 13:27     ` Keith Busch

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