summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-0/+1
|\
| * blk-mq: add one API for waiting until quiesce is doneMing Lei2021-11-091-0/+1
* | block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-3/+0
* | block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig2021-10-221-5/+0
|/
* blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-211-1/+1
* blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig2021-10-201-2/+0
* block: move blk_mq_tag_to_rq() inlineJens Axboe2021-10-191-1/+35
* block: add support for blk_mq_end_request_batch()Jens Axboe2021-10-181-0/+29
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-181-1/+1
* block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe2021-10-181-10/+0
* block: store elevator state in requestJens Axboe2021-10-181-0/+2
* block: improve layout of struct requestJens Axboe2021-10-181-44/+46
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-13/+2
* block: fold bio_cur_bytes into blk_rq_cur_bytesChristoph Hellwig2021-10-181-1/+5
* block: pre-allocate requests if plug is started and is a batchJens Axboe2021-10-181-1/+4
* blk-mq: Change shared sbitmap naming to shared tagsJohn Garry2021-10-181-4/+4
* blk-mq: Use shared tags for shared sbitmap supportJohn Garry2021-10-181-8/+7
* block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry2021-10-181-1/+1
* block: move struct request to blk-mq.hChristoph Hellwig2021-10-181-0/+465
* 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