summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-0/+3
|\
| * block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su2023-04-281-0/+3
* | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-78/+69
|\ \ | |/
| * blk-iolatency: Make initialization lazyTejun Heo2023-04-131-8/+0
| * blkcg: Restructure blkg_conf_prep() and friendsTejun Heo2023-04-131-38/+67
| * blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()Tejun Heo2023-04-131-9/+4
| * blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou2023-04-061-4/+0
| * blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou2023-04-061-21/+0
* | block: make blkcg_punt_bio_submit optionalChristoph Hellwig2023-04-171-35/+42
* | block: async_bio_lock does not need to be bh-safeChristoph Hellwig2023-04-171-4/+4
* | btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig2023-04-171-14/+17
|/
* 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