summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-59/+91
2023-02-15Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig1-17/+18
2023-02-15Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig1-8/+8
2023-02-15Revert "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-02blk-cgroup: don't update io stat for root cgroupMing Lei1-0/+4
2023-01-30blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai1-6/+29
2023-01-30blk-cgroup: support to track if policy is onlineYu Kuai1-7/+17
2023-01-30blk-cgroup: dropping parent refcount after pd_free_fn() is doneYu Kuai1-2/+2
2023-01-17blk-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-02blk-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-17blk-cgroup: Flush stats at blkgs destruction pathWaiman Long1-1/+14
2022-11-17blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long1-6/+70
2022-11-17blk-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-27blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig1-28/+28
2022-09-27blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig1-3/+5
2022-09-27blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig1-9/+4
2022-09-27blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig1-3/+3
2022-09-27blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig1-1/+1
2022-09-27blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig1-2/+2
2022-09-27blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig1-20/+5
2022-09-27blk-cgroup: remove blkg_lookup_checkChristoph Hellwig1-26/+10
2022-09-27blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig1-23/+15
2022-09-27blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig1-3/+3
2022-09-27blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig1-2/+1
2022-09-27blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig1-6/+7
2022-07-13blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak1-1/+1
2022-06-29blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan1-18/+18
2022-06-29blk-cgroup: factor out blkcg_iostat_update()Jason Yan1-17/+20
2022-06-27blk-ioprio: Convert from rqos policy to direct callJan Kara1-0/+1
2022-06-02block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara1-6/+2
2022-05-19blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()Jens Axboe1-1/+0
2022-05-17blk-cgroup: Remove unnecessary rcu_read_lock/unlock()Fanjun Kong1-3/+1