aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk-mq.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitGravatar Christoph Hellwig 1-2/+1
2022-05-08blk-mq: remove the error_count from struct requestGravatar Willy Tarreau 1-1/+0
2022-03-08blk-mq: manage hctx map via xarrayGravatar Ming Lei 1-2/+1
2022-02-16blk-mq: remove the request_queue argument to blk_insert_cloned_requestGravatar Christoph Hellwig 1-2/+1
2022-01-09block: fix old-style declarationGravatar Yang Li 1-1/+1
2022-01-05block: introduce rq_list_moveGravatar Keith Busch 1-0/+17
2022-01-05block: introduce rq_list_for_each_safe macroGravatar Keith Busch 1-0/+4
2022-01-05block: move rq_list macros to blk-mq.hGravatar Keith Busch 1-0/+29
2021-12-16block: add mq_ops->queue_rqs hookGravatar Jens Axboe 1-0/+8
2021-12-06blk-mq: Delete busy_iter_fnGravatar John Garry 1-1/+0
2021-12-06blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentGravatar John Garry 1-2/+1
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueGravatar Ming Lei 1-8/+0
2021-12-03block: switch to atomic_t for request referencesGravatar Jens Axboe 1-1/+1
2021-11-29block: remove the gendisk argument to blk_execute_rqGravatar Christoph Hellwig 1-4/+3
2021-11-29block: remove the ->rq_disk field in struct requestGravatar Christoph Hellwig 1-4/+0
2021-11-29blk-mq: Add blk_mq_complete_request_direct()Gravatar Sebastian Andrzej Siewior 1-0/+11
2021-11-29block: remove rq_flush_dcache_pagesGravatar Christoph Hellwig 1-10/+0
2021-11-29block: move blk_rq_err_bytes to scsiGravatar Christoph Hellwig 1-3/+0
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2021-11-09blk-mq: add one API for waiting until quiesce is doneGravatar Ming Lei 1-0/+1
2021-10-29block: remove blk_{get,put}_requestGravatar Christoph Hellwig 1-3/+0
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodGravatar Christoph Hellwig 1-5/+0
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileGravatar Eric Biggers 1-1/+1
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hGravatar Christoph Hellwig 1-2/+0
2021-10-19block: move blk_mq_tag_to_rq() inlineGravatar Jens Axboe 1-1/+35
2021-10-18block: add support for blk_mq_end_request_batch()Gravatar Jens Axboe 1-0/+29
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Gravatar Jens Axboe 1-1/+1
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesGravatar Jens Axboe 1-10/+0
2021-10-18block: store elevator state in requestGravatar Jens Axboe 1-0/+2
2021-10-18block: improve layout of struct requestGravatar Jens Axboe 1-44/+46
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-13/+2
2021-10-18block: fold bio_cur_bytes into blk_rq_cur_bytesGravatar Christoph Hellwig 1-1/+5
2021-10-18block: pre-allocate requests if plug is started and is a batchGravatar Jens Axboe 1-1/+4
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsGravatar John Garry 1-4/+4
2021-10-18blk-mq: Use shared tags for shared sbitmap supportGravatar John Garry 1-8/+7
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQGravatar John Garry 1-1/+1
2021-10-18block: move struct request to blk-mq.hGravatar Christoph Hellwig 1-0/+465
2021-08-23block: cleanup the lockdep handling in *alloc_diskGravatar Christoph Hellwig 1-7/+3
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagGravatar Bart Van Assche 1-0/+6
2021-06-30block: mark blk_mq_init_queue_data staticGravatar Christoph Hellwig 1-2/+0
2021-06-18blk-mq: fix an IS_ERR() vs NULL bugGravatar Dan Carpenter 1-1/+1
2021-06-11blk-mq: remove blk_mq_init_sq_queueGravatar Christoph Hellwig 1-4/+0
2021-06-11blk-mq: add the blk_mq_alloc_disk APIsGravatar Christoph Hellwig 1-0/+12
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceGravatar Christoph Hellwig 1-3/+2
2021-06-11blk-mq: factor out a blk_mq_alloc_sq_tag_set helperGravatar Christoph Hellwig 1-0/+3
2021-04-21scsi: blk-mq: Fix build warning when making htmldocsGravatar Ming Lei 1-4/+4
2021-03-04scsi: blk-mq: Return budget token from .get_budget callbackGravatar Ming Lei 1-2/+2
2021-03-04scsi: blk-mq: Add callbacks for storing & retrieving budget tokenGravatar Ming Lei 1-0/+9
2021-02-10blk-mq: introduce blk_mq_set_request_completeGravatar Chao Leng 1-0/+12
2021-01-24Revert "blk-mq, elevator: Count requests per hctx to improve performance"Gravatar Jan Kara 1-4/+0