aboutsummaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statGravatar Boris Burkov 1-2/+55
2020-07-17blk-cgroup: make iostat functions visible to stat printingGravatar Boris Burkov 1-71/+71
2020-07-08writeback: remove struct bdi_writeback_congestedGravatar Christoph Hellwig 1-17/+2
2020-07-01block: move ->make_request_fn to struct block_device_operationsGravatar Christoph Hellwig 1-1/+1
2020-06-30blk-cgroup: clean up indentationGravatar Colin Ian King 1-1/+1
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkGravatar Christoph Hellwig 1-0/+34
2020-06-29block: move the initial blkg lookup into blkg_tryget_closestGravatar Christoph Hellwig 1-19/+14
2020-06-29block: bypass blkg_tryget_closest for the root_blkgGravatar Christoph Hellwig 1-5/+10
2020-06-29block: merge blkg_lookup_create and __blkg_lookup_createGravatar Christoph Hellwig 1-31/+18
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cGravatar Christoph Hellwig 1-2/+101
2020-05-09Merge branch 'block-5.7' into for-5.8/blockGravatar Jens Axboe 1-1/+1
2020-05-09bdi: use bdi_dev_name() to get device nameGravatar Yufen Yu 1-1/+1
2020-04-30blk-iocost: switch to fixed non-auto-decaying use_delayGravatar Tejun Heo 1-0/+6
2020-04-01blkcg: don't offline parent blkcg firstGravatar Tejun Heo 1-0/+16
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itGravatar Tejun Heo 1-3/+3
2020-03-27block: simplify queue allocationGravatar Christoph Hellwig 1-1/+1
2019-12-12blk-cgroup: remove blkcg_drain_queueGravatar Guoqing Jiang 1-20/+0
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATGravatar Tejun Heo 1-97/+0
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatGravatar Tejun Heo 1-25/+99
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Gravatar Tejun Heo 1-83/+0
2019-11-06blkcg: make blkcg_print_stat() print stats only for online blkgsGravatar Tejun Heo 1-5/+8
2019-10-15blkcg: Fix multiple bugs in blkcg_activate_policy()Gravatar Tejun Heo 1-18/+51
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