aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()Yu Kuai1-1/+2
2025-09-10blk-mq: remove blk_mq_tag_update_depth()Yu Kuai1-2/+0
2025-09-10blk-mq: fix potential deadlock while nr_requests grownYu Kuai1-1/+4
2025-09-10blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()Yu Kuai1-0/+11
2025-09-10blk-mq: check invalid nr_requests in queue_requests_store()Yu Kuai1-1/+1
2025-09-08blk-mq: Pass tag_set to blk_mq_free_rq_map/tagsMing Lei1-2/+2
2025-05-10block: clean up blk_mq_in_flight_rw()Yu Kuai1-2/+1
2025-05-10blk-mq: remove blk_mq_in_flight()Yu Kuai1-2/+0
2025-04-21block: Simplify blk_mq_dispatch_rq_list() and its callersBart Van Assche1-1/+1
2025-03-12block: remove unused parameterGuixin Liu1-3/+1
2025-01-10block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig1-0/+6
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig1-1/+1
2025-01-06block: remove blk_mq_init_bitmapsChristoph Hellwig1-3/+0
2024-11-13block: add a rq_list typeChristoph Hellwig1-1/+1
2024-10-22block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song1-0/+13
2024-07-19block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry1-0/+2
2024-04-17block: Do not special-case plugging of zone write operationsDamien Le Moal1-31/+0
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou1-3/+0
2023-09-22blk-mq: account active requests when get driver tagChengming Zhou1-15/+41
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai1-2/+1
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig1-1/+0
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig1-4/+0
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig1-3/+3
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-11/+66
2023-04-13blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig1-1/+1
2023-04-13blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig1-1/+1
2023-04-13blk-mq: pass a flags argument to blk_mq_insert_requestChristoph Hellwig1-0/+3
2023-04-13blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig1-2/+1
2023-04-13blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig1-2/+1
2023-04-13blk-mq: fold __blk_mq_insert_request into blk_mq_insert_requestChristoph Hellwig1-2/+0
2023-04-13blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig1-2/+0
2023-04-13blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig1-3/+1
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig1-0/+1
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig1-1/+60
2023-03-14blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch...Chris Leech1-2/+3
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig1-7/+7
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav1-1/+2
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-07-06block: simplify blk_mq_plugChristoph Hellwig1-10/+8
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig1-1/+1
2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig1-1/+2
2022-06-28blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig1-2/+2
2022-06-27block: Rename a blk_mq_map_queue() argumentBart Van Assche1-6/+6
2022-03-08blk-mq: manage hctx map via xarrayMing Lei1-1/+1
2021-12-06blk-mq: don't run might_sleep() if the operation needn't blockingMing Lei1-2/+5
2021-12-03blk-mq: pass request queue to blk_mq_run_dispatch_opsMing Lei1-4/+4
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei1-2/+2
2021-12-03blk-mq: remove hctx_lock and hctx_unlockMing Lei1-0/+16
2021-11-29block: move request based cloning helpers to blk-mq.cChristoph Hellwig1-3/+0
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei1-0/+2