All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] optimizations for io accounting
@ 2022-03-17 11:26 Yu Kuai
  2022-03-17 11:26 ` [PATCH 1/3] block: don't show disk stats if io accounting is disabled Yu Kuai
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Yu Kuai @ 2022-03-17 11:26 UTC (permalink / raw)
  To: axboe, mpatocka, snitzer; +Cc: linux-block, linux-kernel, yukuai3, yi.zhang

Yu Kuai (3):
  block: don't show disk stats if io accounting is disabled
  block: factor out common code for part_stat_show() and
    diskstats_show()
  block: update nsecs[] in part_stat_show() and diskstats_show()

 block/bdev.c              |   2 +
 block/blk-mq.c            |  63 +++++++++++++++-
 block/blk-mq.h            |   2 +
 block/genhd.c             | 154 ++++++++++++++++++--------------------
 include/linux/blk-mq.h    |   2 +
 include/linux/blk_types.h |   5 ++
 6 files changed, 146 insertions(+), 82 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-04-08  6:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-17 11:26 [PATCH 0/3] optimizations for io accounting Yu Kuai
2022-03-17 11:26 ` [PATCH 1/3] block: don't show disk stats if io accounting is disabled Yu Kuai
2022-03-17 14:06   ` Bart Van Assche
2022-03-18  1:36     ` yukuai (C)
2022-03-18  3:10       ` Bart Van Assche
2022-03-18  6:12         ` yukuai (C)
2022-03-25  8:46   ` Christoph Hellwig
2022-03-17 11:26 ` [PATCH 2/3] block: factor out common code for part_stat_show() and diskstats_show() Yu Kuai
2022-03-25  8:46   ` Christoph Hellwig
2022-03-26  1:11     ` yukuai (C)
2022-03-17 11:26 ` [PATCH -next 3/3] block: update nsecs[] in part_get_stat() Yu Kuai
2022-04-01  3:42   ` yukuai (C)
2022-04-08  6:52     ` yukuai (C)
2022-03-25  7:29 ` [PATCH 0/3] optimizations for io accounting yukuai (C)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.