summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
AgeCommit message (Expand)Author
2020-08-21blkcg: fix memleak for iolatencyYufen Yu
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov
2020-07-17blk-cgroup: make iostat functions visible to stat printingBoris Burkov
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-06-30blk-cgroup: clean up indentationColin Ian King
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig
2020-06-29block: move the initial blkg lookup into blkg_tryget_closestChristoph Hellwig
2020-06-29block: bypass blkg_tryget_closest for the root_blkgChristoph Hellwig
2020-06-29block: merge blkg_lookup_create and __blkg_lookup_createChristoph Hellwig
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig
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