summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
AgeCommit message (Expand)Author
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-28blk-cgroup: Remove obsolete macroBaolin Wang
2021-01-28blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang
2021-01-26blkcg: delete redundant get/put operations for queueChunguang Xu
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig
2020-10-26blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi
2020-10-26blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi
2020-09-10blkcg: add plugging support for punt bioXianting Tian
2020-09-01blk-iocost: implement delay adjustment hysteresisTejun Heo
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