summaryrefslogtreecommitdiffstats
path: root/block/blk-iolatency.c
Commit message (Expand)AuthorAgeFilesLines
* block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-051-3/+3
* block: fix bad lockdep annotation in blk-iolatencyJens Axboe2023-08-101-1/+1
* block: remove init_mutex and open-code blk_iolatency_try_initLi Lingfeng2023-08-101-24/+11
* blk-iolatency: Make initialization lazyTejun Heo2023-04-131-1/+28
* blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/Tejun Heo2023-04-131-1/+1
* blkcg: Restructure blkg_conf_prep() and friendsTejun Heo2023-04-131-3/+5
* Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig2023-02-141-2/+2
* Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig2023-02-141-1/+1
* blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig2023-02-031-1/+1
* blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig2023-02-031-4/+3
* blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig2023-02-031-2/+2
* blk-rq-qos: store a gendisk instead of request_queue in struct rq_qosChristoph Hellwig2023-02-031-7/+7
* blk-rq-qos: constify rq_qos_opsChristoph Hellwig2023-02-031-1/+1
* blk-rq-qos: make rq_qos_add and rq_qos_del more usefulChristoph Hellwig2023-02-031-10/+4
* blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig2023-02-031-2/+2
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* block: Replace struct rq_depth with unsigned int in struct iolatency_grpKemeng Shi2022-11-011-15/+13
* block: Correct comment for scale_cookie_changeKemeng Shi2022-11-011-2/+4
* block: Remove redundant parent blkcg_gp check in check_scale_changeKemeng Shi2022-11-011-3/+0
* blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig2022-09-261-1/+1
* blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig2022-09-261-1/+2
* block: don't allow the same type rq_qos add more than onceJinke Han2022-07-201-7/+11
* blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-121-7/+5
* blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo2022-05-261-58/+64
* blk-cgroup: always terminate io.stat linesWolfgang Bumiller2022-05-171-5/+3
* block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo2022-03-141-1/+1
* block: partition include/linux/blk-cgroup.hMing Lei2022-02-111-1/+1
* mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
* Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-19/+19
|\
| * blk-cgroup: stop using seq_get_bufChristoph Hellwig2021-08-161-19/+19
* | blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai2021-08-051-1/+5
|/
* block: Remove redundant 'return' statementBaolin Wang2020-10-081-1/+1
* blk-iolatency: only call ktime_get() if neededHongnan Li2020-07-011-1/+2
* blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo2019-08-281-1/+1
* blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo2019-08-281-2/+4
* blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo2019-07-161-0/+3
* blk-iolatency: fix STS_AGAIN handlingDennis Zhou2019-07-051-37/+14
* blk-iolatency: only account submitted biosDennis Zhou2019-06-201-0/+4
* blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo2019-06-151-1/+3
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* blk-iolatency: #include "blk.h"Bart Van Assche2019-03-201-0/+1
* Blk-iolatency: warn on negative inflight IO counterLiu Bo2019-02-081-1/+3
* blk-iolatency: fix IO hang due to negative inflight counterLiu Bo2019-02-081-7/+45
* block: fix blk-iolatency accounting underflowDennis Zhou2018-12-171-1/+1
* block: convert io-latency to use rq_qos_waitJosef Bacik2018-12-071-23/+8
* blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou2018-12-071-1/+1
* blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-071-2/+0
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-071-3/+1
* blkcg: introduce common blkg association logicDennis Zhou2018-12-071-8/+2
* blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-071-12/+2