summaryrefslogtreecommitdiffstats
path: root/block/blk-iolatency.c
Commit message (Expand)AuthorAgeFilesLines
* 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