aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15blkcg: Fix multiple bugs in blkcg_activate_policy()Tejun Heo1-18/+51
2019-09-14bfq: Fix bfq linkage errorPavel Begunkov1-0/+2
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo1-19/+43
2019-08-28blkcg: make ->cpd_init_fn() optionalTejun Heo1-1/+2
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo1-3/+3
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo1-6/+3
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo1-0/+53
2019-07-10cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo1-0/+1
2019-07-10blk-cgroup: turn on psi memstall stuffJosef Bacik1-5/+7
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig1-56/+0
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig1-20/+19
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig1-15/+16
2019-06-20blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig1-3/+2
2019-06-15blkcg: blkcg_activate_policy() should initialize ancestors firstTejun Heo1-1/+2
2019-06-15blkcg: perpcu_ref init/exit should be done from blkg_alloc/free()Tejun Heo1-9/+4
2019-06-15blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo1-2/+6
2019-06-05block: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang1-1/+1
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2019-03-20blkcg: Fix kernel-doc warningsBart Van Assche1-4/+5
2019-02-10blk-cgroup: Fix doc related to blkcg_exit_queueMarcos Paulo de Souza1-1/+1
2018-12-21blkcg: remove unused __blkg_release_rcu()Dennis Zhou1-23/+0
2018-12-19block: save irq state in blkg_lookup_create()Ming Lei1-2/+4
2018-12-12blkcg: handle dying request_queue when associating a blkgDennis Zhou1-0/+6
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou1-2/+1
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou1-2/+39
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou1-7/+16
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou1-3/+25
2018-11-16block: add queue_is_mq() helperJens Axboe1-4/+4
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig1-31/+31
2018-11-15blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig1-7/+2
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig1-12/+10
2018-11-15block: remove a few unused exportsChristoph Hellwig1-6/+0
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig1-15/+0
2018-11-07block: remove request_list codeJens Axboe1-47/+0
2018-11-07blk-cgroup: remove legacy queue bypassingJens Axboe1-8/+0
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-85/+38
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-1/+3
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)1-2/+1
2018-09-21blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)1-25/+39
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)1-8/+17
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)1-3/+28
2018-09-11blk-cgroup: increase number of supported policiesJens Axboe1-1/+3
2018-08-31blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)1-8/+45
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()"Dennis Zhou (Facebook)1-62/+16
2018-08-01blk-cgroup: hold the queue ref during throttlingJosef Bacik1-1/+1
2018-07-18blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo1-4/+9
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik1-0/+8
2018-07-09blkcg: add generic throttling mechanismJosef Bacik1-0/+220
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik1-3/+44
2018-04-19blkcg: init root blkcg_gq under lockJiang Biao1-6/+11