aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk-mq.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-5/+1
2023-07-20blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldGravatar Chengming Zhou 1-2/+0
2023-07-17blk-flush: reuse rq queuelist in flush state machineGravatar Chengming Zhou 1-1/+0
2023-07-17blk-mq: use percpu csd to remote complete instead of per-rq csdGravatar Chengming Zhou 1-4/+1
2023-07-10block: remove dead struc request->completion_data fieldGravatar Jens Axboe 1-3/+3
2023-06-28block: add request polling helperGravatar Keith Busch 1-0/+2
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDGravatar Ming Lei 1-1/+5
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Gravatar Yu Kuai 1-2/+1
2023-05-23block: remove redundant req_op in blk_rq_is_passthroughGravatar Li Nan 1-1/+1
2023-05-19blk-mq: don't use the requeue list to queue flush commandsGravatar Christoph Hellwig 1-3/+1
2023-05-19blk-mq: use the I/O scheduler for writes from the flush state machineGravatar Bart Van Assche 1-16/+11
2023-05-18block: Introduce blk_rq_is_seq_zoned_write()Gravatar Bart Van Assche 1-0/+17
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestGravatar Christoph Hellwig 1-5/+7
2023-05-18blk-mq: remove RQF_ELVPRIVGravatar Christoph Hellwig 1-2/+0
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+0
2023-03-20blk-mq: remove hybrid pollingGravatar Keith Busch 1-2/+0
2023-03-14block: do not reverse request order when flushing plug listGravatar Jan Kara 1-0/+6
2023-02-17blk-mq: Reorder fields in 'struct blk_mq_tag_set'Gravatar Christophe JAILLET 1-2/+2
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+7
2022-11-02blk-mq: add tagset quiesce interfaceGravatar Chao Leng 1-0/+2
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneGravatar Christoph Hellwig 1-1/+1
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetGravatar Christoph Hellwig 1-0/+4
2022-10-27blk-mq: don't add non-pt request with ->end_io to batchGravatar Ming Lei 1-1/+2
2022-10-25block: Remove request.write_hintGravatar Bart Van Assche 1-1/+0
2022-09-30block: add blk_rq_map_user_ioGravatar Anuj Gupta 1-0/+2
2022-09-30block: allow end_io based requests in the completion batch handlingGravatar Jens Axboe 1-1/+2
2022-09-30block: change request end_io handler to pass back a return valueGravatar Jens Axboe 1-1/+6
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughGravatar Jens Axboe 1-0/+1
2022-09-21block: export blk_rq_is_pollGravatar Kanchan Joshi 1-0/+1
2022-09-21block: Fix the enum blk_eh_timer_return documentationGravatar Bart Van Assche 1-2/+9
2022-08-22block: shrink rq_map_data a bitGravatar Jens Axboe 1-4/+4
2022-08-22block: Change the return type of blk_mq_map_queues() into voidGravatar Bart Van Assche 1-2/+2
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Gravatar Yu Kuai 1-1/+0
2022-07-14block: Use the new blk_opf_t typeGravatar Bart Van Assche 1-3/+3
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opGravatar Bart Van Assche 1-2/+4
2022-07-06block: move zone related fields to struct gendiskGravatar Christoph Hellwig 1-4/+4
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnGravatar John Garry 1-1/+1
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argGravatar John Garry 1-1/+1
2022-07-06blk-mq: Add a flag for reserved requestsGravatar John Garry 1-0/+6
2022-06-28blk-mq: cleanup disk sysfs registrationGravatar Christoph Hellwig 1-1/+0
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 1-0/+3
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitGravatar Christoph Hellwig 1-2/+1
2022-05-08blk-mq: remove the error_count from struct requestGravatar Willy Tarreau 1-1/+0
2022-03-08blk-mq: manage hctx map via xarrayGravatar Ming Lei 1-2/+1
2022-02-16blk-mq: remove the request_queue argument to blk_insert_cloned_requestGravatar Christoph Hellwig 1-2/+1
2022-01-09block: fix old-style declarationGravatar Yang Li 1-1/+1
2022-01-05block: introduce rq_list_moveGravatar Keith Busch 1-0/+17
2022-01-05block: introduce rq_list_for_each_safe macroGravatar Keith Busch 1-0/+4
2022-01-05block: move rq_list macros to blk-mq.hGravatar Keith Busch 1-0/+29
2021-12-16block: add mq_ops->queue_rqs hookGravatar Jens Axboe 1-0/+8