aboutsummaryrefslogtreecommitdiff
path: root/block/blk-mq.h
AgeCommit message (Expand)Author
2018-12-17blk-mq: fix dispatch from sw queueMing Lei
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang
2018-12-10block: return just one value from part_in_flightMikulas Patocka
2018-12-04block: move queues types to the block layerChristoph Hellwig
2018-11-29blk-mq: use bd->last == true for list insertsJens Axboe
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe
2018-11-07blk-mq: support multiple hctx mapsJens Axboe
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe
2018-11-07blk-mq: provide dummy blk_mq_map_queue_type() helperJens Axboe
2018-11-07blk-mq: abstract out queue mapJens Axboe
2018-11-07blk-mq: kill q->mq_mapJens Axboe
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei
2018-07-09blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im
2018-07-09blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei
2018-05-29blk-mq: Remove generation seqeunceKeith Busch
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij
2018-01-19blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...Bart Van Assche
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei
2018-01-09blk-mq: remove REQ_ATOM_STARTEDTejun Heo
2018-01-09blk-mq: make blk_abort_request() trigger timeout pathTejun Heo
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-10blk-mq: only run the hardware queue if IO is pendingJens Axboe
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche
2017-11-04blk-mq: move blk_mq_put_driver_tag*() into blk-mq.hMing Lei
2017-11-04block: pass 'run_queue' to blk_mq_request_bypass_insertMing Lei
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei
2017-09-11block: directly insert blk-mq request from blk_insert_cloned_request()Jens Axboe
2017-08-09blk-mq: provide internal in-flight variantJens Axboe
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-28blk-mq: Create hctx for each present CPUChristoph Hellwig
2017-06-18blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig
2017-06-18blk-mq: simplify blk_mq_free_requestChristoph Hellwig
2017-06-18blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval
2017-04-26blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...Bart Van Assche
2017-04-26blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche
2017-04-26blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche
2017-04-14blk-mq: add shallow depth option for blk_mq_get_tag()Omar Sandoval
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-07blk-mq: use the right hctx when getting a driver tag failsOmar Sandoval
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval
2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei