mbox series

[v2,0/5] blk-iocost: random patches to improve configuration

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

Message

Yu Kuai Nov. 4, 2022, 2:39 a.m. UTC
From: Yu Kuai <yukuai3@huawei.com>

Changes in v2:
 - add review tag from Christoph for patch 1-3
 - add a mutex to fix warnning as suggested by Christoph
 - add patch 5

Yu Kuai (5):
  blk-iocost: cleanup ioc_qos_write() and ioc_cost_model_write()
  blk-iocost: improve hanlder of match_u64()
  blk-iocost: don't allow to configure bio based device
  blk-iocost: fix sleeping in atomic context warnning
  blk-iocost: read params inside lock in sysfs apis

 block/blk-iocost.c | 116 +++++++++++++++++++++++++++++----------------
 1 file changed, 74 insertions(+), 42 deletions(-)

Comments

Yu Kuai Nov. 12, 2022, 6:13 a.m. UTC | #1
Hi, Jens

Can you apply this patchset?

Thanks!
Kuai

在 2022/11/04 10:39, Yu Kuai 写道:
> From: Yu Kuai <yukuai3@huawei.com>
> 
> Changes in v2:
>   - add review tag from Christoph for patch 1-3
>   - add a mutex to fix warnning as suggested by Christoph
>   - add patch 5
> 
> Yu Kuai (5):
>    blk-iocost: cleanup ioc_qos_write() and ioc_cost_model_write()
>    blk-iocost: improve hanlder of match_u64()
>    blk-iocost: don't allow to configure bio based device
>    blk-iocost: fix sleeping in atomic context warnning
>    blk-iocost: read params inside lock in sysfs apis
> 
>   block/blk-iocost.c | 116 +++++++++++++++++++++++++++++----------------
>   1 file changed, 74 insertions(+), 42 deletions(-)
>