summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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-131-1/+1
* blkcg: put back rcu lock in blkcg_bio_issue_check()Dennis Zhou2018-12-081-0/+3
* blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou2018-12-081-7/+5Star
* blkcg: change blkg reference counting to use percpu_refDennis Zhou2018-12-081-10/+5Star
* blkcg: remove additional reference to the cssDennis Zhou2018-12-081-41/+0Star
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-081-4/+4
* blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-081-0/+9
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-081-8/+10
* blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-081-9/+15
* blkcg: update blkg_lookup_create() to do lockingDennis Zhou2018-12-081-1/+3
* blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-081-8/+90
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-2/+2
* block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-151-5/+1Star
* block: remove request_list codeJens Axboe2018-11-071-97/+0Star
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-100/+45Star
* 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-221-8/+6Star
* blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2018-09-221-10/+5Star
* blkcg: cleanup and make blk_get_rl use blkg_lookup_createDennis Zhou (Facebook)2018-09-221-13/+21
* blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-221-48/+4Star
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-221-4/+4
* blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-221-0/+9
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-221-14/+2Star
* blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)2018-09-221-0/+14
* blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-221-1/+3
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-221-8/+93
* blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)2018-08-311-0/+44
* Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)2018-08-311-1/+0Star
* blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche2018-08-111-10/+5Star
* blkcg: Introduce blkg_root_lookup()Bart Van Assche2018-08-091-0/+18
* block: don't account for split bio's size in cgroup statsJosef Bacik2018-07-301-2/+8
* blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo2018-07-181-1/+4
* blkcg: add generic throttling mechanismJosef Bacik2018-07-091-0/+99
* blk: introduce REQ_SWAPJosef Bacik2018-07-091-1/+1
* blk-cgroup: allow controllers to output their own statsJosef Bacik2018-07-091-0/+3
* block: introduce bio_issue_as_root_blkgJosef Bacik2018-07-091-0/+16
* blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi2018-03-161-0/+1
* blkcg: simplify statistic accumulation codeArnd Bergmann2018-01-161-3/+5
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-18/+7Star
|\
| * block: make blkcg aware of kthread stored original cgroup infoShaohua Li2017-09-261-6/+7
| * blkcg: delete unused APIsShaohua Li2017-09-261-12/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* block: always attach cgroup info into bioShaohua Li2017-07-291-0/+3