summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)2018-09-211-0/+14
* blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-211-1/+3
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-211-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/+0
* blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche2018-08-111-10/+5
* 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-141-18/+7
|\
| * block: make blkcg aware of kthread stored original cgroup infoShaohua Li2017-09-261-6/+7
| * blkcg: delete unused APIsShaohua Li2017-09-261-12/+0
* | 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
* percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-3/+3
* blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-1/+1
* block: better op and flags encodingChristoph Hellwig2016-10-281-6/+5
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-10/+1
|\
| * cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2016-08-101-10/+1
* | blkcg: Annotate blkg_hint correctlyBart Van Assche2016-09-231-1/+1
|/