Age | Commit message (Expand) | Author | Files | Lines |
2019-01-31 | block, bfq: fix in-service-queue check for queue merging | Paolo Valente | 1 | -1/+4 |
2019-01-31 | block, bfq: do not overcharge writes in asymmetric scenarios | Paolo Valente | 1 | -1/+2 |
2019-01-31 | block, bfq: port commit "cfq-iosched: improve hw_tag detection" | Paolo Valente | 1 | -0/+13 |
2019-01-31 | block, bfq: reduce threshold for detecting command queueing | Paolo Valente | 1 | -2/+2 |
2019-01-31 | block, bfq: fix queue removal from weights tree | Paolo Valente | 1 | -4/+13 |
2019-01-31 | block, bfq: fix sequential rq detection in rate estimation | Paolo Valente | 1 | -5/+7 |
2019-01-31 | block, bfq: unconditionally plug I/O in asymmetric scenarios | Paolo Valente | 1 | -181/+165 |
2019-01-31 | block, bfq: do not plug I/O of in-service queue when harmful | Paolo Valente | 1 | -14/+17 |
2019-01-31 | block, bfq: split function bfq_better_to_idle | Paolo Valente | 1 | -73/+82 |
2019-01-31 | block, bfq: consider also ioprio classes in symmetry detection | Paolo Valente | 1 | -41/+45 |
2019-01-31 | block, bfq: remove case of redirected bic from insert_request | Paolo Valente | 1 | -2/+0 |
2019-01-31 | block, bfq: make sure queue budgets are not below service received | Paolo Valente | 1 | -2/+4 |
2019-01-31 | block, bfq: avoid selecting a queue w/o budget | Paolo Valente | 1 | -1/+9 |
2019-01-31 | block, bfq: do not consider interactive queues in srt filtering | Paolo Valente | 1 | -10/+29 |
2018-12-09 | Merge tag 'v4.20-rc6' into for-4.21/block | Jens Axboe | 1 | -22/+54 |
2018-12-07 | blkcg: fix ref count issue with bio_blkcg() using task_css | Dennis Zhou | 1 | -1/+1 |
2018-12-07 | block, bfq: fix decrement of num_active_groups | Paolo Valente | 1 | -22/+54 |
2018-11-15 | block: remove the queue_lock indirection | Christoph Hellwig | 1 | -8/+8 |
2018-11-07 | block: get rid of MQ scheduler ops union | Jens Axboe | 1 | -1/+1 |
2018-11-07 | block: remove dead elevator code | Jens Axboe | 1 | -1/+0 |
2018-11-01 | blkcg: revert blkcg cleanups series | Dennis Zhou | 1 | -1/+1 |
2018-10-13 | block, bfq: improve asymmetric scenarios detection | Federico Motta | 1 | -99/+124 |
2018-09-21 | blkcg: fix ref count issue with bio_blkcg using task_css | Dennis Zhou (Facebook) | 1 | -1/+1 |
2018-09-14 | blok, bfq: do not plug I/O if all queues are weight-raised | Paolo Valente | 1 | -2/+8 |
2018-09-14 | block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash | Paolo Valente | 1 | -6/+62 |
2018-08-16 | block, bfq: reduce write overcharge | Paolo Valente | 1 | -14/+19 |
2018-08-16 | block, bfq: readd missing reset of parent-entity service | Paolo Valente | 1 | -0/+21 |
2018-07-09 | block, bfq: give a better name to bfq_bfqq_may_idle | Paolo Valente | 1 | -8/+8 |
2018-07-09 | block, bfq: fix service being wrongly set to zero in case of preemption | Paolo Valente | 1 | -6/+28 |
2018-07-09 | block, bfq: do not expire a queue that will deserve dispatch plugging | Paolo Valente | 1 | -3/+33 |
2018-07-09 | block, bfq: add/remove entity weights correctly | Paolo Valente | 1 | -4/+41 |
2018-05-31 | block, bfq: prevent soft_rt_next_start from being stuck at infinity | Davide Sapienza | 1 | -27/+2 |
2018-05-31 | block, bfq: increase weight-raising duration for interactive apps | Davide Sapienza | 1 | -11/+15 |
2018-05-31 | block, bfq: remove slow-system class | Paolo Valente | 1 | -95/+42 |
2018-05-31 | block, bfq: add description of weight-raising heuristics | Paolo Valente | 1 | -24/+56 |
2018-05-31 | block, bfq: remove the removal of 'next' rq in bfq_requests_merged | Filippo Muzzini | 1 | -7/+0 |
2018-05-31 | block, bfq: remove wrong check in bfq_requests_merged | Paolo Valente | 1 | -6/+20 |
2018-05-31 | block, bfq: remove wrong lock in bfq_requests_merged | Filippo Muzzini | 1 | -2/+0 |
2018-05-10 | bfq-iosched: update shallow depth to smallest one used | Jens Axboe | 1 | -3/+14 |
2018-05-10 | bfq-iosched: remove unused variable | Jens Axboe | 1 | -9/+7 |
2018-05-10 | bfq: calculate shallow depths at init time | Jens Axboe | 1 | -47/+50 |
2018-05-10 | bfq-iosched: don't worry about reserved tags in limit_depth | Jens Axboe | 1 | -8/+1 |
2018-05-10 | block, bfq: postpone rq preparation to insert or merge | Paolo Valente | 1 | -29/+57 |
2018-05-09 | block: consolidate struct request timestamp fields | Omar Sandoval | 1 | -2/+2 |
2018-04-17 | bfq-iosched: ensure to clear bic/bfqq pointers when preparing request | Jens Axboe | 1 | -1/+9 |
2018-03-26 | block, bfq: lower-bound the estimated peak rate to 1 | Paolo Valente | 1 | -1/+24 |
2018-02-07 | block, bfq: add requeue-request hook | Paolo Valente | 1 | -25/+82 |
2018-01-18 | block, bfq: limit sectors served with interactive weight raising | Paolo Valente | 1 | -9/+72 |
2018-01-18 | block, bfq: limit tags for writes and async I/O | Paolo Valente | 1 | -0/+77 |
2018-01-10 | block, bfq: fix occurrences of request finish method's old name | Chiara Bruschi | 1 | -13/+13 |