summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)Author
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
2022-09-26blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig
2022-09-26blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig
2022-09-26blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig
2022-09-26blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig
2022-07-12blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak
2022-06-29blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan
2022-06-29blk-cgroup: factor out blkcg_iostat_update()Jason Yan
2022-06-27blk-ioprio: Convert from rqos policy to direct callJan Kara
2022-06-02block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara
2022-05-18blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()Jens Axboe
2022-05-17blk-cgroup: Remove unnecessary rcu_read_lock/unlock()Fanjun Kong