summaryrefslogtreecommitdiff
path: root/block/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-11/+66
|\
| * blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig2023-04-131-1/+1
| * blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig2023-04-131-1/+1
| * blk-mq: pass a flags argument to blk_mq_insert_requestChristoph Hellwig2023-04-131-0/+3
| * blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig2023-04-131-2/+1
| * blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig2023-04-131-2/+1
| * blk-mq: fold __blk_mq_insert_request into blk_mq_insert_requestChristoph Hellwig2023-04-131-2/+0
| * blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig2023-04-131-2/+0
| * blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig2023-04-131-3/+1
| * blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig2023-04-131-0/+1
| * blk-mq: remove blk-mq-tag.hChristoph Hellwig2023-04-131-1/+60
* | blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch...Chris Leech2023-03-141-2/+3
|/
* blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig2022-11-021-7/+7
* block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav2022-09-291-1/+2
* block: Use the new blk_opf_t typeBart Van Assche2022-07-141-3/+3
* block: simplify blk_mq_plugChristoph Hellwig2022-07-061-10/+8
* block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-061-1/+1
* blk-mq: cleanup disk sysfs registrationChristoph Hellwig2022-06-281-1/+2
* blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig2022-06-281-2/+2
* block: Rename a blk_mq_map_queue() argumentBart Van Assche2022-06-271-6/+6
* blk-mq: manage hctx map via xarrayMing Lei2022-03-081-1/+1
* blk-mq: don't run might_sleep() if the operation needn't blockingMing Lei2021-12-061-2/+5
* blk-mq: pass request queue to blk_mq_run_dispatch_opsMing Lei2021-12-031-4/+4
* blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2021-12-031-2/+2
* blk-mq: remove hctx_lock and hctx_unlockMing Lei2021-12-031-0/+16
* block: move request based cloning helpers to blk-mq.cChristoph Hellwig2021-11-291-3/+0
* blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei2021-11-151-0/+2
* blk-mq: fix filesystem I/O request allocationMing Lei2021-11-121-11/+15
* block: use enum type for blk_mq_alloc_data->rq_flagsJens Axboe2021-11-091-1/+1
* blk-mq: update hctx->nr_active in blk_mq_end_request_batch()Ming Lei2021-11-031-3/+9
* block: add rq_flags to struct blk_mq_alloc_dataJens Axboe2021-10-271-4/+4
* blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig2021-10-201-0/+1
* block: inline fast path of driver tag allocationJens Axboe2021-10-191-1/+14
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-181-1/+2
* block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe2021-10-181-7/+0
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-0/+2
* block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2021-10-181-2/+2
* block: pre-allocate requests if plug is started and is a batchJens Axboe2021-10-181-0/+5
* blk-mq: Change shared sbitmap naming to shared tagsJohn Garry2021-10-181-8/+8
* blk-mq: Use shared tags for shared sbitmap supportJohn Garry2021-10-181-4/+3
* blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()John Garry2021-10-181-1/+3
* blk-mq: Add blk_mq_alloc_map_and_rqs()John Garry2021-10-181-7/+2
* blk: Fix lock inversion between ioc lock and bfqd lockJan Kara2021-06-241-0/+11
* block: Do not pull requests from the scheduler when we cannot dispatch themJan Kara2021-06-031-0/+2
* blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei2021-05-241-0/+1
* scsi: blk-mq: Return budget token from .get_budget callbackMing Lei2021-03-041-4/+21
* blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei2021-01-241-1/+1
* blk-mq: update arg in comment of blk_mq_map_queueMinwoo Im2020-12-121-1/+1
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-3/+4
* blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry2020-09-031-3/+13