| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "block, bfq: honor already-setup queue merges" | Jens Axboe | 2021-09-28 | 1 | -13/+3 |
* | block, bfq: honor already-setup queue merges | Paolo Valente | 2021-09-02 | 1 | -3/+13 |
* | block: add an explicit ->disk backpointer to the request_queue | Christoph Hellwig | 2021-08-23 | 1 | -1/+1 |
* | block: fix default IO priority handling | Damien Le Moal | 2021-08-18 | 1 | -1/+1 |
* | block: Introduce IOPRIO_NR_LEVELS | Damien Le Moal | 2021-08-18 | 1 | -4/+4 |
* | block: bfq: fix bfq_set_next_ioprio_data() | Damien Le Moal | 2021-08-18 | 1 | -1/+1 |
* | block: return ELEVATOR_DISCARD_MERGE if possible | Ming Lei | 2021-08-09 | 1 | -0/+3 |
* | block: move the bdi from the request_queue to the gendisk | Christoph Hellwig | 2021-08-09 | 1 | -2/+2 |
* | blk: Fix lock inversion between ioc lock and bfqd lock | Jan Kara | 2021-06-24 | 1 | -2/+4 |
* | bfq: Remove merged request already in bfq_requests_merged() | Jan Kara | 2021-06-24 | 1 | -28/+13 |
* | block, bfq: reset waker pointer with shared queues | Paolo Valente | 2021-06-21 | 1 | -2/+4 |
* | block, bfq: check waker only for queues with no in-flight I/O | Paolo Valente | 2021-06-21 | 1 | -8/+13 |
* | block, bfq: avoid delayed merge of async queues | Paolo Valente | 2021-06-21 | 1 | -1/+7 |
* | block, bfq: boost throughput by extending queue-merging times | Pietro Pedroni | 2021-06-21 | 1 | -3/+13 |
* | block, bfq: consider also creation time in delayed stable merge | Paolo Valente | 2021-06-21 | 1 | -1/+3 |
* | block, bfq: fix delayed stable merge check | Luca Mariotti | 2021-06-21 | 1 | -1/+1 |
* | block, bfq: let also stably merged queues enjoy weight raising | Paolo Valente | 2021-06-21 | 1 | -1/+14 |
* | block, bfq: avoid circular stable merges | Paolo Valente | 2021-05-12 | 1 | -2/+29 |
* | kyber: fix out of bounds access when preempted | Omar Sandoval | 2021-05-11 | 1 | -2/+1 |
* | bfq/mq-deadline: remove redundant check for passthrough request | Lin Feng | 2021-04-16 | 1 | -2/+1 |
* | block, bfq: merge bursts of newly-created queues | Paolo Valente | 2021-03-25 | 1 | -10/+249 |
* | block, bfq: keep shared queues out of the waker mechanism | Paolo Valente | 2021-03-25 | 1 | -1/+11 |
* | block, bfq: fix weight-raising resume with !low_latency | Paolo Valente | 2021-03-25 | 1 | -2/+8 |
* | block, bfq: make shared queues inherit wakers | Paolo Valente | 2021-03-25 | 1 | -3/+39 |
* | block, bfq: put reqs of waker and woken in dispatch list | Paolo Valente | 2021-03-25 | 1 | -1/+43 |
* | block, bfq: always inject I/O of queues blocked by wakers | Paolo Valente | 2021-03-25 | 1 | -5/+27 |
* | block/bfq: update comments and default value in docs for fifo_expire | Joseph Qi | 2021-03-02 | 1 | -1/+1 |
* | block: get rid of the trace rq insert wrapper | Chaitanya Kulkarni | 2021-02-22 | 1 | -1/+3 |
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-21 | 1 | -169/+276 |
|\ |
|
| * | bfq: Use only idle IO periods for think time calculations | Jan Kara | 2021-01-27 | 1 | -1/+9 |
| * | bfq: Use 'ttime' local variable | Jan Kara | 2021-01-27 | 1 | -1/+1 |
| * | bfq: Avoid false bfq queue merging | Jan Kara | 2021-01-27 | 1 | -0/+1 |
| * | bfq: bfq_check_waker() should be static | Jens Axboe | 2021-01-25 | 1 | -1/+2 |
| * | block, bfq: make waker-queue detection more robust | Paolo Valente | 2021-01-25 | 1 | -108/+103 |
| * | block, bfq: save also injection state on queue merging | Paolo Valente | 2021-01-25 | 1 | -0/+8 |
| * | block, bfq: save also weight-raised service on queue merging | Paolo Valente | 2021-01-25 | 1 | -0/+2 |
| * | block, bfq: fix switch back from soft-rt weitgh-raising | Paolo Valente | 2021-01-25 | 1 | -2/+20 |
| * | block, bfq: re-evaluate convenience of I/O plugging on rq arrivals | Paolo Valente | 2021-01-25 | 1 | -5/+19 |
| * | block, bfq: replace mechanism for evaluating I/O intensity | Paolo Valente | 2021-01-25 | 1 | -19/+44 |
| * | Revert "blk-mq, elevator: Count requests per hctx to improve performance" | Jan Kara | 2021-01-24 | 1 | -5/+0 |
| * | block, bfq: do not expire a queue when it is the only busy one | Paolo Valente | 2021-01-24 | 1 | -2/+20 |
| * | block, bfq: avoid spurious switches to soft_rt of interactive queues | Paolo Valente | 2021-01-24 | 1 | -20/+37 |
| * | block, bfq: do not raise non-default weights | Paolo Valente | 2021-01-24 | 1 | -3/+7 |
| * | block, bfq: increase time window for waker detection | Paolo Valente | 2021-01-24 | 1 | -1/+1 |
| * | block, bfq: set next_rq to waker_bfqq->next_rq in waker injection | Jia Cheng Hu | 2021-01-24 | 1 | -1/+1 |
| * | block, bfq: use half slice_idle as a threshold to check short ttime | Paolo Valente | 2021-01-24 | 1 | -3/+4 |
* | | bfq-iosched: Revert "bfq: Fix computation of shallow depth" | Lin Feng | 2021-02-02 | 1 | -4/+4 |
|/ |
|
* | bfq: Fix computation of shallow depth | Jan Kara | 2021-01-05 | 1 | -4/+4 |
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-13 | 1 | -2/+7 |
|\ |
|
| * | blk-mq, elevator: Count requests per hctx to improve performance | Kashyap Desai | 2020-09-03 | 1 | -0/+5 |