On Wed, 21 Sep 2022 20:04:44 +0200, Christoph Hellwig wrote: > this series has a bunch of blk-cgroup cleanups and preparation > for preparing to make blk-cgroup gendisk based. Another series > for the next merge window will follow for the real changes that > include refcounting updates. > > Diffstat: > block/blk-cgroup.c | 186 +++++++++++++++++---------------------------- > block/blk-cgroup.h | 68 ++++------------ > block/blk-iocost.c | 37 ++++---- > block/blk-iolatency.c | 5 - > block/blk-ioprio.c | 8 - > block/blk-ioprio.h | 8 - > block/blk-sysfs.c | 2 > block/blk-throttle.c | 13 ++- > block/blk-throttle.h | 16 +-- > block/blk.h | 4 > block/genhd.c | 7 - > include/linux/blk-cgroup.h | 5 - > mm/swapfile.c | 2 > 13 files changed, 148 insertions(+), 213 deletions(-) > > [...] Applied, thanks! [01/17] blk-cgroup: fix error unwinding in blkcg_init_queue commit: 33dc62796cb657a633050138a86253fb2a553713 [02/17] blk-cgroup: remove blk_queue_root_blkg commit: 928f6f00a91ecbef6cb1fe59474831ceaf205290 [03/17] blk-cgroup: remove open coded blkg_lookup instances commit: 79fcc5be93e5b17a2a5d36553f7a5c1ad9e953b6 [04/17] blk-cgroup: cleanup the blkg_lookup family of functions commit: 4a69f325aa43847e0827fbfe4b3623307b0c9baa [05/17] blk-cgroup: remove blkg_lookup_check commit: f753526e327bc849c445c084d0f374e992038ae9 [06/17] blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queue commit: 9823538fb7efe66ce987a1e4c0e0f3dc882623c4 [07/17] blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exit commit: b0dde3f5d628f76f461fb650e2cebfac3460cff6 [08/17] blk-iolatency: pass a gendisk to blk_iolatency_init commit: 16fac1b5912b778a30d8863dbc928bef25c8d307 [09/17] blk-iocost: simplify ioc_name commit: 9df3e65139b923dfe98f76b7057882c7afb2d3e4 [10/17] blk-iocost: pass a gendisk to blk_iocost_init commit: 57b64554977e28ab84d33d298032872a8047a557 [11/17] blk-iocost: cleanup ioc_qos_write commit: 3657647e33dff916a2d2d9df926d9bca3907d34f [12/17] blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exit commit: e13793bae65919cd3e6a7827f8d30f4dbb8584ee [13/17] blk-throttle: pass a gendisk to blk_throtl_register_queue commit: 5f6dc7522ac2e1701c92f20b9a1a664736787728 [14/17] blk-throttle: pass a gendisk to blk_throtl_cancel_bios commit: cad9266abcef586aa95f6f4095781e3e55473f2a [15/17] blk-cgroup: pass a gendisk to blkg_destroy_all commit: 00ad6991bbae116b7c83f68754edd6f4d5e65e01 [16/17] blk-cgroup: pass a gendisk to blkcg_schedule_throttle commit: de185b56e8a62822d4e1cdb3e068b38ca709aa47 [17/17] blk-cgroup: pass a gendisk to the blkg allocation helpers commit: 99e603874366be1115b40ecbc0e25847186d84ea Best regards, -- Jens Axboe