aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2023-09-23blk-mq: fix tags UAF when shrinking q->nr_hw_queuesChengming Zhou
2023-09-23blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou
2023-09-23blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou
2023-08-19blk-mq: release scheduler resource when request completesChengming Zhou
2023-07-14blk-mq: Fix stall due to recursive flush plugRoss Lagerwall
2023-07-13blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou
2023-06-28block: add request polling helperKeith Busch
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei
2023-06-21blk-mq: don't insert passthrough request into sw queueMing Lei
2023-06-16blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_noneMing Lei
2023-06-14blk-mq: check on cpu id when there is only one ctx mappingEd Tsai
2023-06-03blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig
2023-05-19blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig
2023-05-18blk-mq: remove RQF_ELVPRIVChristoph Hellwig
2023-05-18blk-mq: don't queue plugged passthrough requests into schedulerMing Lei
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-20Revert "block: Merge bio before checking ->cached_rq"Ming Lei
2023-04-13blk-mq: remove __blk_mq_run_hw_queueChristoph Hellwig
2023-04-13blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queueChristoph Hellwig
2023-04-13blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queueChristoph Hellwig
2023-04-13blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fnChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to elevator_type->insert_requestsChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig
2023-04-13blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig
2023-04-13blk-mq: don't run the hw_queue from blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: fold __blk_mq_try_issue_directly into its two callersChristoph Hellwig
2023-04-13blk-mq: factor out a blk_mq_get_budget_and_tag helperChristoph Hellwig
2023-04-13blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_workChristoph Hellwig
2023-04-13blk-mq: refactor passthrough vs flush handling in blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: fold __blk_mq_insert_req_list into blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: fold __blk_mq_insert_request into blk_mq_insert_requestChristoph Hellwig
2023-04-13blk-mq: move blk_mq_sched_insert_request to blk-mq.cChristoph Hellwig
2023-04-13blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig
2023-04-13blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig
2023-04-13blk-mq: don't plug for head insertions in blk_execute_rq_nowaitChristoph Hellwig
2023-04-04blk-mq: directly poll requestsKeith Busch
2023-03-27block: open code __blk_account_io_done()Chaitanya Kulkarni
2023-03-27block: open code __blk_account_io_start()Chaitanya Kulkarni
2023-03-20blk-mq: remove hybrid pollingKeith Busch