summaryrefslogtreecommitdiff
path: root/block/blk-mq.h
AgeCommit message (Expand)Author
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
2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei
2017-03-02blk-mq: kill blk_mq_set_alloc_data()Omar Sandoval
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval
2017-01-27blk-mq: fix debugfs compilation issuesOmar Sandoval
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2017-01-17blk-mq: abstract out helpers for allocating/freeing tag mapsJens Axboe
2017-01-17blk-mq-tag: cleanup the normal/reserved tag allocationJens Axboe
2017-01-17blk-mq: export some helpers we need to the scheduling frameworkJens Axboe
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-12-09blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe
2016-11-10block: add scalable completion tracking of requestsJens Axboe
2016-11-08blk-mq: export blk_mq_map_queuesChristoph Hellwig
2016-11-02blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-22blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-02-09blk-mq: dynamic h/w context countKeith Busch
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig