aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-iolatency.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe1-3/+3
2023-08-10block: fix bad lockdep annotation in blk-iolatencyJens Axboe1-1/+1
2023-08-10block: remove init_mutex and open-code blk_iolatency_try_initLi Lingfeng1-24/+11
2023-04-13blk-iolatency: Make initialization lazyTejun Heo1-1/+28
2023-04-13blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/Tejun Heo1-1/+1
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo1-3/+5
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig1-2/+2
2023-02-14Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig1-1/+1
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig1-1/+1
2023-02-03blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig1-4/+3
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig1-2/+2
2023-02-03blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig1-7/+7
2023-02-03blk-rq-qos: constify rq_qos_opsChristoph Hellwig1-1/+1
2023-02-03blk-rq-qos: make rq_qos_add and rq_qos_del more usefulChristoph Hellwig1-10/+4
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig1-2/+2
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-11-01block: Replace struct rq_depth with unsigned int in struct iolatency_grpKemeng Shi1-15/+13
2022-11-01block: Correct comment for scale_cookie_changeKemeng Shi1-2/+4
2022-11-01block: Remove redundant parent blkcg_gp check in check_scale_changeKemeng Shi1-3/+0
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig1-1/+1
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig1-1/+2
2022-07-20block: don't allow the same type rq_qos add more than onceJinke Han1-7/+11
2022-07-12blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak1-7/+5
2022-05-26blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo1-58/+64
2022-05-17blk-cgroup: always terminate io.stat linesWolfgang Bumiller1-5/+3
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo1-1/+1
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei1-1/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+19
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig1-19/+19
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai1-1/+5
2020-10-08block: Remove redundant 'return' statementBaolin Wang1-1/+1
2020-07-01blk-iolatency: only call ktime_get() if neededHongnan Li1-1/+2
2019-08-28blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo1-1/+1
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo1-2/+4
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo1-0/+3
2019-07-05blk-iolatency: fix STS_AGAIN handlingDennis Zhou1-37/+14
2019-06-20blk-iolatency: only account submitted biosDennis Zhou1-0/+4
2019-06-15blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo1-1/+3
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2019-03-20blk-iolatency: #include "blk.h"Bart Van Assche1-0/+1
2019-02-08Blk-iolatency: warn on negative inflight IO counterLiu Bo1-1/+3
2019-02-08blk-iolatency: fix IO hang due to negative inflight counterLiu Bo1-7/+45
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou1-1/+1
2018-12-07block: convert io-latency to use rq_qos_waitJosef Bacik1-23/+8
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou1-1/+1
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou1-2/+0
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou1-3/+1
2018-12-07blkcg: introduce common blkg association logicDennis Zhou1-8/+2
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou1-12/+2