summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* block: Fix where bio IO priority gets setHongyu Jin2024-02-011-10/+0
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-181-11/+39
|\
| * block: ensure we hold a queue reference when using queue limitsJens Axboe2024-01-121-6/+10
| * blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig2024-01-121-3/+6
| * blk-mq: fix IO hang from sbitmap wakeup raceMing Lei2024-01-121-0/+16
| * block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal2024-01-101-2/+7
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+2
|\|
| * block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar2023-12-011-1/+2
* | blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei2023-12-011-1/+13
|/
* blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig2023-11-131-37/+38
* blk-mq: update driver tags request table when start requestChengming Zhou2023-09-221-0/+1
* blk-mq: support batched queue_rqs() on shared tags queueChengming Zhou2023-09-221-6/+1
* blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou2023-09-221-4/+0
* blk-mq: account active requests when get driver tagChengming Zhou2023-09-221-21/+12
* blk-mq: fix tags UAF when shrinking q->nr_hw_queuesChengming Zhou2023-09-111-6/+7
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-14/+31
|\
| * blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou2023-08-221-0/+10
| * blk-mq: delete redundant tagset map update when fallbackChengming Zhou2023-08-221-1/+0
| * blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou2023-08-221-1/+5
| * block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche2023-07-241-6/+10
| * blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou2023-07-171-6/+6
* | blk-mq: release scheduler resource when request completesChengming Zhou2023-08-191-3/+20
* | blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2023-07-141-1/+8
|/
* blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou2023-07-131-17/+30
* block: add request polling helperKeith Busch2023-06-281-16/+32
* Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe2023-06-281-1/+5
|\
| * blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei2023-06-251-1/+5
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-68/+73
|\|
| * blk-mq: don't insert passthrough request into sw queueMing Lei2023-06-211-1/+6
| * blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_noneMing Lei2023-06-161-3/+7
| * blk-mq: check on cpu id when there is only one ctx mappingEd Tsai2023-06-141-2/+3
| * block: introduce block_io_start/block_io_done tracepointsHengqi Chen2023-05-241-0/+4
| * blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig2023-05-191-29/+13
| * blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche2023-05-191-2/+2
| * blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig2023-05-191-4/+4
| * blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig2023-05-181-24/+29
| * blk-mq: remove RQF_ELVPRIVChristoph Hellwig2023-05-181-4/+2
| * blk-mq: don't queue plugged passthrough requests into schedulerMing Lei2023-05-181-2/+6
* | blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan2023-06-031-4/+4
|/
* 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