summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2017-04-19block: Export blk_init_request_from_bio()Bart Van Assche
2017-04-14blk-mq-sched: make completed_request() callback more usefulOmar Sandoval
2017-04-14blk-mq: export helpersOmar Sandoval
2017-04-07blk-mq: Clarify comments in blk_mq_dispatch_rq_list()Bart Van Assche
2017-04-07blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_listBart Van Assche
2017-04-07blk-mq: use true instead of 1 for blk_mq_queue_data.lastOmar Sandoval
2017-04-07blk-mq: make driver tag failure path easier to followOmar Sandoval
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-07blk-mq: Restart a single queue if tag sets are sharedBart Van Assche
2017-04-07blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche
2017-04-07blk-mq: remap queues when adding/removing hardware queuesOmar Sandoval
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: use the right hctx when getting a driver tag failsOmar Sandoval
2017-04-05blk-mq: Remove blk_mq_queue_data.listBart Van Assche
2017-03-30blk-mq: fix schedule-under-preempt for blocking driversJens Axboe
2017-03-30block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim
2017-03-30block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim
2017-03-29blk-mq: include errors in did_work calculationJens Axboe
2017-03-29block-mq: don't re-queue if we get a queue errorJosef Bacik
2017-03-29blk-mq: fix a typo and a spelling mistakeJens Axboe
2017-03-29blk-mq: fix leak of q->statsOmar Sandoval
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei
2017-03-29blk-mq: comment on races related with timeout handlerMing Lei
2017-03-29blk-mq: don't complete un-started request in timeout handlerMing Lei
2017-03-28block: track request size in blk_issue_statShaohua Li
2017-03-24blk-mq: include errors in did_work calculationJens Axboe
2017-03-22blk-mq: streamline blk_mq_make_requestChristoph Hellwig
2017-03-22blk-mq: split the plug and sync cases in blk_mq_make_requestChristoph Hellwig
2017-03-22blk-mq: improve blk_mq_try_issue_directlyChristoph Hellwig
2017-03-22blk-mq: merge mq and sq make_request instancesChristoph Hellwig
2017-03-22blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig
2017-03-22blk-mq: don't complete un-started request in timeout handlerMing Lei
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval
2017-03-21block: remove extra calls to wbt_exit()Omar Sandoval
2017-03-14blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe
2017-03-08blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei
2017-03-08blk-mq: make lifetime consistent between hctx and its kobjectMing Lei
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-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-03-02blk-mq: ensure that bd->last is always set correctlyJens Axboe
2017-03-02blk-mq: Provide freeze queue timeoutKeith Busch
2017-03-02blk-mq: Export blk_mq_freeze_queue_waitKeith Busch
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-03-02blk-mq: allocate blk_mq_tags and requests in correct nodeShaohua Li
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar