summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)AuthorFilesLines
11 daysblk-mq: setup queue ->tag_set before initializing hctxMing Lei1-2/+6
11 daysblk-mq: add helper for checking if one CPU is mapped to specified hctxMing Lei1-2/+18
11 daysblk-mq: skip CPU offline notify on unmapped hctxCong Zhang1-1/+1
11 daysblk-mq: don't schedule block kworker on isolated CPUsMing Lei1-10/+47
11 daysblock: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella1-9/+8
11 daysblk-mq: Abort suspend when wakeup events are pendingCong Zhang1-2/+16
2025-01-02block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei1-1/+10
2025-01-02blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei1-11/+92
2025-01-02blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei1-8/+7
2024-12-09blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche1-1/+2
2024-12-09block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song1-0/+6
2024-12-09block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song1-13/+34
2024-12-09block: fix missing dispatching request when queue is started or unquiescedMuchun Song1-0/+2
2024-09-30block: Fix where bio IO priority gets setHongyu Jin1-10/+0
2024-08-03block: Call .limit_depth() after .hctx has been setBart Van Assche1-6/+6
2024-06-12block: support to account io_ticks preciselyYu Kuai1-0/+4
2024-04-03block: Do not force full zone append completion in req_bio_endio()Damien Le Moal1-7/+2
2024-02-23block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-02-05blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-01-26block: ensure we hold a queue reference when using queue limitsJens Axboe1-6/+10
2024-01-20blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei1-1/+13
2023-11-28blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig1-37/+38
2023-09-12blk-mq: fix tags UAF when shrinking q->nr_hw_queuesChengming Zhou1-6/+7
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-14/+31
2023-08-22blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou1-0/+10
2023-08-22blk-mq: delete redundant tagset map update when fallbackChengming Zhou1-1/+0
2023-08-22blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou1-1/+5
2023-08-19blk-mq: release scheduler resource when request completesChengming Zhou1-3/+20
2023-07-25block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche1-6/+10
2023-07-17blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou1-6/+6
2023-07-14blk-mq: Fix stall due to recursive flush plugRoss Lagerwall1-1/+8
2023-07-13blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou1-17/+30
2023-06-29block: add request polling helperKeith Busch1-16/+32
2023-06-29Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe1-1/+5
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-68/+73
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei1-1/+5
2023-06-21blk-mq: don't insert passthrough request into sw queueMing Lei1-1/+6
2023-06-16blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_noneMing Lei1-3/+7
2023-06-14blk-mq: check on cpu id when there is only one ctx mappingEd Tsai1-2/+3
2023-06-04blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan1-4/+4
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen1-0/+4
2023-05-20blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig1-29/+13
2023-05-20blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche1-2/+2
2023-05-20blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig1-4/+4
2023-05-19blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig1-24/+29
2023-05-19blk-mq: remove RQF_ELVPRIVChristoph Hellwig1-4/+2
2023-05-19blk-mq: don't queue plugged passthrough requests into schedulerMing Lei1-2/+6
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-409/+256
2023-04-20Revert "block: Merge bio before checking ->cached_rq"Ming Lei1-4/+3
2023-04-13blk-mq: remove __blk_mq_run_hw_queueChristoph Hellwig1-20/+9