aboutsummaryrefslogtreecommitdiff
path: root/block/bfq-iosched.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+7
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+0
2020-09-08block: only call sched requeue_request() for scheduled requestsGravatar Omar Sandoval 1-12/+0
2020-09-03blk-mq, elevator: Count requests per hctx to improve performanceGravatar Kashyap Desai 1-0/+5
2020-09-03blk-mq: Use pointers for blk_mq_tags bitmap tagsGravatar John Garry 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-07-31block: bfq-iosched: fix duplicated wordGravatar Randy Dunlap 1-1/+1
2020-05-29blk-mq: remove the bio argument to ->prepare_requestGravatar Christoph Hellwig 1-1/+1
2020-05-09bdi: use bdi_dev_name() to get device nameGravatar Yufen Yu 1-2/+4
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupGravatar Paolo Valente 1-2/+0
2020-03-21block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyGravatar Zhiqiang Liu 1-4/+12
2020-02-03block, bfq: clarify the goal of bfq_split_bfqq()Gravatar Paolo Valente 1-0/+2
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsGravatar Paolo Valente 1-5/+1
2020-02-03block, bfq: extend incomplete name of field on_stGravatar Paolo Valente 1-1/+1
2020-02-03block, bfq: do not insert oom queue into position treeGravatar Paolo Valente 1-0/+4
2020-02-03block, bfq: do not plug I/O for bfq_queues with no proc refsGravatar Paolo Valente 1-0/+12
2020-01-22block/bfq: remove unused bfq_class_rt which never usedGravatar Alex Shi 1-1/+0
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+4
2019-11-14block, bfq: deschedule empty bfq_queues not referred by any processGravatar Paolo Valente 1-6/+26
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosGravatar Tejun Heo 1-0/+4
2019-09-17block, bfq: push up injection only after setting service timeGravatar Paolo Valente 1-5/+7
2019-09-17block, bfq: increase update frequency of inject limitGravatar Paolo Valente 1-1/+1
2019-09-17block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1Gravatar Paolo Valente 1-1/+1
2019-09-17block, bfq: update inject limit only after injection occurredGravatar Paolo Valente 1-2/+17
2019-08-08block, bfq: handle NULL return value by bfq_init_rq()Gravatar Paolo Valente 1-3/+11
2019-08-08block, bfq: move update of waker and woken list to queue freeingGravatar Paolo Valente 1-15/+29
2019-08-08block, bfq: reset last_completed_rq_bfqq if the pointed queue is freedGravatar Paolo Valente 1-3/+7
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-24/+43
2019-07-18block, bfq: check also in-flight I/O in dispatch pluggingGravatar Paolo Valente 1-24/+43
2019-07-15docs: block: convert to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-296/+671
2019-06-28block, bfq: NULL out the bic when it's no longer validGravatar Douglas Anderson 1-0/+1
2019-06-26block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely caseGravatar Douglas Anderson 1-0/+1
2019-06-25block, bfq: fix operator in BFQQ_TOTALLY_SEEKYGravatar Paolo Valente 1-1/+1
2019-06-25block, bfq: re-schedule empty queues if they deserve I/O pluggingGravatar Paolo Valente 1-184/+203
2019-06-25block, bfq: preempt lower-weight or lower-priority queuesGravatar Paolo Valente 1-20/+75
2019-06-25block, bfq: detect wakers and unconditionally inject their I/OGravatar Paolo Valente 1-33/+237
2019-06-25block, bfq: bring forward seek&think time updateGravatar Paolo Valente 1-10/+4
2019-06-25block, bfq: update base request service times when possibleGravatar Paolo Valente 1-1/+12
2019-06-25block, bfq: fix rq_in_driver check in bfq_update_inject_limitGravatar Paolo Valente 1-1/+7
2019-06-25block, bfq: reset inject limit when think-time state changesGravatar Paolo Valente 1-68/+151
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGGravatar Christoph Hellwig 1-4/+4
2019-06-20block: remove the bi_phys_segments field in struct bioGravatar Christoph Hellwig 1-2/+3
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsGravatar Christoph Hellwig 1-10/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockGravatar Jens Axboe 1-9/+14
2019-04-13bfq: update internal depth state when queue depth changesGravatar Jens Axboe 1-1/+7
2019-04-10block, bfq: fix use after free in bfq_bfqq_expireGravatar Paolo Valente 1-8/+7
2019-04-08block, bfq: fix some typos in commentsGravatar Angelo Ruocco 1-8/+8
2019-04-01block, bfq: save & resume weight on a queue merge/splitGravatar Francesco Pollicino 1-0/+2
2019-04-01block, bfq: print SHARED instead of pid for shared queues in logsGravatar Francesco Pollicino 1-0/+10