aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei1-0/+1
2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei1-0/+1
2017-03-02blk-mq: kill blk_mq_set_alloc_data()Omar Sandoval1-10/+0
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval1-5/+0
2017-01-27blk-mq: fix debugfs compilation issuesOmar Sandoval1-5/+6
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe1-0/+2
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe1-0/+1
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval1-0/+33
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-1/+7
2017-01-17blk-mq: abstract out helpers for allocating/freeing tag mapsJens Axboe1-5/+9
2017-01-17blk-mq-tag: cleanup the normal/reserved tag allocationJens Axboe1-0/+5
2017-01-17blk-mq: export some helpers we need to the scheduling frameworkJens Axboe1-0/+25
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2016-12-09blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe1-0/+1
2016-11-10block: add scalable completion tracking of requestsJens Axboe1-0/+3