summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry2020-09-031-2/+24
* blk-mq: Relocate hctx_may_queue()John Garry2020-09-031-0/+32
* blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry2020-09-031-0/+5
* blk-mq: Pass flags for tag init/freeJohn Garry2020-09-031-2/+3
* Revert "blk-mq: put driver tag when this request is completed"Jens Axboe2020-07-011-0/+20
* blk-mq: move blk_mq_put_driver_tag() into blk-mq.cMing Lei2020-06-301-20/+0
* blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei2020-06-301-1/+2
* blk-mq: pass hctx to blk_mq_dispatch_rq_listMing Lei2020-06-301-1/+1
* blk-mq: pass request queue into get/put budget callbackMing Lei2020-06-301-8/+4
* blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig2020-06-291-1/+1
* blk-mq: split out a __blk_mq_get_driver_tag helperChristoph Hellwig2020-06-071-1/+0
* blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig2020-05-291-2/+2
* blk-mq: Remove some unused function argumentsJohn Garry2020-02-261-1/+1
* blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei2020-02-241-1/+2
* blk-mq: Inline status checkersPavel Begunkov2019-10-071-9/+0
* block: Disable write plugging for zoned block devicesDamien Le Moal2019-07-101-0/+32
* blk-mq: remove blk_mq_put_ctx()Bart Van Assche2019-07-021-6/+1
* blk-mq: free hw queue's resource in hctx's release handlerMing Lei2019-05-041-1/+1
* block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche2019-04-051-4/+2
* blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu2019-03-241-9/+0