aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-22blk-mq: remove blk_mq_abort_requeue_list()Ming Lei1-19/+0
2017-05-10blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong1-2/+2
2017-05-08blk-mq: make __blk_mq_stop_hw_queues staticColin Ian King1-1/+1
2017-05-07block/mq: fix potential deadlock during cpu hotplugWanpeng Li1-2/+2
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval1-0/+7
2017-05-04block/mq: Cure cpu hotplug lock inversionPeter Zijlstra1-2/+2
2017-05-03blk-mq: don't use sync workqueue flushing from driversJens Axboe1-5/+20
2017-05-02block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei1-2/+0
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-13/+5
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-317/+248
2017-04-28blk-mq: unify hctx delay_work and run_workJens Axboe1-12/+22
2017-04-28blk-mq: unify hctx delayed_run_work and run_workJens Axboe1-21/+6
2017-04-21blk-mq: Fix preempt count imbalanceBart Van Assche1-1/+2
2017-04-21blk-stat: kill blk_stat_rq_ddir()Jens Axboe1-1/+1
2017-04-20blk-mq: add might_sleep check to blk_mq_get_driver_tag()Jens Axboe1-0/+2
2017-04-20blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates1-2/+0
2017-04-20blk-mq: fix schedule-while-atomic with scheduler attachedJens Axboe1-5/+6
2017-04-20blk-mq: Add a polling specific stats functionStephen Bates1-10/+35
2017-04-20blk-mq: fix potential oops with polling and blk-mq schedulerJens Axboe1-1/+10
2017-04-20block: remove the errors field from struct requestChristoph Hellwig1-7/+3
2017-04-20blk-mq: simplify __blk_mq_complete_requestChristoph Hellwig1-17/+8
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-12/+3
2017-04-19block: Export blk_init_request_from_bio()Bart Van Assche1-1/+1
2017-04-14blk-mq-sched: make completed_request() callback more usefulOmar Sandoval1-1/+4
2017-04-14blk-mq: export helpersOmar Sandoval1-0/+2
2017-04-07blk-mq: Clarify comments in blk_mq_dispatch_rq_list()Bart Van Assche1-10/+18
2017-04-07blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_listBart Van Assche1-2/+9
2017-04-07blk-mq: use true instead of 1 for blk_mq_queue_data.lastOmar Sandoval1-1/+1
2017-04-07blk-mq: make driver tag failure path easier to followOmar Sandoval1-10/+9
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-22/+62
2017-04-07blk-mq: Restart a single queue if tag sets are sharedBart Van Assche1-1/+1
2017-04-07blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche1-2/+30
2017-04-07blk-mq: remap queues when adding/removing hardware queuesOmar Sandoval1-4/+10
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval1-2/+0
2017-04-07blk-mq-sched: set up scheduler tags when bringing up new queuesOmar Sandoval1-1/+8
2017-04-07blk-mq: use the right hctx when getting a driver tag failsOmar Sandoval1-12/+13
2017-04-05blk-mq: Remove blk_mq_queue_data.listBart Van Assche1-17/+0
2017-03-30blk-mq: fix schedule-under-preempt for blocking driversJens Axboe1-3/+14
2017-03-30block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim1-1/+0
2017-03-30block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim1-1/+0
2017-03-29blk-mq: include errors in did_work calculationJens Axboe1-3/+4
2017-03-29block-mq: don't re-queue if we get a queue errorJosef Bacik1-2/+1
2017-03-29blk-mq: fix a typo and a spelling mistakeJens Axboe1-2/+2
2017-03-29blk-mq: fix leak of q->statsOmar Sandoval1-4/+0
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei1-5/+5
2017-03-29blk-mq: comment on races related with timeout handlerMing Lei1-0/+22
2017-03-29blk-mq: don't complete un-started request in timeout handlerMing Lei1-10/+1
2017-03-28block: track request size in blk_issue_statShaohua Li1-1/+1
2017-03-24blk-mq: include errors in did_work calculationJens Axboe1-3/+4
2017-03-22blk-mq: streamline blk_mq_make_requestChristoph Hellwig1-36/+15