summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)Author
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-28block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig
2023-04-17block: async_bio_lock does not need to be bh-safeChristoph Hellwig
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig
2023-04-13blk-iolatency: Make initialization lazyTejun Heo
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo
2023-04-13blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()Tejun Heo
2023-04-06blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou
2023-04-06blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig
2023-02-14Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig
2023-02-14Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig
2023-02-09Revert "blk-cgroup: simplify blkg freeing from initialization failure paths"Christoph Hellwig
2023-02-07block, bfq: cleanup 'bfqg->online'Yu Kuai
2023-02-06blk-cgroup: fix freeing NULL blkg in blkg_createChristoph Hellwig
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig
2023-02-03blk-cgroup: pass a gendisk to blkg_lookupChristoph Hellwig
2023-02-03blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig
2023-02-03blk-cgroup: remove the !bdi->dev check in blkg_dev_nameChristoph Hellwig
2023-02-03blk-cgroup: simplify blkg freeing from initialization failure pathsChristoph Hellwig
2023-02-03blk-cgroup: improve error unwinding in blkg_allocChristoph Hellwig
2023-02-01blk-cgroup: don't update io stat for root cgroupMing Lei
2023-01-29blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai
2023-01-29blk-cgroup: support to track if policy is onlineYu Kuai
2023-01-29blk-cgroup: dropping parent refcount after pd_free_fn() is doneYu Kuai
2023-01-16blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai
2022-12-14blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-08blk-cgroup: Fix typo in commentKemeng Shi
2022-12-01blk-cgroup: Fix some kernel-doc commentsYang Li
2022-11-30Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe
2022-11-16blk-cgroup: Flush stats at blkgs destruction pathWaiman Long
2022-11-16blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long
2022-11-16blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error pathWaiman Long
2022-11-14blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason
2022-09-27blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig
2022-09-26blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig
2022-09-26blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig
2022-09-26blk-cgroup: remove blkg_lookup_checkChristoph Hellwig