aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-cgroup.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig1-3/+2
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig1-10/+5
2022-05-02blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig1-4/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig1-78/+5
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig1-31/+1
2022-05-02blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig1-44/+2
2022-05-02blk-cgroup: move blk_cgroup_congested out lineChristoph Hellwig1-19/+1
2022-05-02blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig1-56/+2
2022-03-22block: avoid calling blkg_free() in atomic contextMing Lei1-1/+4
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei1-454/+5
2022-02-11block: remove THROTL_IOPS_MAXMing Lei1-2/+0
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig1-2/+2
2021-06-10scsi: blkcg: Add app identifier support for blkcgMuneendra Kumar1-0/+63
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig1-2/+2
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig1-6/+0
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig1-54/+2
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioChristoph Hellwig1-2/+0
2020-06-29blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_checkChristoph Hellwig1-14/+1
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig1-30/+0
2020-04-30blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo1-10/+33
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig1-4/+6
2020-04-01blkcg: don't offline parent blkcg firstTejun Heo1-1/+5
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo1-26/+13
2019-12-12blk-cgroup: remove blkcg_drain_queueGuoqing Jiang1-2/+0
2019-11-18blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1Tejun Heo1-1/+2
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo1-159/+0
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo1-5/+43
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo1-5/+0
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo1-0/+1
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo1-1/+2
2019-08-04block: Fix spelling in the header above blkg_lookup()Bart Van Assche1-1/+1
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo1-0/+1
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo1-1/+15
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig1-71/+0
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig1-10/+12
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig1-7/+7
2019-06-20blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig1-0/+7
2018-12-21blkcg: clean up blkg_tryget_closest()Dennis Zhou1-5/+16
2018-12-12blkcg: handle dying request_queue when associating a blkgDennis Zhou1-1/+1
2018-12-07blkcg: put back rcu lock in blkcg_bio_issue_check()Dennis Zhou1-0/+3
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou1-7/+5
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou1-10/+5
2018-12-07blkcg: remove additional reference to the cssDennis Zhou1-41/+0
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou1-4/+4
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou1-0/+9
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou1-8/+10
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou1-9/+15
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou1-1/+3
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou1-8/+90
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig1-2/+2
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig1-5/+1
2018-11-07block: remove request_list codeJens Axboe1-97/+0
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-100/+45
2018-10-20blkcg: fix edge case for blk_get_rl() under memory pressureDennis Zhou1-1/+1
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)1-8/+6
2018-09-21blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)1-10/+5
2018-09-21blkcg: cleanup and make blk_get_rl use blkg_lookup_createDennis Zhou (Facebook)1-13/+21
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)1-48/+4
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)1-4/+4
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)1-0/+9
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)1-14/+2
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)1-0/+14
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)1-1/+3
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)1-8/+93
2018-08-31blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)1-0/+44
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)1-1/+0
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche1-10/+5
2018-08-09blkcg: Introduce blkg_root_lookup()Bart Van Assche1-0/+18
2018-07-30block: don't account for split bio's size in cgroup statsJosef Bacik1-2/+8
2018-07-18blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo1-1/+4
2018-07-09blkcg: add generic throttling mechanismJosef Bacik1-0/+99
2018-07-09blk: introduce REQ_SWAPJosef Bacik1-1/+1
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik1-0/+3
2018-07-09block: introduce bio_issue_as_root_blkgJosef Bacik1-0/+16
2018-03-16blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi1-0/+1
2018-01-16blkcg: simplify statistic accumulation codeArnd Bergmann1-3/+5
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-26block: make blkcg aware of kthread stored original cgroup infoShaohua Li1-6/+7
2017-09-26blkcg: delete unused APIsShaohua Li1-12/+0
2017-07-29block: always attach cgroup info into bioShaohua Li1-0/+3
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-3/+3
2016-11-01blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-10-28block: better op and flags encodingChristoph Hellwig1-6/+5
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-10/+1
2016-09-23blkcg: Annotate blkg_hint correctlyBart Van Assche1-1/+1
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo1-10/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-2/+2
2016-06-07blkg_rwstat: separate op from flagsMike Christie1-6/+7
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie1-1/+1
2015-10-27blkcg: fix incorrect read/write sync/async stat accountingTejun Heo1-2/+2
2015-08-18blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo1-0/+2
2015-08-18blkcg: implement interface for the unified hierarchyTejun Heo1-0/+1
2015-08-18blkcg: misc preparations for unified hierarchy interfaceTejun Heo1-0/+1
2015-08-18blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo1-2/+2
2015-08-18blkcg: mark existing cftypes as legacyTejun Heo1-1/+1
2015-08-18blkcg: rename subsystem name from blkio to ioTejun Heo1-2/+2
2015-08-18blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo1-0/+14
2015-08-18blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo1-3/+4
2015-08-18blkcg: make blkcg_[rw]stat per-cpuTejun Heo1-53/+67
2015-08-18blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo1-13/+33
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo1-2/+38
2015-08-18blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo1-0/+3
2015-08-18blkcg: inline [__]blkg_lookup()Tejun Heo1-4/+45
2015-08-18blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo1-7/+10
2015-08-18blkcg: minor updates around blkcg_policy_dataTejun Heo1-4/+10
2015-08-18blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo1-4/+4
2015-08-18blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo1-2/+0
2015-08-18blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo1-9/+9
2015-08-18blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo1-3/+0
2015-08-18blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Tejun Heo1-2/+1
2015-07-09blkcg: fix blkcg_policy_data allocation bugTejun Heo1-8/+2
2015-07-09blkcg: implement all_blkcgs listTejun Heo1-0/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+655
2015-06-02writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...Tejun Heo1-0/+6
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo1-0/+4
2015-06-02blkcg: implement task_get_blkcg_css()Tejun Heo1-0/+12
2015-06-02blkcg: add blkcg_root_cssTejun Heo1-0/+3
2015-06-02update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.hTejun Heo1-2/+5
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo1-0/+603