summaryrefslogtreecommitdiff
path: root/block/bfq-iosched.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe1-14/+14
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2023-05-23scsi: block: ioprio: Clean up interface definitionDamien Le Moal1-4/+4
2023-05-20block: BFQ: Move an invariant checkBart Van Assche1-1/+1
2023-05-19block: BFQ: Add several invariant checksBart Van Assche1-0/+9
2023-04-16block, bfq: Fix division by zero error on zero wsumColin Ian King1-0/+2
2023-04-13blk-mq: pass a flags argument to elevator_type->insert_requestsChristoph Hellwig1-8/+8
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig1-1/+0
2023-03-08block, bfq: fix uaf for 'stable_merge_bfqq'Yu Kuai1-9/+9
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-212/+417
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig1-1/+1
2023-02-03blk-wbt: pass a gendisk to wbt_{enable,disable}_defaultChristoph Hellwig1-2/+2
2023-01-30block, bfq: remove unused bfq_wr_max_time in struct bfq_dataKemeng Shi1-4/+0
2023-01-30block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqqKemeng Shi1-6/+3
2023-01-30block, bfq: remove redundant check in bfq_put_cooperatorKemeng Shi1-2/+0
2023-01-30block, bfq: remove unnecessary dereference to get async_bfqqKemeng Shi1-1/+1
2023-01-30block, bfq: use helper macro RQ_BFQQ to get bfqq of requestKemeng Shi1-3/+3
2023-01-30block, bfq: initialize bfqq->decrease_time_jif correctlyKemeng Shi1-0/+2
2023-01-30block, bfq: remove unsed parameter reason in bfq_bfqq_is_slowKemeng Shi1-3/+2
2023-01-30block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injectionKemeng Shi1-6/+4
2023-01-30block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai1-1/+3
2023-01-30block, bfq: balance I/O injection among underutilized actuatorsDavide Zini1-5/+13
2023-01-30block, bfq: inject I/O to underutilized actuatorsDavide Zini1-35/+101
2023-01-30block, bfq: retrieve independent access ranges from request queueFederico Gavioli1-8/+51
2023-01-30block, bfq: split also async bfq_queues on a per-actuator basisDavide Zini1-18/+23
2023-01-30block, bfq: turn bfqq_data into an array in bfq_io_cqPaolo Valente1-41/+59
2023-01-30block, bfq: move io_cq-persistent bfqq data into a dedicated structPaolo Valente1-59/+79
2023-01-30block, bfq: forbid stable merging of queues associated with different actuatorsPaolo Valente1-4/+9
2023-01-30block, bfq: split sync bfq_queues on a per-actuator basisPaolo Valente1-55/+105
2022-12-26block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai1-1/+1
2022-12-15block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHEDYuwei Guan1-0/+2
2022-12-14block, bfq: replace 0/1 with false/true in bic apisYu Kuai1-2/+2
2022-12-14block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai1-1/+6
2022-11-09bfq: ignore oom_bfqq in bfq_check_wakerKhazhismel Kumykov1-1/+3
2022-11-09bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov1-2/+7
2022-11-02block, bfq: remove dead code for updating 'rq_in_driver'Yu Kuai1-16/+0
2022-11-01block, bfq: cleanup __bfq_weights_tree_remove()Yu Kuai1-10/+1
2022-11-01block, bfq: cleanup bfq_weights_tree add/remove apisYu Kuai1-10/+9
2022-11-01block, bfq: do not idle if only one group is activatedYu Kuai1-2/+2
2022-11-01block, bfq: refactor the counting of 'num_groups_with_pending_reqs'Yu Kuai1-42/+0
2022-11-01block, bfq: support to track if bfqq has pending requestsYu Kuai1-0/+1
2022-10-24blk-wbt: don't enable throttling if default elevator is bfqYu Kuai1-0/+2
2022-08-22block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Yu Kuai1-4/+4
2022-08-22block, bfq: remove useless checking in bfq_put_queue()Yu Kuai1-4/+2
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche1-8/+8
2022-06-17block/bfq: Enable I/O statisticsBart Van Assche1-0/+3
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei1-0/+3
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-42/+53
2022-05-19bfq: Remove bfq_requeue_request_body()Jan Kara1-7/+2
2022-05-19bfq: Remove superfluous conversion from RQ_BIC()Jan Kara1-1/+1