summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-2/+2
* blkg_rwstat: separate op from flagsMike Christie2016-06-071-6/+7
* block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-071-1/+1
* blkcg: fix incorrect read/write sync/async stat accountingTejun Heo2015-10-271-2/+2
* blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo2015-08-181-0/+2
* blkcg: implement interface for the unified hierarchyTejun Heo2015-08-181-0/+1
* blkcg: misc preparations for unified hierarchy interfaceTejun Heo2015-08-181-0/+1
* blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo2015-08-181-2/+2
* blkcg: mark existing cftypes as legacyTejun Heo2015-08-181-1/+1
* blkcg: rename subsystem name from blkio to ioTejun Heo2015-08-181-2/+2
* blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo2015-08-181-0/+14
* blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo2015-08-181-3/+4
* blkcg: make blkcg_[rw]stat per-cpuTejun Heo2015-08-181-53/+67
* blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo2015-08-181-13/+33
* blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo2015-08-181-2/+38