[PATCH v2 for-6.10/block 0/2] block: fix user-aware inaccurate util

Yu Kuai posted 2 patches 1 year, 7 months ago
block/blk-core.c  |  9 +++++----
block/blk-merge.c |  2 ++
block/blk-mq.c    |  4 ++++
block/blk.h       |  1 +
block/genhd.c     | 14 +++-----------
5 files changed, 15 insertions(+), 15 deletions(-)
[PATCH v2 for-6.10/block 0/2] block: fix user-aware inaccurate util
Posted by Yu Kuai 1 year, 7 months ago
From: Yu Kuai <yukuai3@huawei.com>

Changes in v2:
 - just replace blk_mq_in_flight() with part_in_flight() for
 diskstats_show() and part_stat_show() in patch 2;

Yu Kuai (2):
  block: support to account io_ticks precisely
  block: fix that util can be greater than 100%

 block/blk-core.c  |  9 +++++----
 block/blk-merge.c |  2 ++
 block/blk-mq.c    |  4 ++++
 block/blk.h       |  1 +
 block/genhd.c     | 14 +++-----------
 5 files changed, 15 insertions(+), 15 deletions(-)

-- 
2.39.2
Re: [PATCH v2 for-6.10/block 0/2] block: fix user-aware inaccurate util
Posted by Jens Axboe 1 year, 7 months ago
On Thu, 09 May 2024 20:37:15 +0800, Yu Kuai wrote:
> Changes in v2:
>  - just replace blk_mq_in_flight() with part_in_flight() for
>  diskstats_show() and part_stat_show() in patch 2;
> 
> Yu Kuai (2):
>   block: support to account io_ticks precisely
>   block: fix that util can be greater than 100%
> 
> [...]

Applied, thanks!

[1/2] block: support to account io_ticks precisely
      commit: 99dc422335d8b2bd4d105797241d3e715bae90e9
[2/2] block: fix that util can be greater than 100%
      commit: 7be835694daebbb4adffbc461519081aa0cf28e1

Best regards,
-- 
Jens Axboe