aboutsummaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)AuthorFilesLines
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
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