index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
blk-mq.h
Age
Commit message (
Expand
)
Author
2020-07-28
block: Remove callback typedefs for blk_mq_ops
Daniel Wagner
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-06-30
blk-mq: pass request queue into get/put budget callback
Ming Lei
2020-06-29
blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
Christoph Hellwig
2020-06-24
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-05-29
blk-mq: drain I/O when all CPUs in a hctx are offline
Ming Lei
2020-05-29
blk-mq: blk-mq: provide forced completion method
Keith Busch
2020-04-25
block: bypass ->make_request_fn for blk-mq drivers
Christoph Hellwig
2020-04-20
blk-mq: Add blk_mq_delay_run_hw_queues() API call
Douglas Anderson
2020-04-18
blk-mq: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-27
block: add a blk_mq_init_queue_data helper
Christoph Hellwig
2020-03-10
blk-mq: Fix a comment in include/linux/blk-mq.h
Bart Van Assche
2019-11-13
blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()
John Garry
2019-11-01
blk-mq: Make blk_mq_run_hw_queue() return void
John Garry
2019-10-25
blk-mq: fill header with kernel-doc
André Almeida
2019-10-07
blk-mq: Inline status checkers
Pavel Begunkov
2019-10-07
block: Document all members of blk_mq_tag_set and bkl_mq_queue_map
Bart Van Assche
2019-09-05
block: Delay default elevator initialization
Damien Le Moal
2019-08-27
block: Remove blk_mq_register_dev()
Bart Van Assche
2019-08-04
blk-mq: add callback of .cleanup_rq
Ming Lei
2019-08-04
blk-mq: remove blk_mq_complete_request_sync
Ming Lei
2019-08-04
blk-mq: introduce blk_mq_tagset_wait_completed_request()
Ming Lei
2019-08-04
blk-mq: introduce blk_mq_request_completed()
Ming Lei
2019-06-20
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
2019-05-04
blk-mq: always free hctx after request queue is freed
Ming Lei
2019-04-10
blk-mq: introduce blk_mq_complete_request_sync()
Ming Lei
2019-03-20
block: Unexport blk_mq_add_to_requeue_list()
Bart Van Assche
2019-03-19
blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctx
Dongli Zhang
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2018-12-18
block: make request_to_qc_t public
Sagi Grimberg
2018-12-17
blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
Jens Axboe
2018-12-04
block: move queues types to the block layer
Christoph Hellwig
2018-11-29
blk-mq: add mq_ops->commit_rqs()
Jens Axboe
2018-11-26
blk-mq: Simplify request completion state
Keith Busch
2018-11-26
blk-mq: Return true if request was completed
Keith Busch
2018-11-26
blk-mq: remove 'tag' parameter from mq_ops->poll()
Jens Axboe
2018-11-08
blk-mq: provide a helper to check if a queue is busy
Jens Axboe
2018-11-08
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
2018-11-07
nvme: add separate poll queue map
Jens Axboe
2018-11-07
blk-mq: initial support for multiple queue maps
Jens Axboe
2018-11-07
blk-mq: support multiple hctx maps
Jens Axboe
2018-11-07
blk-mq: allow software queue to map to multiple hardware queues
Jens Axboe
2018-11-07
blk-mq: abstract out queue map
Jens Axboe
2018-11-07
block: kill request ->cpu member
Jens Axboe
2018-11-07
block: get rid of q->softirq_done_fn()
Jens Axboe
2018-11-07
blk-mq: provide mq_ops->busy() hook
Jens Axboe
2018-10-15
blk-mq: provide helper for setting up an SQ queue and tag set
Jens Axboe
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-07-24
blk-mq: export setting request completion state
Keith Busch
[next]