summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: manage hctx map via xarrayMing Lei2022-03-081-2/+1
* blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig2022-02-161-2/+1
* block: fix old-style declarationYang Li2022-01-091-1/+1
* block: introduce rq_list_moveKeith Busch2022-01-051-0/+17
* block: introduce rq_list_for_each_safe macroKeith Busch2022-01-051-0/+4
* block: move rq_list macros to blk-mq.hKeith Busch2022-01-051-0/+29
* block: add mq_ops->queue_rqs hookJens Axboe2021-12-161-0/+8
* blk-mq: Delete busy_iter_fnJohn Garry2021-12-061-1/+0
* blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry2021-12-061-2/+1
* blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2021-12-031-8/+0
* block: switch to atomic_t for request referencesJens Axboe2021-12-031-1/+1
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-4/+3
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-4/+0
* blk-mq: Add blk_mq_complete_request_direct()Sebastian Andrzej Siewior2021-11-291-0/+11
* block: remove rq_flush_dcache_pagesChristoph Hellwig2021-11-291-10/+0
* block: move blk_rq_err_bytes to scsiChristoph Hellwig2021-11-291-3/+0
* 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
|\