summaryrefslogtreecommitdiff
path: root/block/blk-iolatency.c
AgeCommit message (Expand)Author
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-03-20blk-iolatency: #include "blk.h"Bart Van Assche
2019-02-08Blk-iolatency: warn on negative inflight IO counterLiu Bo
2019-02-08blk-iolatency: fix IO hang due to negative inflight counterLiu Bo
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou
2018-12-07block: convert io-latency to use rq_qos_waitJosef Bacik
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou
2018-12-07blkcg: introduce common blkg association logicDennis Zhou
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner
2018-09-28blk-iolatency: keep track of previous windows statsJosef Bacik
2018-09-28blk-iolatency: use a percentile approache for ssd'sJosef Bacik
2018-09-28blk-iolatency: deal with small samplesJosef Bacik
2018-09-28blk-iolatency: deal with nr_requests == 1Josef Bacik
2018-09-28blk-iolatency: use q->nr_requests directlyJosef Bacik
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)
2018-09-13blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing
2018-08-02block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)
2018-08-01blk-iolatency: fix blkg leak in timer_fnJosef Bacik
2018-07-16blk-iolatency: truncate our current timeJosef Bacik
2018-07-16blk-iolatency: don't change the latency windowJosef Bacik
2018-07-11blk-iolatency: fix max_depth comparisonsJosef Bacik
2018-07-10block: iolatency: avoid 64-bit divisionArnd Bergmann
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik