summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2024-03-28block: Do not force full zone append completion in req_bio_endio()Damien Le Moal
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-02-28blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei
2024-02-24block/blk-mq: Don't complete locally if capacities are differentQais Yousef
2024-02-24block: io wait hang check helperKeith Busch
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe
2024-02-05blk-mq: special case cached requests lessChristoph Hellwig
2024-02-05blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig
2024-02-05blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig
2024-02-01block: Fix where bio IO priority gets setHongyu Jin
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-12block: ensure we hold a queue reference when using queue limitsJens Axboe
2024-01-12blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig
2024-01-12blk-mq: fix IO hang from sbitmap wakeup raceMing Lei
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-10block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal
2023-12-01block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar
2023-12-01blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei
2023-11-13blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou
2023-09-22blk-mq: support batched queue_rqs() on shared tags queueChengming Zhou
2023-09-22blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou
2023-09-22blk-mq: account active requests when get driver tagChengming Zhou
2023-09-11blk-mq: fix tags UAF when shrinking q->nr_hw_queuesChengming Zhou
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-22blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou
2023-08-22blk-mq: delete redundant tagset map update when fallbackChengming Zhou
2023-08-22blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou
2023-08-19blk-mq: release scheduler resource when request completesChengming Zhou
2023-07-24block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche
2023-07-17blk-mq: use percpu csd to remote complete instead of per-rq csdChengming 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