summaryrefslogtreecommitdiff
path: root/include/linux/blk-mq.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-04blk-mq: add blk_rq_nr_bvec() helperChaitanya Kulkarni1-0/+18
2025-11-28blk-mq: fix potential uaf for 'queue_hw_ctx'Fengnan Chang1-1/+12
2025-11-28blk-mq: use array manage hctx map instead of xarrayFengnan Chang1-1/+2
2025-11-07block: accumulate memory segment gaps per bioKeith Busch1-0/+16
2025-09-09blk-mq: Document tags_srcu member in blk_mq_tag_set structureMing Lei1-0/+2
2025-09-08blk-mq: Defer freeing of tags page_list to SRCU callbackMing Lei1-0/+2
2025-07-01blk-mq: add number of queue calc helperDaniel Wagner1-0/+2
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig1-2/+2
2025-05-07block: fix warning on 'make htmldocs'Ming Lei1-0/+3
2025-05-06block: prevent adding/deleting disk during updating nr_hw_queuesMing Lei1-0/+3
2025-03-27Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-5/+4
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-5/+4
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki1-4/+12
2025-03-07block: Name the RQF flags enumBreno Leitao1-1/+1
2025-02-13block: cleanup and fix batch completion adding conditionsJens Axboe1-4/+14
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+16
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig1-15/+7
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig1-2/+0
2025-01-05block: remove blk_rq_bio_prepChristoph Hellwig1-8/+0
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+0
2024-12-23blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner1-0/+2
2024-11-13block: don't reorder requests in blk_mq_add_to_batchChristoph Hellwig1-1/+1
2024-11-13block: add a rq_list typeChristoph Hellwig1-36/+52
2024-11-13block: remove rq_list_moveChristoph Hellwig1-17/+0
2024-11-13block: remove the ioprio field from struct requestChristoph Hellwig1-4/+3
2024-11-13block: remove the write_hint field from struct requestChristoph Hellwig1-1/+0
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei1-0/+2
2024-10-22block: remove redundant passthrough check in blk_mq_need_time_stamp()Jens Axboe1-6/+0
2024-09-13blk-mq: unconditional nr_integrity_segmentsKeith Busch1-3/+0
2024-07-19block: Catch possible entries missing from rqf_name[]John Garry1-0/+1
2024-07-19block: Use enum to define RQF_x bit indexesJohn Garry1-32/+54
2024-07-19block: Catch possible entries missing from alloc_policy_name[]John Garry1-2/+6
2024-07-19block: Catch possible entries missing from hctx_flag_name[]John Garry1-4/+6
2024-07-19block: Catch possible entries missing from hctx_state_name[]John Garry1-7/+10
2024-07-19block: Relocate BLK_MQ_MAX_DEPTHJohn Garry1-2/+1
2024-07-19block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry1-2/+0
2024-04-17block: Remove zone write lockingDamien Le Moal1-83/+0
2024-04-17block: Introduce zone write pluggingDamien Le Moal1-0/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-4/+6
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-3/+4
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig1-1/+2
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche1-0/+2
2024-01-18blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche1-3/+0
2023-12-22block: skip start/end time stamping for passthrough IOKundan Kumar1-0/+6
2023-09-22blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou1-2/+0
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-5/+1
2023-07-20blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldChengming Zhou1-2/+0
2023-07-17blk-flush: reuse rq queuelist in flush state machineChengming Zhou1-1/+0
2023-07-17blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou1-4/+1
2023-07-10block: remove dead struc request->completion_data fieldJens Axboe1-3/+3