aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2023-04-28block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su1-0/+3
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-78/+69
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig1-35/+42
2023-04-17block: async_bio_lock does not need to be bh-safeChristoph Hellwig1-4/+4
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig1-14/+17
2023-04-13blk-iolatency: Make initialization lazyTejun Heo1-8/+0
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo1-38/+67
2023-04-13blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()Tejun Heo1-9/+4
2023-04-06blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou1-4/+0
2023-04-06blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou1-21/+0
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-59/+91
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig1-17/+18
2023-02-14Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig1-8/+8
2023-02-14Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig1-33/+33
2023-02-09Revert "blk-cgroup: simplify blkg freeing from initialization failure paths"Christoph Hellwig1-7/+20
2023-02-07block, bfq: cleanup 'bfqg->online'Yu Kuai1-1/+1
2023-02-06blk-cgroup: fix freeing NULL blkg in blkg_createChristoph Hellwig1-1/+2
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig1-33/+33
2023-02-03blk-cgroup: pass a gendisk to blkg_lookupChristoph Hellwig1-8/+8
2023-02-03blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig1-5/+5
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig1-10/+11
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig1-17/+15
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig1-18/+17
2023-02-03blk-cgroup: remove the !bdi->dev check in blkg_dev_nameChristoph Hellwig1-1/+1
2023-02-03blk-cgroup: simplify blkg freeing from initialization failure pathsChristoph Hellwig1-20/+7
2023-02-03blk-cgroup: improve error unwinding in blkg_allocChristoph Hellwig1-20/+19
2023-02-01blk-cgroup: don't update io stat for root cgroupMing Lei1-0/+4
2023-01-29blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()Yu Kuai1-6/+29
2023-01-29blk-cgroup: support to track if policy is onlineYu Kuai1-7/+17
2023-01-29blk-cgroup: dropping parent refcount after pd_free_fn() is doneYu Kuai1-2/+2
2023-01-16blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai1-0/+4
2022-12-14blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo1-0/+2
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-17/+77
2022-12-08blk-cgroup: Fix typo in commentKemeng Shi1-2/+2
2022-12-01blk-cgroup: Fix some kernel-doc commentsYang Li1-1/+1
2022-11-30Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe1-14/+1
2022-11-16blk-cgroup: Flush stats at blkgs destruction pathWaiman Long1-1/+14
2022-11-16blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long1-6/+70
2022-11-16blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error pathWaiman Long1-8/+4
2022-11-14blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason1-1/+1
2022-09-27blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig1-13/+4
2022-09-26blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig1-28/+28
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig1-3/+5
2022-09-26blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig1-9/+4
2022-09-26blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig1-3/+3
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig1-1/+1
2022-09-26blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig1-2/+2
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig1-20/+5
2022-09-26blk-cgroup: remove blkg_lookup_checkChristoph Hellwig1-26/+10