summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-59/+91
|\
| * Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig2023-02-141-17/+18
| * Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig2023-02-141-8/+8
| * Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig2023-02-141-33/+33
| * Revert "blk-cgroup: simplify blkg freeing from initialization failure paths"Christoph Hellwig2023-02-091-7/+20
| * block, bfq: cleanup 'bfqg->online'Yu Kuai2023-02-071-1/+1
| * blk-cgroup: fix freeing NULL blkg in blkg_createChristoph Hellwig2023-02-061-1/+2
| * blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig2023-02-031-33/+33
| * blk-cgroup: pass a gendisk to blkg_lookupChristoph Hellwig2023-02-031-8/+8
| * blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig2023-02-031-5/+5
| * blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig2023-02-031-10/+11
| * blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig2023-02-031-17/+15
| * blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig2023-02-031-18/+17
| * blk-cgroup: remove the !bdi->dev check in blkg_dev_nameChristoph Hellwig2023-02-031-1/+1
| * blk-cgroup: simplify blkg freeing from initialization failure pathsChristoph Hellwig2023-02-031-20/+7
| * blk-cgroup: improve error unwinding in blkg_allocChristoph Hellwig2023-02-031-20/+19
| * blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai2023-01-291-6/+29
| * blk-cgroup: support to track if policy is onlineYu Kuai2023-01-291-7/+17
| * blk-cgroup: dropping parent refcount after pd_free_fn() is doneYu Kuai2023-01-291-2/+2
* | blk-cgroup: don't update io stat for root cgroupMing Lei2023-02-011-0/+4
|/
* blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai2023-01-161-0/+4
* blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo2022-12-141-0/+2
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-17/+77
|\
| * blk-cgroup: Fix typo in commentKemeng Shi2022-12-081-2/+2
| * blk-cgroup: Fix some kernel-doc commentsYang Li2022-12-011-1/+1
| * Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe2022-11-301-14/+1
| * blk-cgroup: Flush stats at blkgs destruction pathWaiman Long2022-11-161-1/+14
| * blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long2022-11-161-6/+70
| * blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error pathWaiman Long2022-11-161-8/+4
* | blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason2022-11-141-1/+1
|/
* blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig2022-09-271-13/+4
* blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig2022-09-261-28/+28
* blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig2022-09-261-3/+5
* blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig2022-09-261-9/+4
* blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig2022-09-261-3/+3
* blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig2022-09-261-1/+1
* blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig2022-09-261-2/+2
* blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig2022-09-261-20/+5
* blk-cgroup: remove blkg_lookup_checkChristoph Hellwig2022-09-261-26/+10
* blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig2022-09-261-23/+15
* blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig2022-09-261-3/+3
* blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig2022-09-261-2/+1
* blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig2022-09-261-6/+7
* blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-121-1/+1
* blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan2022-06-291-18/+18
* blk-cgroup: factor out blkcg_iostat_update()Jason Yan2022-06-291-17/+20
* blk-ioprio: Convert from rqos policy to direct callJan Kara2022-06-271-0/+1
* block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara2022-06-021-6/+2
* blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()Jens Axboe2022-05-181-1/+0
* blk-cgroup: Remove unnecessary rcu_read_lock/unlock()Fanjun Kong2022-05-171-3/+1