aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-iolatency.c
Commit message (Expand)AuthorAge
* blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo2019-08-28
* blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo2019-08-28
* blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo2019-07-16
* blk-iolatency: fix STS_AGAIN handlingDennis Zhou2019-07-05
* blk-iolatency: only account submitted biosDennis Zhou2019-06-20
* blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo2019-06-15
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-30
* blk-iolatency: #include "blk.h"Bart Van Assche2019-03-20
* Blk-iolatency: warn on negative inflight IO counterLiu Bo2019-02-08
* blk-iolatency: fix IO hang due to negative inflight counterLiu Bo2019-02-08
* block: fix blk-iolatency accounting underflowDennis Zhou2018-12-17
* block: convert io-latency to use rq_qos_waitJosef Bacik2018-12-08
* blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou2018-12-08
* blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-08
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-08
* blkcg: introduce common blkg association logicDennis Zhou2018-12-08
* blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-08
* blkcg: update blkg_lookup_create() to do lockingDennis Zhou2018-12-08
* blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-08
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-15
* block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig2018-11-15
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-02
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-01
* | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-26
|/
* blk-iolatency: keep track of previous windows statsJosef Bacik2018-09-28
* blk-iolatency: use a percentile approache for ssd'sJosef Bacik2018-09-28
* blk-iolatency: deal with small samplesJosef Bacik2018-09-28
* blk-iolatency: deal with nr_requests == 1Josef Bacik2018-09-28
* blk-iolatency: use q->nr_requests directlyJosef Bacik2018-09-28
* blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-21
* blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-21
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-21
* blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-21
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-21
* blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing2018-09-13
* block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)2018-08-02
* blk-iolatency: fix blkg leak in timer_fnJosef Bacik2018-08-01
* blk-iolatency: truncate our current timeJosef Bacik2018-07-16
* blk-iolatency: don't change the latency windowJosef Bacik2018-07-16
* blk-iolatency: fix max_depth comparisonsJosef Bacik2018-07-11
* block: iolatency: avoid 64-bit divisionArnd Bergmann2018-07-10
* block: introduce blk-iolatency io controllerJosef Bacik2018-07-09