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