aboutsummaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-14bfq: Fix bfq linkage errorGravatar Pavel Begunkov 1-0/+2
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Gravatar Tejun Heo 1-19/+43
2019-08-28blkcg: make ->cpd_init_fn() optionalGravatar Tejun Heo 1-1/+2
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Gravatar Tejun Heo 1-3/+3
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooGravatar Tejun Heo 1-6/+3
2019-07-10blkcg: implement REQ_CGROUP_PUNTGravatar Tejun Heo 1-0/+53
2019-07-10cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesGravatar Tejun Heo 1-0/+1
2019-07-10blk-cgroup: turn on psi memstall stuffGravatar Josef Bacik 1-5/+7
2019-06-20blk-cgroup: move struct blkg_stat to bfqGravatar Christoph Hellwig 1-56/+0
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleGravatar Christoph Hellwig 1-20/+19
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceGravatar Christoph Hellwig 1-15/+16
2019-06-20blk-cgroup: factor out a helper to read rwstat counterGravatar Christoph Hellwig 1-3/+2
2019-06-15blkcg: blkcg_activate_policy() should initialize ancestors firstGravatar Tejun Heo 1-1/+2
2019-06-15blkcg: perpcu_ref init/exit should be done from blkg_alloc/free()Gravatar Tejun Heo 1-9/+4
2019-06-15blkcg: update blkcg_print_stat() to handle larger outputsGravatar Tejun Heo 1-2/+6
2019-06-05block: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Kefeng Wang 1-1/+1
2019-04-30block: add SPDX tags to block layer files missing licensing informationGravatar Christoph Hellwig 1-0/+1
2019-03-20blkcg: Fix kernel-doc warningsGravatar Bart Van Assche 1-4/+5
2019-02-10blk-cgroup: Fix doc related to blkcg_exit_queueGravatar Marcos Paulo de Souza 1-1/+1
2018-12-21blkcg: remove unused __blkg_release_rcu()Gravatar Dennis Zhou 1-23/+0
2018-12-19block: save irq state in blkg_lookup_create()Gravatar Ming Lei 1-2/+4
2018-12-12blkcg: handle dying request_queue when associating a blkgGravatar Dennis Zhou 1-0/+6
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Gravatar Dennis Zhou 1-2/+1
2018-12-07blkcg: change blkg reference counting to use percpu_refGravatar Dennis Zhou 1-2/+39
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgGravatar Dennis Zhou 1-7/+16
2018-12-07blkcg: update blkg_lookup_create() to do lockingGravatar Dennis Zhou 1-3/+25
2018-11-16block: add queue_is_mq() helperGravatar Jens Axboe 1-4/+4
2018-11-15block: remove the queue_lock indirectionGravatar Christoph Hellwig 1-31/+31
2018-11-15blk-cgroup: move locking into blkg_destroy_allGravatar Christoph Hellwig 1-7/+2
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueGravatar Christoph Hellwig 1-12/+10
2018-11-15block: remove a few unused exportsGravatar Christoph Hellwig 1-6/+0
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassGravatar Christoph Hellwig 1-15/+0
2018-11-07block: remove request_list codeGravatar Jens Axboe 1-47/+0
2018-11-07blk-cgroup: remove legacy queue bypassingGravatar Jens Axboe 1-8/+0
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-85/+38
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockGravatar Jens Axboe 1-1/+3
2018-09-21blkcg: rename blkg_try_get to blkg_trygetGravatar Dennis Zhou (Facebook) 1-2/+1
2018-09-21blkcg: change blkg reference counting to use percpu_refGravatar Dennis Zhou (Facebook) 1-25/+39
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgGravatar Dennis Zhou (Facebook) 1-8/+17
2018-09-21blkcg: update blkg_lookup_create to do lockingGravatar Dennis Zhou (Facebook) 1-3/+28
2018-09-11blk-cgroup: increase number of supported policiesGravatar Jens Axboe 1-1/+3
2018-08-31blkcg: delay blkg destruction until after writeback has finishedGravatar Dennis Zhou (Facebook) 1-8/+45
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Gravatar Dennis Zhou (Facebook) 1-62/+16
2018-08-01blk-cgroup: hold the queue ref during throttlingGravatar Josef Bacik 1-1/+1
2018-07-18blkcg: Track DISCARD statistics and output them in cgroup io.statGravatar Tejun Heo 1-4/+9
2018-07-09block: introduce blk-iolatency io controllerGravatar Josef Bacik 1-0/+8
2018-07-09blkcg: add generic throttling mechanismGravatar Josef Bacik 1-0/+220
2018-07-09blk-cgroup: allow controllers to output their own statsGravatar Josef Bacik 1-3/+44
2018-04-19blkcg: init root blkcg_gq under lockGravatar Jiang Biao 1-6/+11
2018-04-19blkcg: small fix on comment in blkcg_init_queueGravatar Jiang Biao 1-5/+1