aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sched.c
AgeCommit message (Expand)Author
2018-12-17blk-mq: fix dispatch from sw queueMing Lei
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal
2018-12-16blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang
2018-11-20block: fix attempt to assign NULL io_contextJens Axboe
2018-11-19block: Remove bio->bi_iocDamien Le Moal
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-07blk-mq: cleanup and improve list insertionJens Axboe
2018-11-07blk-mq: cache request hardware queue mappingJens 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-07block: get rid of MQ scheduler ops unionJens Axboe
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei
2018-07-09blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei
2018-06-02blk-mq: update nr_requests when switching to 'none' schedulerMing Lei
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe
2018-02-01blk-mq-sched: Enable merging discard bio into requestKeith Busch
2018-01-17blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_requestMike Snitzer
2018-01-05blk-mq: remove confusing comment of blk_mq_sched_dispatch_requestsLiu Bo
2017-11-10blk-mq: only run the hardware queue if IO is pendingJens Axboe
2017-11-10Revert "blk-mq: don't handle TAG_SHARED in restart"Jens Axboe
2017-11-04blk-mq: don't allocate driver tag upfront for flush rqMing Lei
2017-11-04blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQMing Lei
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei
2017-11-01blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCEMing Lei
2017-11-01blk-mq: don't handle TAG_SHARED in restartMing Lei
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-11-01blk-mq-sched: move actual dispatching into one helperMing Lei
2017-11-01blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatchMing Lei
2017-07-03blk-mq-sched: fix performance regression of mq-deadlineMing Lei
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe
2017-06-20blk-mq: Document locking assumptionsBart Van Assche
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei
2017-06-18blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig
2017-06-18blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig
2017-06-18blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.cChristoph Hellwig
2017-05-26blk-mq: make per-sw-queue bio merge as default .bio_mergeMing Lei
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval
2017-05-02blk-mq-sched: remove hack that bypasses scheduler for reserved requestsJens Axboe
2017-04-27blk-mq-sched: alloate reserved tags out of normal poolJens Axboe
2017-04-20blk-mq: Remove blk_mq_sched_move_to_dispatch()Bart Van Assche
2017-04-07blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval
2017-04-07blk-mq: Restart a single queue if tag sets are sharedBart Van Assche
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval