public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] blk-ioprio: remove per-disk structure
@ 2024-07-19  7:15 Yu Kuai
  2024-07-19  7:15 ` [PATCH v3 1/3] blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy() Yu Kuai
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Yu Kuai @ 2024-07-19  7:15 UTC (permalink / raw)
  To: hch, bvanassche, jack, tj, josef, axboe
  Cc: cgroups, linux-block, linux-kernel, yukuai3, yukuai1, yi.zhang,
	yangerkun

From: Yu Kuai <yukuai3@huawei.com>

Changes in v3:
 - also fix indentation in path 1;
 - add reviewed tag by hch;

Changes in v2:
 - add patch 1;

The idea is that ioprio doesn't need to access blkg, all it needs is
blkcg, hence blk_register_policy() is enough, and blk_activate_policy()
is not needed.

Yu Kuai (3):
  blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy()
  blk-ioprio: remove ioprio_blkcg_from_bio()
  blk-ioprio: remove per-disk structure

 block/blk-cgroup.c | 23 +++++++++++--------
 block/blk-ioprio.c | 57 +---------------------------------------------
 block/blk-ioprio.h |  9 --------
 3 files changed, 14 insertions(+), 75 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-07-22 21:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19  7:15 [PATCH v3 0/3] blk-ioprio: remove per-disk structure Yu Kuai
2024-07-19  7:15 ` [PATCH v3 1/3] blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy() Yu Kuai
2024-07-19 17:22   ` Tejun Heo
2024-07-19  7:15 ` [PATCH v3 2/3] blk-ioprio: remove ioprio_blkcg_from_bio() Yu Kuai
2024-07-19 17:23   ` Tejun Heo
2024-07-19  7:15 ` [PATCH v3 3/3] blk-ioprio: remove per-disk structure Yu Kuai
2024-07-19 17:23   ` Tejun Heo
2024-07-22 21:27 ` [PATCH v3 0/3] " Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox