summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* bfq: Track number of allocated requests in bfq_entityJan Kara2021-11-291-6/+22
* block: move io_context creation into where it's neededJens Axboe2021-11-291-0/+2
* blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry2021-10-181-2/+2
* block: move elevator.h to block/Christoph Hellwig2021-10-181-1/+1
* Revert "block, bfq: honor already-setup queue merges"Jens Axboe2021-09-281-13/+3
* block, bfq: honor already-setup queue mergesPaolo Valente2021-09-021-3/+13
* block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-231-1/+1
* block: fix default IO priority handlingDamien Le Moal2021-08-181-1/+1
* block: Introduce IOPRIO_NR_LEVELSDamien Le Moal2021-08-181-4/+4
* block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal2021-08-181-1/+1
* block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2021-08-091-0/+3
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-2/+2
* blk: Fix lock inversion between ioc lock and bfqd lockJan Kara2021-06-241-2/+4
* bfq: Remove merged request already in bfq_requests_merged()Jan Kara2021-06-241-28/+13
* block, bfq: reset waker pointer with shared queuesPaolo Valente2021-06-211-2/+4
* block, bfq: check waker only for queues with no in-flight I/OPaolo Valente2021-06-211-8/+13
* block, bfq: avoid delayed merge of async queuesPaolo Valente2021-06-211-1/+7
* block, bfq: boost throughput by extending queue-merging timesPietro Pedroni2021-06-211-3/+13
* block, bfq: consider also creation time in delayed stable mergePaolo Valente2021-06-211-1/+3
* block, bfq: fix delayed stable merge checkLuca Mariotti2021-06-211-1/+1