summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2021-08-231-7/+3
* blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche2021-08-051-0/+6
* block: mark blk_mq_init_queue_data staticChristoph Hellwig2021-06-301-2/+0
* blk-mq: fix an IS_ERR() vs NULL bugDan Carpenter2021-06-181-1/+1
* blk-mq: remove blk_mq_init_sq_queueChristoph Hellwig2021-06-111-4/+0
* blk-mq: add the blk_mq_alloc_disk APIsChristoph Hellwig2021-06-111-0/+12
* blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig2021-06-111-3/+2
* blk-mq: factor out a blk_mq_alloc_sq_tag_set helperChristoph Hellwig2021-06-111-0/+3
* scsi: blk-mq: Fix build warning when making htmldocsMing Lei2021-04-211-4/+4
* scsi: blk-mq: Return budget token from .get_budget callbackMing Lei2021-03-041-2/+2
* scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei2021-03-041-0/+9
* blk-mq: introduce blk_mq_set_request_completeChao Leng2021-02-101-0/+12
* Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara2021-01-241-4/+0
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-2/+2
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-011-2/+2
|\
| * scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2020-12-091-2/+0
| * scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche2020-12-091-0/+2
* | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-0/+12
|\ \
| * | block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni2020-12-011-0/+12
* | | blk-mq: add new API of blk_mq_hctx_set_fq_lock_classMing Lei2020-12-071-0/+3
|/ /
* / 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