summaryrefslogtreecommitdiff
path: root/include/linux/blk-mq.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-3/+0
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig1-5/+0
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers1-1/+1
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig1-2/+0
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe1-1/+35
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe1-0/+29
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-1/+1
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe1-10/+0
2021-10-18block: store elevator state in requestJens Axboe1-0/+2
2021-10-18block: improve layout of struct requestJens Axboe1-44/+46
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-13/+2
2021-10-18block: fold bio_cur_bytes into blk_rq_cur_bytesChristoph Hellwig1-1/+5
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe1-1/+4
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry1-4/+4
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry1-8/+7
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry1-1/+1
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig1-0/+465
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig1-7/+3
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche1-0/+6
2021-07-01block: mark blk_mq_init_queue_data staticChristoph Hellwig1-2/+0
2021-06-18blk-mq: fix an IS_ERR() vs NULL bugDan Carpenter1-1/+1
2021-06-11blk-mq: remove blk_mq_init_sq_queueChristoph Hellwig1-4/+0
2021-06-11blk-mq: add the blk_mq_alloc_disk APIsChristoph Hellwig1-0/+12
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig1-3/+2
2021-06-11blk-mq: factor out a blk_mq_alloc_sq_tag_set helperChristoph Hellwig1-0/+3
2021-04-22scsi: blk-mq: Fix build warning when making htmldocsMing Lei1-4/+4
2021-03-05scsi: blk-mq: Return budget token from .get_budget callbackMing Lei1-2/+2
2021-03-05scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei1-0/+9
2021-02-10blk-mq: introduce blk_mq_set_request_completeChao Leng1-0/+12
2021-01-25Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara1-4/+0
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-2/+2
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+2
2020-12-17Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+12
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche1-2/+0
2020-12-09scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche1-0/+2
2020-12-08blk-mq: add new API of blk_mq_hctx_set_fq_lock_classMing Lei1-0/+3
2020-12-01block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni1-0/+12
2020-10-28blk-mq: docs: add kernel-doc description for a new struct memberMauro Carvalho Chehab1-0/+2
2020-09-04blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai1-0/+4
2020-09-04blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry1-0/+1
2020-09-04blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry1-0/+6
2020-09-04blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei1-1/+1
2020-09-02block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang1-2/+0
2020-07-28block: Remove callback typedefs for blk_mq_opsDaniel Wagner1-32/+18
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-1/+1
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei1-2/+2
2020-06-29blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig1-2/+0
2020-06-24blk-mq: add a new blk_mq_complete_request_remote APIChristoph Hellwig1-0/+1
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-2/+10
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei1-0/+10