summaryrefslogtreecommitdiff
path: root/include/linux/blk-mq.h
AgeCommit message (Expand)Author
2022-01-09block: fix old-style declarationYang Li
2022-01-05block: introduce rq_list_moveKeith Busch
2022-01-05block: introduce rq_list_for_each_safe macroKeith Busch
2022-01-05block: move rq_list macros to blk-mq.hKeith Busch
2021-12-16block: add mq_ops->queue_rqs hookJens Axboe
2021-12-06blk-mq: Delete busy_iter_fnJohn Garry
2021-12-06blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei
2021-12-03block: switch to atomic_t for request referencesJens Axboe
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29blk-mq: Add blk_mq_complete_request_direct()Sebastian Andrzej Siewior
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09blk-mq: add one API for waiting until quiesce is doneMing Lei
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe
2021-10-18block: store elevator state in requestJens Axboe
2021-10-18block: improve layout of struct requestJens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: fold bio_cur_bytes into blk_rq_cur_bytesChristoph Hellwig
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche
2021-06-30block: mark blk_mq_init_queue_data staticChristoph Hellwig
2021-06-18blk-mq: fix an IS_ERR() vs NULL bugDan Carpenter
2021-06-11blk-mq: remove blk_mq_init_sq_queueChristoph Hellwig
2021-06-11blk-mq: add the blk_mq_alloc_disk APIsChristoph Hellwig
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig
2021-06-11blk-mq: factor out a blk_mq_alloc_sq_tag_set helperChristoph Hellwig
2021-04-21scsi: blk-mq: Fix build warning when making htmldocsMing Lei
2021-03-04scsi: blk-mq: Return budget token from .get_budget callbackMing Lei
2021-03-04scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei
2021-02-10blk-mq: introduce blk_mq_set_request_completeChao Leng
2021-01-24Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche