summaryrefslogtreecommitdiff
path: root/block/blk-mq-sched.c
AgeCommit message (Expand)Author
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
2017-04-07blk-mq-sched: set up scheduler tags when bringing up new queuesOmar Sandoval
2017-04-07blk-mq-sched: refactor scheduler initializationOmar Sandoval
2017-04-07blk-mq: use the right hctx when getting a driver tag failsOmar Sandoval
2017-03-02blk-mq: move update of tags->rqs to __blk_mq_alloc_request()Omar Sandoval
2017-03-02blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler requestOmar Sandoval
2017-03-02blk-mq-sched: Allocate sched reserved tags as specified in the original queue...Sagi Grimberg
2017-02-23blk-mq-sched: separate mark hctx and queue restart operationsOmar Sandoval
2017-02-22block: get rid of blk-mq default scheduler choice Kconfig entriesJens Axboe
2017-02-17blk-mq-sched: ask scheduler for work, if we failed dispatching leftoversJens Axboe
2017-02-17blk-mq-sched: don't add flushes to the head of requeue queueJens Axboe
2017-02-10blk-mq: pass bio to blk_mq_sched_get_rq_privPaolo Valente
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-02-03block: free merged request in the callerJens Axboe
2017-02-02blk-mq-sched: bypass the scheduler for flushes entirelyOmar Sandoval
2017-01-27block: cleanup remaining manual checks for PREFLUSH|FUAJens Axboe
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe
2017-01-27block: add a op_is_flush helperChristoph Hellwig
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe
2017-01-26blk-mq-sched: check for successful allocation before assigning tagJens Axboe
2017-01-26blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe