summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-151-5/+1
* block: remove request_list codeJens Axboe2018-11-071-97/+0
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-100/+45
* blkcg: fix edge case for blk_get_rl() under memory pressureDennis Zhou2018-10-201-1/+1
* blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-211-8/+6
* blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2018-09-211-10/+5
* blkcg: cleanup and make blk_get_rl use blkg_lookup_createDennis Zhou (Facebook)2018-09-211-13/+21
* blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-211-48/+4
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-211-4/+4
* blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-211-0/+9
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-211-14/+2