summaryrefslogtreecommitdiff
path: root/include/linux/blk-mq.h
AgeCommit message (Expand)Author
2024-01-17blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche
2023-12-22block: skip start/end time stamping for passthrough IOKundan Kumar
2023-09-22blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-20blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldChengming Zhou
2023-07-17blk-flush: reuse rq queuelist in flush state machineChengming Zhou
2023-07-17blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou
2023-07-10block: remove dead struc request->completion_data fieldJens Axboe
2023-06-28block: add request polling helperKeith Busch
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai
2023-05-23block: remove redundant req_op in blk_rq_is_passthroughLi Nan
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-18block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig
2023-05-18blk-mq: remove RQF_ELVPRIVChristoph Hellwig
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-20blk-mq: remove hybrid pollingKeith Busch
2023-03-14block: do not reverse request order when flushing plug listJan Kara
2023-02-17blk-mq: Reorder fields in 'struct blk_mq_tag_set'Christophe JAILLET
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-02blk-mq: add tagset quiesce interfaceChao Leng
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig
2022-10-27blk-mq: don't add non-pt request with ->end_io to batchMing Lei
2022-10-25block: Remove request.write_hintBart Van Assche
2022-09-30block: add blk_rq_map_user_ioAnuj Gupta
2022-09-30block: allow end_io based requests in the completion batch handlingJens Axboe
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe
2022-09-21block: export blk_rq_is_pollKanchan Joshi
2022-09-21block: Fix the enum blk_eh_timer_return documentationBart Van Assche
2022-08-22block: shrink rq_map_data a bitJens Axboe
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry
2022-07-06blk-mq: Add a flag for reserved requestsJohn Garry
2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-05-08blk-mq: remove the error_count from struct requestWilly Tarreau
2022-03-08blk-mq: manage hctx map via xarrayMing Lei
2022-02-16blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig
2022-01-09block: fix old-style declarationYang Li
2022-01-05block: introduce rq_list_moveKeith Busch