aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-15blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe1-0/+4
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2018-07-24blk-mq: export setting request completion stateKeith Busch1-0/+14
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei1-1/+2
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei1-0/+1
2018-06-14blk-mq: remove blk_mq_tagset_iterChristoph Hellwig1-2/+0
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe1-1/+2
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij1-0/+3
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei1-2/+0
2018-01-09blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcuTejun Heo1-1/+1
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo1-0/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+29
2017-11-10blk-mq: only run the hardware queue if IO is pendingJens Axboe1-1/+1
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche1-6/+11
2017-11-10block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche1-0/+1
2017-11-10blk-mq: fix issue with shared tag queue re-runningJens Axboe1-3/+2
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei1-1/+1
2017-11-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei1-0/+2
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei1-0/+11
2017-10-18block: remove blk_mq_reinit_tagsetSagi Grimberg1-2/+0
2017-10-18block: introduce blk_mq_tagset_iterSagi Grimberg1-0/+2
2017-08-18blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche1-3/+2
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche1-9/+1
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche1-0/+2
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche1-3/+3
2017-06-20blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche1-2/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-18blk-mq: don't stop queue for quiescingMing Lei1-2/+0
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei1-0/+4
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei1-0/+1
2017-06-18blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei1-0/+8
2017-06-18blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei1-0/+1
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-5/+2
2017-06-09block: introduce new block status code typeChristoph Hellwig1-2/+2
2017-05-22blk-mq: remove blk_mq_abort_requeue_list()Ming Lei1-1/+0
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval1-0/+1
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval1-0/+4
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-2/+2
2017-04-28blk-mq: unify hctx delay_work and run_workJens Axboe1-2/+1
2017-04-28blk-mq: unify hctx delayed_run_work and run_workJens Axboe1-2/+1
2017-04-26blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche1-0/+8
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-14blk-mq: export helpersOmar Sandoval1-0/+1
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-0/+2
2017-04-07blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche1-0/+2
2017-04-05blk-mq: Remove blk_mq_queue_data.listBart Van Assche1-1/+0
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei1-1/+1