summaryrefslogtreecommitdiff
path: root/include/linux/blk-cgroup.h
AgeCommit message (Expand)Author
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig
2018-11-07block: remove request_list codeJens Axboe
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-20blkcg: fix edge case for blk_get_rl() under memory pressureDennis Zhou
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)
2018-09-21blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)
2018-09-21blkcg: cleanup and make blk_get_rl use blkg_lookup_createDennis Zhou (Facebook)
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)
2018-08-31blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche
2018-08-09blkcg: Introduce blkg_root_lookup()Bart Van Assche
2018-07-30block: don't account for split bio's size in cgroup statsJosef Bacik
2018-07-18blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo
2018-07-09blkcg: add generic throttling mechanismJosef Bacik
2018-07-09blk: introduce REQ_SWAPJosef Bacik
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik
2018-07-09block: introduce bio_issue_as_root_blkgJosef Bacik
2018-03-16blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi
2018-01-16blkcg: simplify statistic accumulation codeArnd Bergmann
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-26block: make blkcg aware of kthread stored original cgroup infoShaohua Li
2017-09-26blkcg: delete unused APIsShaohua Li
2017-07-29block: always attach cgroup info into bioShaohua Li
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2016-11-01blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-09-23blkcg: Annotate blkg_hint correctlyBart Van Assche
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-06-07blkg_rwstat: separate op from flagsMike Christie
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie
2015-10-27blkcg: fix incorrect read/write sync/async stat accountingTejun Heo
2015-08-18blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo
2015-08-18blkcg: implement interface for the unified hierarchyTejun Heo
2015-08-18blkcg: misc preparations for unified hierarchy interfaceTejun Heo
2015-08-18blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo
2015-08-18blkcg: mark existing cftypes as legacyTejun Heo
2015-08-18blkcg: rename subsystem name from blkio to ioTejun Heo
2015-08-18blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo
2015-08-18blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo
2015-08-18blkcg: make blkcg_[rw]stat per-cpuTejun Heo