summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds2024-05-231-2/+18
|\
| * blk-mq: add helper for checking if one CPU is mapped to specified hctxMing Lei2024-05-171-2/+18
* | Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-1/+1
|\ \ | |/ |/|
| * Use bdev_is_paritition() instead of open-coding itAl Viro2024-05-021-1/+1
* | block: support to account io_ticks preciselyYu Kuai2024-05-091-0/+4
* | block: Improve zone write request completion handlingDamien Le Moal2024-05-011-4/+2
* | block: Fix handling of non-empty flush write requests to zonesDamien Le Moal2024-05-011-3/+3
* | block: Do not special-case plugging of zone write operationsDamien Le Moal2024-04-171-6/+1
* | block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal2024-04-171-26/+0
* | block: Implement zone append emulationDamien Le Moal2024-04-171-2/+1
* | block: Introduce zone write pluggingDamien Le Moal2024-04-171-3/+29
* | block: Introduce blk_zone_update_request_bio()Damien Le Moal2024-04-171-6/+5
* | block: Remove req_bio_endio()Damien Le Moal2024-04-171-30/+28
* | blk-mq: don't schedule block kworker on isolated CPUsMing Lei2024-04-011-10/+47
|/
* 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