summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-cgroup.h
Commit message (Expand)AuthorAge
* blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo2019-07-16
* blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-10
* blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig2019-06-20
* blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig2019-06-20
* blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig2019-06-20
* blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig2019-06-20
* blkcg: clean up blkg_tryget_closest()Dennis Zhou2018-12-21
* blkcg: handle dying request_queue when associating a blkgDennis Zhou2018-12-12
* blkcg: put back rcu lock in blkcg_bio_issue_check()Dennis Zhou2018-12-08
* blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou2018-12-08
* blkcg: change blkg reference counting to use percpu_refDennis Zhou2018-12-08
* blkcg: remove additional reference to the cssDennis Zhou2018-12-08
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-08
* blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-08
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-08
* blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-08
* blkcg: update blkg_lookup_create() to do lockingDennis Zhou2018-12-08
* blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-08
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-15
* block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-15
* block: remove request_list codeJens Axboe2018-11-07
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-01
* blkcg: fix edge case for blk_get_rl() under memory pressureDennis Zhou2018-10-20
* blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-21
* blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2018-09-21
* blkcg: cleanup and make blk_get_rl use blkg_lookup_createDennis Zhou (Facebook)2018-09-21
* blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-21
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-21
* blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-21
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-21
* blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)2018-09-21
* blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-21
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-21
* blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)2018-08-31
* Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)2018-08-31
* blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche2018-08-11
* blkcg: Introduce blkg_root_lookup()Bart Van Assche2018-08-09
* block: don't account for split bio's size in cgroup statsJosef Bacik2018-07-30
* blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo2018-07-18
* blkcg: add generic throttling mechanismJosef Bacik2018-07-09
* blk: introduce REQ_SWAPJosef Bacik2018-07-09
* blk-cgroup: allow controllers to output their own statsJosef Bacik2018-07-09
* block: introduce bio_issue_as_root_blkgJosef Bacik2018-07-09
* blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi2018-03-16
* blkcg: simplify statistic accumulation codeArnd Bergmann2018-01-16
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * block: make blkcg aware of kthread stored original cgroup infoShaohua Li2017-09-26
| * blkcg: delete unused APIsShaohua Li2017-09-26
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* block: always attach cgroup info into bioShaohua Li2017-07-29