aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitMing Lei1-2/+0
2019-07-02blk-mq: remove blk_mq_put_ctx()Bart Van Assche1-4/+1
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-11/+15
2019-06-13blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei1-1/+0
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei1-3/+27
2019-05-04blk-mq: grab .q_usage_counter when queuing request from plug code pathMing Lei1-1/+11
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2019-04-05block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche1-3/+5
2019-02-01blk-mq: save queue mapping result into ctx directlyJianchao Wang1-1/+1
2018-12-17blk-mq: fix dispatch from sw queueMing Lei1-3/+8
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal1-1/+2
2018-12-16blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang1-5/+3
2018-11-20block: fix attempt to assign NULL io_contextJens Axboe1-1/+8
2018-11-19block: Remove bio->bi_iocDamien Le Moal1-2/+2
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig1-2/+2
2018-11-07blk-mq: cleanup and improve list insertionJens Axboe1-7/+1
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe1-4/+2
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe1-1/+1
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe1-4/+12
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe1-17/+16
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang1-44/+0
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei1-1/+12
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei1-9/+2
2018-07-09blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei1-1/+2
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei1-80/+5
2018-06-02blk-mq: update nr_requests when switching to 'none' schedulerMing Lei1-0/+1
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig1-11/+0
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig1-1/+1
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe1-10/+24
2018-02-01blk-mq-sched: Enable merging discard bio into requestKeith Busch1-0/+2
2018-01-17blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_requestMike Snitzer1-1/+1
2018-01-05blk-mq: remove confusing comment of blk_mq_sched_dispatch_requestsLiu Bo1-1/+0
2017-11-10blk-mq: only run the hardware queue if IO is pendingJens Axboe1-6/+1
2017-11-10Revert "blk-mq: don't handle TAG_SHARED in restart"Jens Axboe1-4/+74
2017-11-04blk-mq: don't allocate driver tag upfront for flush rqMing Lei1-37/+5
2017-11-04blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQMing Lei1-13/+16
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei1-12/+2
2017-11-01blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCEMing Lei1-25/+20
2017-11-01blk-mq: don't handle TAG_SHARED in restartMing Lei1-74/+4
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei1-3/+71
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei1-10/+45
2017-11-01blk-mq-sched: move actual dispatching into one helperMing Lei1-19/+24
2017-11-01blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatchMing Lei1-6/+6
2017-07-03blk-mq-sched: fix performance regression of mq-deadlineMing Lei1-3/+5
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe1-12/+46
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe1-12/+46
2017-06-20blk-mq: Document locking assumptionsBart Van Assche1-0/+2
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei1-1/+2
2017-06-18blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig1-24/+4
2017-06-18blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig1-4/+6