aboutsummaryrefslogtreecommitdiff
path: root/block/blk-iolatency.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersGravatar Jens Axboe 1-3/+3
2023-08-10block: fix bad lockdep annotation in blk-iolatencyGravatar Jens Axboe 1-1/+1
2023-08-10block: remove init_mutex and open-code blk_iolatency_try_initGravatar Li Lingfeng 1-24/+11
2023-04-13blk-iolatency: Make initialization lazyGravatar Tejun Heo 1-1/+28
2023-04-13blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/Gravatar Tejun Heo 1-1/+1
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsGravatar Tejun Heo 1-3/+5
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Gravatar Christoph Hellwig 1-2/+2
2023-02-14Revert "blk-cgroup: move the cgroup information to struct gendisk"Gravatar Christoph Hellwig 1-1/+1
2023-02-03blk-cgroup: move the cgroup information to struct gendiskGravatar Christoph Hellwig 1-1/+1
2023-02-03blk-cgroup: pass a gendisk to pd_alloc_fnGravatar Christoph Hellwig 1-4/+3
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyGravatar Christoph Hellwig 1-2/+2
2023-02-03blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosGravatar Christoph Hellwig 1-7/+7
2023-02-03blk-rq-qos: constify rq_qos_opsGravatar Christoph Hellwig 1-1/+1
2023-02-03blk-rq-qos: make rq_qos_add and rq_qos_del more usefulGravatar Christoph Hellwig 1-10/+4
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqGravatar Christoph Hellwig 1-2/+2
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 1-1/+1
2022-11-01block: Replace struct rq_depth with unsigned int in struct iolatency_grpGravatar Kemeng Shi 1-15/+13
2022-11-01block: Correct comment for scale_cookie_changeGravatar Kemeng Shi 1-2/+4
2022-11-01block: Remove redundant parent blkcg_gp check in check_scale_changeGravatar Kemeng Shi 1-3/+0
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleGravatar Christoph Hellwig 1-1/+1
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initGravatar Christoph Hellwig 1-1/+2
2022-07-20block: don't allow the same type rq_qos add more than onceGravatar Jinke Han 1-7/+11
2022-07-12blk-iolatency: Use atomic{,64}_try_cmpxchgGravatar Uros Bizjak 1-7/+5
2022-05-26blk-iolatency: Fix inflight count imbalances and IO hangs on offlineGravatar Tejun Heo 1-58/+64
2022-05-17blk-cgroup: always terminate io.stat linesGravatar Wolfgang Bumiller 1-5/+3
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Gravatar Tejun Heo 1-1/+1
2022-02-11block: partition include/linux/blk-cgroup.hGravatar Ming Lei 1-1/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Gravatar Christoph Hellwig 1-0/+1
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-19/+19
2021-08-16blk-cgroup: stop using seq_get_bufGravatar Christoph Hellwig 1-19/+19
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Gravatar Yu Kuai 1-1/+5
2020-10-08block: Remove redundant 'return' statementGravatar Baolin Wang 1-1/+1
2020-07-01blk-iolatency: only call ktime_get() if neededGravatar Hongnan Li 1-1/+2
2019-08-28blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Gravatar Tejun Heo 1-1/+1
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Gravatar Tejun Heo 1-2/+4
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooGravatar Tejun Heo 1-0/+3
2019-07-05blk-iolatency: fix STS_AGAIN handlingGravatar Dennis Zhou 1-37/+14
2019-06-20blk-iolatency: only account submitted biosGravatar Dennis Zhou 1-0/+4
2019-06-15blk-iolatency: clear use_delay when io.latency is set to zeroGravatar Tejun Heo 1-1/+3
2019-04-30block: add SPDX tags to block layer files missing licensing informationGravatar Christoph Hellwig 1-0/+1
2019-03-20blk-iolatency: #include "blk.h"Gravatar Bart Van Assche 1-0/+1
2019-02-08Blk-iolatency: warn on negative inflight IO counterGravatar Liu Bo 1-1/+3
2019-02-08blk-iolatency: fix IO hang due to negative inflight counterGravatar Liu Bo 1-7/+45
2018-12-17block: fix blk-iolatency accounting underflowGravatar Dennis Zhou 1-1/+1
2018-12-07block: convert io-latency to use rq_qos_waitGravatar Josef Bacik 1-23/+8
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Gravatar Dennis Zhou 1-1/+1
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreGravatar Dennis Zhou 1-2/+0
2018-12-07blkcg: associate blkg when associating a deviceGravatar Dennis Zhou 1-3/+1
2018-12-07blkcg: introduce common blkg association logicGravatar Dennis Zhou 1-8/+2
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgGravatar Dennis Zhou 1-12/+2