linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC -next 0/7] blk-iocost: support to build iocost as kernel module
@ 2024-06-13  1:49 Yu Kuai
  2024-06-13  1:49 ` [PATCH RFC -next 1/7] kernfs: export pr_cont_kernfs_path() Yu Kuai
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Yu Kuai @ 2024-06-13  1:49 UTC (permalink / raw)
  To: axboe, tj, josef, gregkh, lizefan.x, hannes
  Cc: linux-block, linux-kernel, cgroups, yukuai3, yukuai1, yi.zhang,
	yangerkun

From: Yu Kuai <yukuai3@huawei.com>

Yu Kuai (7):
  kernfs: export pr_cont_kernfs_path()
  cgroup: export cgroup_parse_float
  block: export some API
  blk-iocost: factor out helpers to handle params from ioc_qos_write()
  blk-iocost: parse params before initializing iocost
  blk-iocost: support to free iocost
  blk-iocost: support to build iocost as kernel module

 block/Kconfig             |   2 +-
 block/blk-cgroup.c        |   4 +
 block/blk-iocost.c        | 223 ++++++++++++++++++++++++++------------
 block/blk-rq-qos.c        |   2 +
 fs/kernfs/dir.c           |   1 +
 include/linux/blk_types.h |   2 +-
 kernel/cgroup/cgroup.c    |   1 +
 7 files changed, 163 insertions(+), 72 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-06-14  5:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13  1:49 [PATCH RFC -next 0/7] blk-iocost: support to build iocost as kernel module Yu Kuai
2024-06-13  1:49 ` [PATCH RFC -next 1/7] kernfs: export pr_cont_kernfs_path() Yu Kuai
2024-06-13  5:55   ` Greg KH
2024-06-13  6:55     ` Yu Kuai
2024-06-13  1:49 ` [PATCH RFC -next 2/7] cgroup: export cgroup_parse_float Yu Kuai
2024-06-13  1:49 ` [PATCH RFC -next 3/7] block: export some API Yu Kuai
2024-06-13  1:49 ` [PATCH RFC -next 4/7] blk-iocost: factor out helpers to handle params from ioc_qos_write() Yu Kuai
2024-06-13  1:49 ` [PATCH RFC -next 5/7] blk-iocost: parse params before initializing iocost Yu Kuai
2024-06-13  1:49 ` [PATCH RFC -next 6/7] blk-iocost: support to free iocost Yu Kuai
2024-06-13  1:49 ` [PATCH RFC -next 7/7] blk-iocost: support to build iocost as kernel module Yu Kuai
2024-06-13  5:54   ` Greg KH
2024-06-13  5:54 ` [PATCH RFC -next 0/7] " Greg KH
2024-06-13  6:53   ` Yu Kuai
2024-06-13 16:15   ` Bart Van Assche
2024-06-14  1:07     ` Yu Kuai
2024-06-14  5:26 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).