summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe2018-05-301-1/+2
* block: mq: Add some minor doc for core structsLinus Walleij2018-04-251-0/+3
* blk-mq: remove blk_mq_delay_queue()Ming Lei2018-04-101-2/+0
* blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcuTejun Heo2018-01-091-1/+1
* blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-091-0/+1
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-11/+29
|\
| * blk-mq: only run the hardware queue if IO is pendingJens Axboe2017-11-101-1/+1
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-101-6/+11
| * block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche2017-11-101-0/+1
| * blk-mq: fix issue with shared tag queue re-runningJens Axboe2017-11-101-3/+2
| * blk-mq: don't handle failure in .get_budgetMing Lei2017-11-041-1/+1
| * Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe2017-11-031-2/+2
| |\
| | * block: remove blk_mq_reinit_tagsetSagi Grimberg2017-10-181-2/+0
| | * block: introduce blk_mq_tagset_iterSagi Grimberg2017-10-181-0/+2
| * | blk-mq-sched: improve dispatching from sw queueMing Lei2017-11-011-0/+2
| * | blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei2017-11-011-0/+11
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2017-08-181-3/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-1/+1
|\
| * sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* | blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche2017-06-211-9/+1
* | block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-201-0/+2
* | block: Make request operation type argument declarations consistentBart Van Assche2017-06-201-3/+3
* | blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche2017-06-201-2/+3
* | blk-mq: don't stop queue for quiescingMing Lei2017-06-181-2/+0
* | blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2017-06-181-0/+4
* | blk-mq: introduce blk_mq_unquiesce_queueMing Lei2017-06-181-0/+1
* | blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei2017-06-181-0/+8
* | blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei2017-06-181-0/+1
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-5/+2
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-2/+2
|/
* blk-mq: remove blk_mq_abort_requeue_list()Ming Lei2017-05-221-1/+0
* blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval2017-05-041-0/+1
* blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-041-0/+4
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-2/+2
* blk-mq: unify hctx delay_work and run_workJens Axboe2017-04-281-2/+1
* blk-mq: unify hctx delayed_run_work and run_workJens Axboe2017-04-281-2/+1
* blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche2017-04-261-0/+8
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* blk-mq: export helpersOmar Sandoval2017-04-141-0/+1
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-0/+2
|\
| * blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche2017-04-071-0/+2
* | blk-mq: Remove blk_mq_queue_data.listBart Van Assche2017-04-051-1/+0
* | block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-291-1/+1
* | blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig2017-03-221-1/+0
|/
* blk-mq: Provide freeze queue timeoutKeith Busch2017-03-021-0/+2
* blk-mq: Export blk_mq_freeze_queue_waitKeith Busch2017-03-021-0/+1
* blk-mq: use sbq wait queues instead of restart for driver tagsOmar Sandoval2017-02-231-0/+2
* blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-171-0/+1
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-1/+4