summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
AgeCommit message (Expand)Author
2020-09-03blkcg: fix memleak for iolatencyYufen Yu
2020-05-09Merge branch 'block-5.7' into for-5.8/blockJens Axboe
2020-05-09bdi: use bdi_dev_name() to get device nameYufen Yu
2020-04-30blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo
2020-04-01blkcg: don't offline parent blkcg firstTejun Heo
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo
2020-03-27block: simplify queue allocationChristoph Hellwig
2019-12-12blk-cgroup: remove blkcg_drain_queueGuoqing Jiang
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo
2019-11-06blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo
2019-10-15blkcg: Fix multiple bugs in blkcg_activate_policy()Tejun Heo
2019-09-14bfq: Fix bfq linkage errorPavel Begunkov
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo
2019-08-28blkcg: make ->cpd_init_fn() optionalTejun Heo
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo
2019-07-10cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo
2019-07-10blk-cgroup: turn on psi memstall stuffJosef Bacik
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig
2019-06-20blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig
2019-06-15blkcg: blkcg_activate_policy() should initialize ancestors firstTejun Heo
2019-06-15blkcg: perpcu_ref init/exit should be done from blkg_alloc/free()Tejun Heo
2019-06-15blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo
2019-06-05block: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-03-20blkcg: Fix kernel-doc warningsBart Van Assche
2019-02-10blk-cgroup: Fix doc related to blkcg_exit_queueMarcos Paulo de Souza
2018-12-21blkcg: remove unused __blkg_release_rcu()Dennis Zhou
2018-12-19block: save irq state in blkg_lookup_create()Ming Lei
2018-12-12blkcg: handle dying request_queue when associating a blkgDennis Zhou
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig
2018-11-15block: remove a few unused exportsChristoph Hellwig
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig
2018-11-07block: remove request_list codeJens Axboe
2018-11-07blk-cgroup: remove legacy queue bypassingJens Axboe
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)