summaryrefslogtreecommitdiff
path: root/include/linux/blk-cgroup.h
AgeCommit message (Expand)Author
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig
2022-05-02blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig
2022-05-02blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig
2022-05-02blk-cgroup: move blk_cgroup_congested out lineChristoph Hellwig
2022-05-02blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig
2022-03-22block: avoid calling blkg_free() in atomic contextMing Lei
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2022-02-11block: remove THROTL_IOPS_MAXMing Lei
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig
2021-06-10scsi: blkcg: Add app identifier support for blkcgMuneendra Kumar
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioChristoph Hellwig
2020-06-29blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_checkChristoph Hellwig
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig
2020-04-30blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig
2020-04-01blkcg: don't offline parent blkcg firstTejun Heo
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo
2019-12-12blk-cgroup: remove blkcg_drain_queueGuoqing Jiang
2019-11-18blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1Tejun Heo
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo
2019-08-04block: Fix spelling in the header above blkg_lookup()Bart Van Assche
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig
2019-06-20blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig
2018-12-21blkcg: clean up blkg_tryget_closest()Dennis Zhou
2018-12-12blkcg: handle dying request_queue when associating a blkgDennis Zhou
2018-12-07blkcg: put back rcu lock in blkcg_bio_issue_check()Dennis Zhou
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou
2018-12-07blkcg: remove additional reference to the cssDennis Zhou
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig