summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig2022-09-261-3/+2
* blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig2022-05-021-10/+5
* blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig2022-05-021-4/+0
* blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig2022-05-021-78/+5
* blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig2022-05-021-31/+1
* blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig2022-05-021-44/+2
* blk-cgroup: move blk_cgroup_congested out lineChristoph Hellwig2022-05-021-19/+1
* blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig2022-05-021-56/+2
* block: avoid calling blkg_free() in atomic contextMing Lei2022-03-221-1/+4
* block: partition include/linux/blk-cgroup.hMing Lei2022-02-111-454/+5
* block: remove THROTL_IOPS_MAXMing Lei2022-02-111-2/+0
* blk-cgroup: stop using seq_get_bufChristoph Hellwig2021-08-161-2/+2
* scsi: blkcg: Add app identifier support for blkcgMuneendra Kumar2021-06-101-0/+63
* block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-011-2/+2
* writeback: remove struct bdi_writeback_congestedChristoph Hellwig2020-07-081-6/+0
* blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig2020-06-291-54/+2
* blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioChristoph Hellwig2020-06-291-2/+0
* blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_checkChristoph Hellwig2020-06-291-14/+1
* block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig2020-06-291-30/+0
* blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo2020-04-301-10/+33
* block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig2020-04-291-4/+6
* blkcg: don't offline parent blkcg firstTejun Heo2020-04-011-1/+5
* blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo2020-04-011-26/+13
* blk-cgroup: remove blkcg_drain_queueGuoqing Jiang2019-12-121-2/+0
* blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1Tejun Heo2019-11-181-1/+2
* blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo2019-11-071-159/+0
* blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo2019-11-071-5/+43
* blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo2019-11-071-5/+0
* blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo2019-08-281-0/+1
* blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo2019-08-281-1/+2
* block: Fix spelling in the header above blkg_lookup()Bart Van Assche2019-08-041-1/+1
* blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo2019-07-161-0/+1
* blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-101-1/+15
* blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig2019-06-201-71/+0
* blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig2019-06-201-10/+12
* blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig2019-06-201-7/+7
* blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig2019-06-201-0/+7
* blkcg: clean up blkg_tryget_closest()Dennis Zhou2018-12-211-5/+16
* blkcg: handle dying request_queue when associating a blkgDennis Zhou2018-12-121-1/+1
* blkcg: put back rcu lock in blkcg_bio_issue_check()Dennis Zhou2018-12-071-0/+3
* blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou2018-12-071-7/+5
* blkcg: change blkg reference counting to use percpu_refDennis Zhou2018-12-071-10/+5
* blkcg: remove additional reference to the cssDennis Zhou2018-12-071-41/+0
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-071-4/+4
* blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-071-0/+9
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-071-8/+10
* blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-071-9/+15
* blkcg: update blkg_lookup_create() to do lockingDennis Zhou2018-12-071-1/+3
* blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-071-8/+90
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-2/+2