aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08blk-mq: remove duplicated definition of blk_mq_freeze_queueLiu Bo1-1/+0
2018-12-17blk-mq: fix dispatch from sw queueMing Lei1-2/+2
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig1-5/+8
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang1-2/+4
2018-12-10block: return just one value from part_in_flightMikulas Patocka1-2/+1
2018-12-04block: move queues types to the block layerChristoph Hellwig1-9/+12
2018-11-29blk-mq: use bd->last == true for list insertsJens Axboe1-1/+1
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei1-0/+6
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe1-4/+1
2018-11-07blk-mq: support multiple hctx mapsJens Axboe1-8/+25
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe1-1/+1
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe1-2/+4
2018-11-07blk-mq: provide dummy blk_mq_map_queue_type() helperJens Axboe1-1/+8
2018-11-07blk-mq: abstract out queue mapJens Axboe1-4/+4
2018-11-07blk-mq: kill q->mq_mapJens Axboe1-1/+3
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei1-0/+2
2018-07-09blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im1-0/+8
2018-07-09blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei1-2/+1
2018-05-29blk-mq: Remove generation seqeunceKeith Busch1-40/+2
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval1-1/+3
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij1-0/+3
2018-01-19blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly()Bart Van Assche1-1/+1
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei1-0/+3
2018-01-09blk-mq: remove REQ_ATOM_STARTEDTejun Heo1-0/+1
2018-01-09blk-mq: make blk_abort_request() trigger timeout pathTejun Heo1-2/+0
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo1-0/+46
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+55
2017-11-10blk-mq: only run the hardware queue if IO is pendingJens Axboe1-2/+0
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche1-1/+1
2017-11-04blk-mq: move blk_mq_put_driver_tag*() into blk-mq.hMing Lei1-0/+33
2017-11-04block: pass 'run_queue' to blk_mq_request_bypass_insertMing Lei1-1/+1
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei1-3/+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-1/+19
2017-09-11block: directly insert blk-mq request from blk_insert_cloned_request()Jens Axboe1-0/+1
2017-08-09blk-mq: provide internal in-flight variantJens Axboe1-0/+3
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2017-06-28blk-mq: Create hctx for each present CPUChristoph Hellwig1-5/+0
2017-06-18blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig1-6/+0
2017-06-18blk-mq: simplify blk_mq_free_requestChristoph Hellwig1-3/+0
2017-06-18blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig1-2/+0
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval1-28/+0
2017-04-26blk-mq-debugfs: Rename functions for registering and unregistering the mq directoryBart Van Assche1-4/+4
2017-04-26blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche1-3/+2
2017-04-26blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche1-0/+1
2017-04-14blk-mq: add shallow depth option for blk_mq_get_tag()Omar Sandoval1-0/+1
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-1/+1
2017-04-07blk-mq: use the right hctx when getting a driver tag failsOmar Sandoval1-1/+1
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval1-1/+0