mbox series

[v2,0/4] blk-iocost: some random patches to improve iocost

Message ID 20221012094035.390056-1-yukuai1@huaweicloud.com (mailing list archive)
Headers show
Series blk-iocost: some random patches to improve iocost | expand

Message

Yu Kuai Oct. 12, 2022, 9:40 a.m. UTC
From: Yu Kuai <yukuai3@huawei.com>

Changes in v2:
 - remove patch 4 from v1
 - add Acked-by tag from Tejun

Yu Kuai (4):
  blk-iocost: disable writeback throttling
  blk-iocost: don't release 'ioc->lock' while updating params
  blk-iocost: prevent configuration update concurrent with io throttling
  blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()

 block/blk-iocost.c | 41 ++++++++++++++++++++++++++++++++---------
 1 file changed, 32 insertions(+), 9 deletions(-)

Comments

Yu Kuai Oct. 15, 2022, 3:57 a.m. UTC | #1
Hi, Jens

Can you apply this patchset?

Thanks,
Kuai

在 2022/10/12 17:40, Yu Kuai 写道:
> From: Yu Kuai <yukuai3@huawei.com>
> 
> Changes in v2:
>   - remove patch 4 from v1
>   - add Acked-by tag from Tejun
> 
> Yu Kuai (4):
>    blk-iocost: disable writeback throttling
>    blk-iocost: don't release 'ioc->lock' while updating params
>    blk-iocost: prevent configuration update concurrent with io throttling
>    blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()
> 
>   block/blk-iocost.c | 41 ++++++++++++++++++++++++++++++++---------
>   1 file changed, 32 insertions(+), 9 deletions(-)
>
Jens Axboe Oct. 16, 2022, 11:19 p.m. UTC | #2
On Wed, 12 Oct 2022 17:40:31 +0800, Yu Kuai wrote:
> From: Yu Kuai <yukuai3@huawei.com>
> 
> Changes in v2:
>  - remove patch 4 from v1
>  - add Acked-by tag from Tejun
> 
> Yu Kuai (4):
>   blk-iocost: disable writeback throttling
>   blk-iocost: don't release 'ioc->lock' while updating params
>   blk-iocost: prevent configuration update concurrent with io throttling
>   blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()
> 
> [...]

Applied, thanks!

[1/4] blk-iocost: disable writeback throttling
      commit: 26c07fd872021288989238b6074423afe8090e84
[2/4] blk-iocost: don't release 'ioc->lock' while updating params
      commit: d5777253bae5d43e50f5c30d7d32059e094fca55
[3/4] blk-iocost: prevent configuration update concurrent with io throttling
      commit: f71da52a257b300e7f23a882628d724aa9b82f98
[4/4] blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()
      commit: 8a731474c3cbb1b843b59a3ea2cbeed1c9a34ed9

Best regards,