summaryrefslogtreecommitdiff
path: root/block/blk-iolatency.c
AgeCommit message (Expand)Author
2023-08-10block: fix bad lockdep annotation in blk-iolatencyJens Axboe
2023-08-10block: remove init_mutex and open-code blk_iolatency_try_initLi Lingfeng
2023-04-13blk-iolatency: Make initialization lazyTejun Heo
2023-04-13blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/Tejun Heo
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig
2023-02-14Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig
2023-02-03blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig
2023-02-03blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig
2023-02-03blk-rq-qos: constify rq_qos_opsChristoph Hellwig
2023-02-03blk-rq-qos: make rq_qos_add and rq_qos_del more usefulChristoph Hellwig
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-11-01block: Replace struct rq_depth with unsigned int in struct iolatency_grpKemeng Shi
2022-11-01block: Correct comment for scale_cookie_changeKemeng Shi
2022-11-01block: Remove redundant parent blkcg_gp check in check_scale_changeKemeng Shi
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han
2022-07-12blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak
2022-05-26blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo
2022-05-17blk-cgroup: always terminate io.stat linesWolfgang Bumiller
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai
2020-10-08block: Remove redundant 'return' statementBaolin Wang
2020-07-01blk-iolatency: only call ktime_get() if neededHongnan Li
2019-08-28blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun 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-05blk-iolatency: fix STS_AGAIN handlingDennis Zhou
2019-06-20blk-iolatency: only account submitted biosDennis Zhou
2019-06-15blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-03-20blk-iolatency: #include "blk.h"Bart Van Assche
2019-02-08Blk-iolatency: warn on negative inflight IO counterLiu Bo
2019-02-08blk-iolatency: fix IO hang due to negative inflight counterLiu Bo
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou
2018-12-07block: convert io-latency to use rq_qos_waitJosef Bacik
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou
2018-12-07blkcg: introduce common blkg association logicDennis Zhou
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou