summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bfq: Allow current waker to defend against a tentative oneJan Kara2022-05-191-2/+1
| * bfq: Relax waker detection for shared queuesJan Kara2022-05-191-2/+3
| * block, bfq: make bfq_has_work() more accurateYu Kuai2022-05-161-4/+12
| * block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai2022-05-161-1/+3
| * bfq: Get rid of __bio_blkcg() usageJan Kara2022-04-171-10/+1
| * bfq: Remove pointless bfq_init_rq() callsJan Kara2022-04-171-6/+6
| * bfq: Drop pointless unlock-lock pairJan Kara2022-04-171-3/+0
| * bfq: Update cgroup information before merging bioJan Kara2022-04-171-2/+9
| * bfq: Split shared queues on move between cgroupsJan Kara2022-04-171-1/+1
| * bfq: Avoid merging queues with different parentsJan Kara2022-04-171-0/+8
| * bfq: Avoid false marking of bic as stably mergedJan Kara2022-04-171-3/+6
* | bfq: Fix warning in bfqq_request_over_limit()Jan Kara2022-04-291-3/+9
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\
| * block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown2022-03-221-1/+1
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-13/+24
|\ \ | |/ |/|
| * block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"Colin Ian King2022-03-161-1/+1
| * Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente2022-03-081-3/+13
| * bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng2022-03-051-7/+8
| * block, bfq: cleanup bfq_bfqq_to_bfqg()Yu Kuai2022-02-181-2/+2
* | block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2022-02-171-0/+2
|/
* block: simplify ioc_lookup_icqChristoph Hellwig2021-11-291-1/+1
* block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig2021-11-291-1/+11
* block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig2021-11-291-1/+1
* bfq: use bfq_bic_lookup in bfq_limit_depthChristoph Hellwig2021-11-291-1/+1
* bfq: simplify bfq_bic_lookupChristoph Hellwig2021-11-291-15/+10
* bfq: Do not let waker requests skip proper accountingJan Kara2021-11-291-43/+1
* bfq: Log waker detectionsJan Kara2021-11-291-0/+8
* bfq: Limit waker detection in timeJan Kara2021-11-291-15/+23
* bfq: Limit number of requests consumed by each cgroupJan Kara2021-11-291-19/+118
* bfq: Store full bitmap depth in bfq_dataJan Kara2021-11-291-4/+6