summaryrefslogtreecommitdiffstats
path: root/block/blk-iolatency.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blkcg: update blkg_lookup_create() to do lockingDennis Zhou2018-12-071-1/+1
* blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-071-1/+1
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-2/+2
* block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig2018-11-151-18/+6
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-2/+24
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-2/+24
* | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-3/+5
|/
* blk-iolatency: keep track of previous windows statsJosef Bacik2018-09-281-7/+13
* blk-iolatency: use a percentile approache for ssd'sJosef Bacik2018-09-281-34/+145
* blk-iolatency: deal with small samplesJosef Bacik2018-09-281-1/+1
* blk-iolatency: deal with nr_requests == 1Josef Bacik2018-09-281-1/+1
* blk-iolatency: use q->nr_requests directlyJosef Bacik2018-09-281-3/+3
* blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-211-1/+1
* blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-211-2/+0
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-211-22/+2
* blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-211-1/+1
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-211-1/+1
* blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing2018-09-131-5/+0
* block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)2018-08-021-15/+45
* blk-iolatency: fix blkg leak in timer_fnJosef Bacik2018-08-011-1/+1
* blk-iolatency: truncate our current timeJosef Bacik2018-07-161-0/+6
* blk-iolatency: don't change the latency windowJosef Bacik2018-07-161-10/+0
* blk-iolatency: fix max_depth comparisonsJosef Bacik2018-07-111-6/+6
* block: iolatency: avoid 64-bit divisionArnd Bergmann2018-07-101-2/+1
* block: introduce blk-iolatency io controllerJosef Bacik2018-07-091-0/+930