summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-409/+256
|\
| * blk-mq: remove __blk_mq_run_hw_queueChristoph Hellwig2023-04-131-20/+9
| * blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queueChristoph Hellwig2023-04-131-27/+13
| * blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queueChristoph Hellwig2023-04-131-3/+2
| * blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fnChristoph Hellwig2023-04-131-9/+2
| * blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig2023-04-131-3/+3
| * blk-mq: pass a flags argument to elevator_type->insert_requestsChristoph Hellwig2023-04-131-3/+2
| * blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig2023-04-131-9/+9
| * blk-mq: pass a flags argument to blk_mq_insert_requestChristoph Hellwig2023-04-131-13/+14
| * blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig2023-04-131-6/+7
| * blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig2023-04-131-13/+11
| * blk-mq: don't run the hw_queue from blk_mq_insert_requestChristoph Hellwig2023-04-131-24/+32
| * blk-mq: fold __blk_mq_try_issue_directly into its two callersChristoph Hellwig2023-04-131-41/+31
| * blk-mq: factor out a blk_mq_get_budget_and_tag helperChristoph Hellwig2023-04-131-10/+16
| * blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_workChristoph Hellwig2023-04-131-10/+11
| * blk-mq: refactor passthrough vs flush handling in blk_mq_insert_requestChristoph Hellwig2023-04-131-32/+18
| * blk-mq: fold __blk_mq_insert_req_list into blk_mq_insert_requestChristoph Hellwig2023-04-131-18/+7
| * blk-mq: fold __blk_mq_insert_request into blk_mq_insert_requestChristoph Hellwig2023-04-131-12/+2
| * blk-mq: move blk_mq_sched_insert_request to blk-mq.cChristoph Hellwig2023-04-131-6/+81
| * blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig2023-04-131-4/+13
| * blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig2023-04-131-2/+18
| * blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig2023-04-131-1/+0
| * blk-mq: remove blk-mq-tag.hChristoph Hellwig2023-04-131-1/+0
| * blk-mq: don't plug for head insertions in blk_execute_rq_nowaitChristoph Hellwig2023-04-131-1/+1
| * block: open code __blk_account_io_done()Chaitanya Kulkarni2023-03-271-13/+9
| * block: open code __blk_account_io_start()Chaitanya Kulkarni2023-03-271-20/+16
| * blk-mq: remove hybrid pollingKeith Busch2023-03-201-199/+6
| * blk-mq: return actual keyslot error in blk_insert_cloned_request()Eric Biggers2023-03-161-2/+3
| * blk-crypto: remove blk_crypto_insert_cloned_request()Eric Biggers2023-03-161-1/+1
| * blk-mq: release crypto keyslot before reporting I/O completeEric Biggers2023-03-161-1/+14
* | Revert "block: Merge bio before checking ->cached_rq"Ming Lei2023-04-201-4/+3
* | blk-mq: directly poll requestsKeith Busch2023-04-041-3/+1
* | block: do not reverse request order when flushing plug listJan Kara2023-03-141-2/+3
|/
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-3/+4
|\
| * blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestUday Shankar2023-03-021-3/+4
* | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-83/+69
|\ \ | |/
| * block: Merge bio before checking ->cached_rqXiao Ni2023-02-091-3/+4
| * blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directlyKemeng Shi2023-02-061-9/+13
| * blk-mq: remove set of bd->last when get driver tag for next request failsKemeng Shi2023-02-061-22/+2
| * blk-mq: remove unnecessary error count and check in blk_mq_dispatch_rq_listKemeng Shi2023-02-061-6/+5
| * blk-mq: simplify flush check in blk_mq_dispatch_rq_listKemeng Shi2023-02-061-3/+3
| * blk-mq: use blk_mq_commit_rqs helper in blk_mq_try_issue_list_directlyKemeng Shi2023-02-061-10/+3
| * blk-mq: remove unncessary error count and commit in blk_mq_plug_issue_directKemeng Shi2023-02-061-10/+4
| * blk-mq: make blk_mq_commit_rqs a general function for all commitsKemeng Shi2023-02-061-14/+23
| * blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_directKemeng Shi2023-02-061-5/+5
| * blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directlyKemeng Shi2023-02-061-2/+1
| * blk-mq: Fix potential io hung for shared sbitmap per tagsetKemeng Shi2023-02-061-2/+4
| * blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_waitKemeng Shi2023-02-061-1/+5
| * blk-mq: avoid sleep in blk_mq_alloc_request_hctxKemeng Shi2023-02-061-1/+2
* | block: Fix the blk_mq_destroy_queue() documentationBart Van Assche2023-01-311-2/+3
|/