summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* block: Do not force full zone append completion in req_bio_endio()Damien Le Moal2024-03-281-7/+2
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-98/+88
|\
| * blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei2024-02-281-8/+6
| * block/blk-mq: Don't complete locally if capacities are differentQais Yousef2024-02-241-2/+3
| * block: io wait hang check helperKeith Busch2024-02-241-16/+3
| * block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-2/+3
| * block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2024-02-131-13/+8
| * block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig2024-02-131-3/+4
| * block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-051-8/+8
| * blk-mq: special case cached requests lessChristoph Hellwig2024-02-051-19/+22
| * blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig2024-02-051-30/+33
| * blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig2024-02-051-10/+11
* | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-0/+2
|\ \ | |/ |/|
| * block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2024-02-061-0/+2
* | 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