summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: docs: add kernel-doc description for a new struct memberMauro Carvalho Chehab2020-10-281-0/+2
* blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai2020-09-031-0/+4
* blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry2020-09-031-0/+1
* blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry2020-09-031-0/+6
* blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei2020-09-031-1/+1
* block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang2020-09-011-2/+0
* block: Remove callback typedefs for blk_mq_opsDaniel Wagner2020-07-281-32/+18
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-1/+1
* blk-mq: pass request queue into get/put budget callbackMing Lei2020-06-301-2/+2
* blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig2020-06-291-2/+0
* blk-mq: add a new blk_mq_complete_request_remote APIChristoph Hellwig2020-06-241-0/+1
* blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-241-2/+10
* blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei2020-05-291-0/+10
* blk-mq: blk-mq: provide forced completion methodKeith Busch2020-05-291-0/+1
* block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig2020-04-251-0/+2
* blk-mq: Add blk_mq_delay_run_hw_queues() API callDouglas Anderson2020-04-201-0/+1
* blk-mq: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-1/+1
* block: add a blk_mq_init_queue_data helperChristoph Hellwig2020-03-271-0/+2
* blk-mq: Fix a comment in include/linux/blk-mq.hBart Van Assche2020-03-101-1/+4
* blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()John Garry2019-11-131-1/+0
* blk-mq: Make blk_mq_run_hw_queue() return voidJohn Garry2019-11-011-1/+1
* blk-mq: fill header with kernel-docAndré Almeida2019-10-251-40/+185
* blk-mq: Inline status checkersPavel Begunkov2019-10-071-2/+18
* block: Document all members of blk_mq_tag_set and bkl_mq_queue_mapBart Van Assche2019-10-071-11/+43
* block: Delay default elevator initializationDamien Le Moal2019-09-051-1/+2
* block: Remove blk_mq_register_dev()Bart Van Assche2019-08-271-1/+0
* blk-mq: add callback of .cleanup_rqMing Lei2019-08-041-0/+13
* blk-mq: remove blk_mq_complete_request_syncMing Lei2019-08-041-1/+0
* blk-mq: introduce blk_mq_tagset_wait_completed_request()Ming Lei2019-08-041-0/+1
* blk-mq: introduce blk_mq_request_completed()Ming Lei2019-08-041-0/+1
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+1
* blk-mq: always free hctx after request queue is freedMing Lei2019-05-041-0/+2
* blk-mq: introduce blk_mq_complete_request_sync()Ming Lei2019-04-101-0/+1
* block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche2019-03-201-2/+0
* blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctxDongli Zhang2019-03-191-1/+0
* block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+0
* block: make request_to_qc_t publicSagi Grimberg2018-12-181-0/+10
* blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe2018-12-171-1/+1
* block: move queues types to the block layerChristoph Hellwig2018-12-041-9/+6
* blk-mq: add mq_ops->commit_rqs()Jens Axboe2018-11-291-0/+10
* blk-mq: Simplify request completion stateKeith Busch2018-11-261-14/+0
* blk-mq: Return true if request was completedKeith Busch2018-11-261-1/+1
* blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe2018-11-261-1/+1
* blk-mq: provide a helper to check if a queue is busyJens Axboe2018-11-081-0/+2
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-2/+2
* nvme: add separate poll queue mapJens Axboe2018-11-071-1/+1
* blk-mq: initial support for multiple queue mapsJens Axboe2018-11-071-1/+2
* blk-mq: support multiple hctx mapsJens Axboe2018-11-071-0/+14
* blk-mq: allow software queue to map to multiple hardware queuesJens Axboe2018-11-071-1/+2
* blk-mq: abstract out queue mapJens Axboe2018-11-071-3/+12