summaryrefslogtreecommitdiffstats
path: root/block/blk-iolatency.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou1-1/+1
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou1-1/+1
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig1-2/+2
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig1-18/+6
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+24
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-2/+24
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner1-3/+5
2018-09-28blk-iolatency: keep track of previous windows statsJosef Bacik1-7/+13
2018-09-28blk-iolatency: use a percentile approache for ssd'sJosef Bacik1-34/+145
2018-09-28blk-iolatency: deal with small samplesJosef Bacik1-1/+1
2018-09-28blk-iolatency: deal with nr_requests == 1Josef Bacik1-1/+1
2018-09-28blk-iolatency: use q->nr_requests directlyJosef Bacik1-3/+3
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)1-1/+1
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)1-2/+0
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)1-22/+2