summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* bfq: Fix computation of shallow depthJan Kara2021-01-051-4/+4
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-2/+7
|\
| * blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai2020-09-031-0/+5
| * blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry2020-09-031-2/+2
* | Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-111-12/+0
|\ \ | |/ |/|
| * block: only call sched requeue_request() for scheduled requestsOmar Sandoval2020-09-081-12/+0
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* block: bfq-iosched: fix duplicated wordRandy Dunlap2020-07-311-1/+1
* blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig2020-05-291-1/+1
* bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-091-2/+4
* block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente2020-03-211-2/+0
* block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu2020-03-211-4/+12
* block, bfq: clarify the goal of bfq_split_bfqq()Paolo Valente2020-02-031-0/+2
* block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente2020-02-031-5/+1
* block, bfq: extend incomplete name of field on_stPaolo Valente2020-02-031-1/+1
* block, bfq: do not insert oom queue into position treePaolo Valente2020-02-031-0/+4
* block, bfq: do not plug I/O for bfq_queues with no proc refsPaolo Valente2020-02-031-0/+12
* block/bfq: remove unused bfq_class_rt which never usedAlex Shi2020-01-221-1/+0
* Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-0/+4
|\
| * bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo2019-11-071-0/+4
* | block, bfq: deschedule empty bfq_queues not referred by any processPaolo Valente2019-11-141-6/+26
|/
* block, bfq: push up injection only after setting service timePaolo Valente2019-09-171-5/+7
* block, bfq: increase update frequency of inject limitPaolo Valente2019-09-171-1/+1
* block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1Paolo Valente2019-09-171-1/+1
* block, bfq: update inject limit only after injection occurredPaolo Valente2019-09-171-2/+17
* block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente2019-08-081-3/+11
* block, bfq: move update of waker and woken list to queue freeingPaolo Valente2019-08-081-15/+29
* block, bfq: reset last_completed_rq_bfqq if the pointed queue is freedPaolo Valente2019-08-081-3/+7
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-24/+43
|\
| * block, bfq: check also in-flight I/O in dispatch pluggingPaolo Valente2019-07-181-24/+43
* | docs: block: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
|/
* Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-296/+671
|\
| * block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-06-281-0/+1
| * block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely caseDouglas Anderson2019-06-261-0/+1
| * block, bfq: re-schedule empty queues if they deserve I/O pluggingPaolo Valente2019-06-251-184/+203
| * block, bfq: preempt lower-weight or lower-priority queuesPaolo Valente2019-06-251-20/+75
| * block, bfq: detect wakers and unconditionally inject their I/OPaolo Valente2019-06-251-33/+237
| * block, bfq: bring forward seek&think time updatePaolo Valente2019-06-251-10/+4
| * block, bfq: update base request service times when possiblePaolo Valente2019-06-251-1/+12
| * block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente2019-06-251-1/+7
| * block, bfq: reset inject limit when think-time state changesPaolo Valente2019-06-251-68/+151
| * block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-201-4/+4
| * block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-2/+3
* | block, bfq: fix operator in BFQQ_TOTALLY_SEEKYPaolo Valente2019-06-251-1/+1
|/
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-301-10/+1
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-9/+14
|\
| * bfq: update internal depth state when queue depth changesJens Axboe2019-04-131-1/+7
| * block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente2019-04-101-8/+7
* | block, bfq: fix some typos in commentsAngelo Ruocco2019-04-081-8/+8
* | block, bfq: save & resume weight on a queue merge/splitFrancesco Pollicino2019-04-011-0/+2