aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk-cgroup.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-22block: avoid calling blkg_free() in atomic contextGravatar Ming Lei 1-1/+4
2022-02-11block: partition include/linux/blk-cgroup.hGravatar Ming Lei 1-454/+5
2022-02-11block: remove THROTL_IOPS_MAXGravatar Ming Lei 1-2/+0
2021-08-16blk-cgroup: stop using seq_get_bufGravatar Christoph Hellwig 1-2/+2
2021-06-10scsi: blkcg: Add app identifier support for blkcgGravatar Muneendra Kumar 1-0/+63
2020-12-01block: simplify bdev/disk lookup in blkdev_getGravatar Christoph Hellwig 1-2/+2
2020-07-08writeback: remove struct bdi_writeback_congestedGravatar Christoph Hellwig 1-6/+0
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkGravatar Christoph Hellwig 1-54/+2
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioGravatar Christoph Hellwig 1-2/+0
2020-06-29blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_checkGravatar Christoph Hellwig 1-14/+1
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cGravatar Christoph Hellwig 1-30/+0
2020-04-30blk-iocost: switch to fixed non-auto-decaying use_delayGravatar Tejun Heo 1-10/+33
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTGravatar Christoph Hellwig 1-4/+6
2020-04-01blkcg: don't offline parent blkcg firstGravatar Tejun Heo 1-1/+5
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itGravatar Tejun Heo 1-26/+13
2019-12-12blk-cgroup: remove blkcg_drain_queueGravatar Guoqing Jiang 1-2/+0
2019-11-18blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1Gravatar Tejun Heo 1-1/+2
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATGravatar Tejun Heo 1-159/+0
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatGravatar Tejun Heo 1-5/+43
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Gravatar Tejun Heo 1-5/+0
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Gravatar Tejun Heo 1-0/+1
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Gravatar Tejun Heo 1-1/+2
2019-08-04block: Fix spelling in the header above blkg_lookup()Gravatar Bart Van Assche 1-1/+1
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooGravatar Tejun Heo 1-0/+1
2019-07-10blkcg: implement REQ_CGROUP_PUNTGravatar Tejun Heo 1-1/+15
2019-06-20blk-cgroup: move struct blkg_stat to bfqGravatar Christoph Hellwig 1-71/+0
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleGravatar Christoph Hellwig 1-10/+12
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceGravatar Christoph Hellwig 1-7/+7
2019-06-20blk-cgroup: factor out a helper to read rwstat counterGravatar Christoph Hellwig 1-0/+7
2018-12-21blkcg: clean up blkg_tryget_closest()Gravatar Dennis Zhou 1-5/+16
2018-12-12blkcg: handle dying request_queue when associating a blkgGravatar Dennis Zhou 1-1/+1
2018-12-07blkcg: put back rcu lock in blkcg_bio_issue_check()Gravatar Dennis Zhou 1-0/+3
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Gravatar Dennis Zhou 1-7/+5
2018-12-07blkcg: change blkg reference counting to use percpu_refGravatar Dennis Zhou 1-10/+5
2018-12-07blkcg: remove additional reference to the cssGravatar Dennis Zhou 1-41/+0
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou 1-4/+4
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreGravatar Dennis Zhou 1-0/+9
2018-12-07blkcg: associate blkg when associating a deviceGravatar Dennis Zhou 1-8/+10
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgGravatar Dennis Zhou 1-9/+15
2018-12-07blkcg: update blkg_lookup_create() to do lockingGravatar Dennis Zhou 1-1/+3
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssGravatar Dennis Zhou 1-8/+90
2018-11-15block: remove the queue_lock indirectionGravatar Christoph Hellwig 1-2/+2
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassGravatar Christoph Hellwig 1-5/+1
2018-11-07block: remove request_list codeGravatar Jens Axboe 1-97/+0
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-100/+45
2018-10-20blkcg: fix edge case for blk_get_rl() under memory pressureGravatar Dennis Zhou 1-1/+1
2018-09-21blkcg: rename blkg_try_get to blkg_trygetGravatar Dennis Zhou (Facebook) 1-8/+6
2018-09-21blkcg: change blkg reference counting to use percpu_refGravatar Dennis Zhou (Facebook) 1-10/+5
2018-09-21blkcg: cleanup and make blk_get_rl use blkg_lookup_createGravatar Dennis Zhou (Facebook) 1-13/+21
2018-09-21blkcg: remove additional reference to the cssGravatar Dennis Zhou (Facebook) 1-48/+4