aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-iolatency.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)1-1/+1
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)1-1/+1
2018-09-13blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing1-5/+0
2018-08-02block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)1-15/+45
2018-08-01blk-iolatency: fix blkg leak in timer_fnJosef Bacik1-1/+1
2018-07-16blk-iolatency: truncate our current timeJosef Bacik1-0/+6
2018-07-16blk-iolatency: don't change the latency windowJosef Bacik1-10/+0
2018-07-11blk-iolatency: fix max_depth comparisonsJosef Bacik1-6/+6
2018-07-10block: iolatency: avoid 64-bit divisionArnd Bergmann1-2/+1
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik1-0/+930