| Commit message (Expand) | Author | Age |
* | block, bfq: push up injection only after setting service time | Paolo Valente | 2019-09-17 |
* | block, bfq: increase update frequency of inject limit | Paolo Valente | 2019-09-17 |
* | block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1 | Paolo Valente | 2019-09-17 |
* | block, bfq: update inject limit only after injection occurred | Paolo Valente | 2019-09-17 |
* | block, bfq: handle NULL return value by bfq_init_rq() | Paolo Valente | 2019-08-08 |
* | block, bfq: move update of waker and woken list to queue freeing | Paolo Valente | 2019-08-08 |
* | block, bfq: reset last_completed_rq_bfqq if the pointed queue is freed | Paolo Valente | 2019-08-08 |
* | Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-07-26 |
|\ |
|
| * | block, bfq: check also in-flight I/O in dispatch plugging | Paolo Valente | 2019-07-18 |
* | | docs: block: convert to ReST | Mauro Carvalho Chehab | 2019-07-15 |
|/ |
|
* | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-07-09 |
|\ |
|
| * | block, bfq: NULL out the bic when it's no longer valid | Douglas Anderson | 2019-06-28 |
| * | block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely case | Douglas Anderson | 2019-06-26 |
| * | block, bfq: re-schedule empty queues if they deserve I/O plugging | Paolo Valente | 2019-06-25 |
| * | block, bfq: preempt lower-weight or lower-priority queues | Paolo Valente | 2019-06-25 |
| * | block, bfq: detect wakers and unconditionally inject their I/O | Paolo Valente | 2019-06-25 |
| * | block, bfq: bring forward seek&think time update | Paolo Valente | 2019-06-25 |
| * | block, bfq: update base request service times when possible | Paolo Valente | 2019-06-25 |
| * | block, bfq: fix rq_in_driver check in bfq_update_inject_limit | Paolo Valente | 2019-06-25 |
| * | block, bfq: reset inject limit when think-time state changes | Paolo Valente | 2019-06-25 |
| * | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG | Christoph Hellwig | 2019-06-20 |
| * | block: remove the bi_phys_segments field in struct bio | Christoph Hellwig | 2019-06-20 |
* | | block, bfq: fix operator in BFQQ_TOTALLY_SEEKY | Paolo Valente | 2019-06-25 |
|/ |
|
* | block: switch all files cleared marked as GPLv2 or later to SPDX tags | Christoph Hellwig | 2019-04-30 |
* | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe | 2019-04-22 |
|\ |
|
| * | bfq: update internal depth state when queue depth changes | Jens Axboe | 2019-04-13 |
| * | block, bfq: fix use after free in bfq_bfqq_expire | Paolo Valente | 2019-04-10 |
* | | block, bfq: fix some typos in comments | Angelo Ruocco | 2019-04-08 |
* | | block, bfq: save & resume weight on a queue merge/split | Francesco Pollicino | 2019-04-01 |
* | | block, bfq: print SHARED instead of pid for shared queues in logs | Francesco Pollicino | 2019-04-01 |
* | | block, bfq: always protect newly-created queues from existing active queues | Paolo Valente | 2019-04-01 |
* | | block, bfq: do not tag totally seeky queues as soft rt | Paolo Valente | 2019-04-01 |
* | | block, bfq: do not merge queues on flash storage with queueing | Paolo Valente | 2019-04-01 |
* | | block, bfq: tune service injection basing on request service times | Paolo Valente | 2019-04-01 |
* | | block, bfq: do not idle for lowest-weight queues | Paolo Valente | 2019-04-01 |
* | | block, bfq: increase idling for weight-raised queues | Paolo Valente | 2019-04-01 |
|/ |
|
* | block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=y | Konstantin Khlebnikov | 2019-04-01 |
* | block, bfq: fix in-service-queue check for queue merging | Paolo Valente | 2019-01-31 |
* | block, bfq: do not overcharge writes in asymmetric scenarios | Paolo Valente | 2019-01-31 |
* | block, bfq: port commit "cfq-iosched: improve hw_tag detection" | Paolo Valente | 2019-01-31 |
* | block, bfq: reduce threshold for detecting command queueing | Paolo Valente | 2019-01-31 |
* | block, bfq: fix queue removal from weights tree | Paolo Valente | 2019-01-31 |
* | block, bfq: fix sequential rq detection in rate estimation | Paolo Valente | 2019-01-31 |
* | block, bfq: unconditionally plug I/O in asymmetric scenarios | Paolo Valente | 2019-01-31 |
* | block, bfq: do not plug I/O of in-service queue when harmful | Paolo Valente | 2019-01-31 |
* | block, bfq: split function bfq_better_to_idle | Paolo Valente | 2019-01-31 |
* | block, bfq: consider also ioprio classes in symmetry detection | Paolo Valente | 2019-01-31 |
* | block, bfq: remove case of redirected bic from insert_request | Paolo Valente | 2019-01-31 |
* | block, bfq: make sure queue budgets are not below service received | Paolo Valente | 2019-01-31 |
* | block, bfq: avoid selecting a queue w/o budget | Paolo Valente | 2019-01-31 |