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