| Commit message (Expand) | Author | Age | Files | Lines |
* | block: fix blk-iolatency accounting underflow | Dennis Zhou | 2018-12-17 | 1 | -1/+1 |
* | block: convert io-latency to use rq_qos_wait | Josef Bacik | 2018-12-08 | 1 | -23/+8 |
* | blkcg: rename blkg_try_get() to blkg_tryget() | Dennis Zhou | 2018-12-08 | 1 | -1/+1 |
* | blkcg: consolidate bio_issue_init() to be a part of core | Dennis Zhou | 2018-12-08 | 1 | -2/+0 |
* | blkcg: associate blkg when associating a device | Dennis Zhou | 2018-12-08 | 1 | -3/+1 |
* | blkcg: introduce common blkg association logic | Dennis Zhou | 2018-12-08 | 1 | -8/+2 |
* | blkcg: convert blkg_lookup_create() to find closest blkg | Dennis Zhou | 2018-12-08 | 1 | -12/+2 |
* | blkcg: update blkg_lookup_create() to do locking | Dennis Zhou | 2018-12-08 | 1 | -1/+1 |
* | blkcg: fix ref count issue with bio_blkcg() using task_css | Dennis Zhou | 2018-12-08 | 1 | -1/+1 |
* | block: remove the queue_lock indirection | Christoph Hellwig | 2018-11-15 | 1 | -2/+2 |
* | block: remove the unused lock argument to rq_qos_throttle | Christoph Hellwig | 2018-11-15 | 1 | -18/+6 |
* | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-11-02 | 1 | -2/+24 |
|\ |
|
| * | blkcg: revert blkcg cleanups series | Dennis Zhou | 2018-11-02 | 1 | -2/+24 |
* | | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD | Johannes Weiner | 2018-10-27 | 1 | -3/+5 |
|/ |
|
* | blk-iolatency: keep track of previous windows stats | Josef Bacik | 2018-09-28 | 1 | -7/+13 |
* | blk-iolatency: use a percentile approache for ssd's | Josef Bacik | 2018-09-28 | 1 | -34/+145 |
* | blk-iolatency: deal with small samples | Josef Bacik | 2018-09-28 | 1 | -1/+1 |
* | blk-iolatency: deal with nr_requests == 1 | Josef Bacik | 2018-09-28 | 1 | -1/+1 |
* | blk-iolatency: use q->nr_requests directly | Josef Bacik | 2018-09-28 | 1 | -3/+3 |
* | blkcg: rename blkg_try_get to blkg_tryget | Dennis Zhou (Facebook) | 2018-09-22 | 1 | -1/+1 |
* | blkcg: consolidate bio_issue_init to be a part of core | Dennis Zhou (Facebook) | 2018-09-22 | 1 | -2/+0 |
* | blkcg: always associate a bio with a blkg | Dennis Zhou (Facebook) | 2018-09-22 | 1 | -22/+2 |
* | blkcg: update blkg_lookup_create to do locking | Dennis Zhou (Facebook) | 2018-09-22 | 1 | -1/+1 |
* | blkcg: fix ref count issue with bio_blkcg using task_css | Dennis Zhou (Facebook) | 2018-09-22 | 1 | -1/+1 |
* | blk-iolatency: remove set but not used variables 'changed' and 'blkiolat' | YueHaibing | 2018-09-14 | 1 | -5/+0 |
* | block: make iolatency avg_lat exponentially decay | Dennis Zhou (Facebook) | 2018-08-02 | 1 | -15/+45 |
* | blk-iolatency: fix blkg leak in timer_fn | Josef Bacik | 2018-08-01 | 1 | -1/+1 |
* | blk-iolatency: truncate our current time | Josef Bacik | 2018-07-16 | 1 | -0/+6 |
* | blk-iolatency: don't change the latency window | Josef Bacik | 2018-07-16 | 1 | -10/+0 |
* | blk-iolatency: fix max_depth comparisons | Josef Bacik | 2018-07-11 | 1 | -6/+6 |
* | block: iolatency: avoid 64-bit division | Arnd Bergmann | 2018-07-10 | 1 | -2/+1 |
* | block: introduce blk-iolatency io controller | Josef Bacik | 2018-07-09 | 1 | -0/+930 |