summaryrefslogtreecommitdiff
path: root/block/blk-mq.h
AgeCommit message (Expand)Author
2018-06-21blk-mq: fix sysfs inflight counterOmar Sandoval
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2015-11-11blk-mq: mark __blk_mq_complete_request() staticJens Axboe
2015-10-09blk-mq: remove unused blk_mq_clone_flush_request prototypeChristoph Hellwig
2015-09-29blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe
2014-12-08blk-mq: prevent unmapped hw queue from being scheduledMing Lei
2014-09-25block: introduce blk_init_flush and its pairMing Lei