aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-14block: do not reverse request order when flushing plug listJan Kara1-0/+6
2023-02-17blk-mq: Reorder fields in 'struct blk_mq_tag_set'Christophe JAILLET1-2/+2
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-2/+7
2022-11-02blk-mq: add tagset quiesce interfaceChao Leng1-0/+2
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig1-1/+1
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig1-0/+4
2022-10-27blk-mq: don't add non-pt request with ->end_io to batchMing Lei1-1/+2
2022-10-25block: Remove request.write_hintBart Van Assche1-1/+0
2022-09-30block: add blk_rq_map_user_ioAnuj Gupta1-0/+2
2022-09-30block: allow end_io based requests in the completion batch handlingJens Axboe1-1/+2
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-1/+6
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe1-0/+1
2022-09-21block: export blk_rq_is_pollKanchan Joshi1-0/+1
2022-09-21block: Fix the enum blk_eh_timer_return documentationBart Van Assche1-2/+9
2022-08-22block: shrink rq_map_data a bitJens Axboe1-4/+4
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-2/+2
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai1-1/+0
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche1-2/+4
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-4/+4
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-1/+1
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-1/+1
2022-07-06blk-mq: Add a flag for reserved requestsJohn Garry1-0/+6
2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig1-1/+0
2022-06-28block: simplify disk shutdownChristoph Hellwig1-0/+3
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-2/+1
2022-05-08blk-mq: remove the error_count from struct requestWilly Tarreau1-1/+0
2022-03-08blk-mq: manage hctx map via xarrayMing Lei1-2/+1
2022-02-16blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig1-2/+1
2022-01-09block: fix old-style declarationYang Li1-1/+1
2022-01-05block: introduce rq_list_moveKeith Busch1-0/+17
2022-01-05block: introduce rq_list_for_each_safe macroKeith Busch1-0/+4
2022-01-05block: move rq_list macros to blk-mq.hKeith Busch1-0/+29
2021-12-16block: add mq_ops->queue_rqs hookJens Axboe1-0/+8
2021-12-06blk-mq: Delete busy_iter_fnJohn Garry1-1/+0
2021-12-06blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry1-2/+1
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei1-8/+0
2021-12-03block: switch to atomic_t for request referencesJens Axboe1-1/+1
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-4/+3
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-4/+0
2021-11-29blk-mq: Add blk_mq_complete_request_direct()Sebastian Andrzej Siewior1-0/+11
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig1-10/+0
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig1-3/+0
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-11-09blk-mq: add one API for waiting until quiesce is doneMing Lei1-0/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-3/+0
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig1-5/+0
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers1-1/+1
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig1-2/+0
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe1-1/+35