aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2017-08-11blk-mq: Create hctx for each present CPUChristoph Hellwig
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe
2017-06-06blk-mq: fix direct issueMing Lei
2017-06-06blk-mq: pass correct hctx to blk_mq_try_issue_directlyMing Lei
2017-05-30blk-mq: Take tagset lock when updating hw queuesKeith Busch
2017-05-22blk-mq: remove blk_mq_abort_requeue_list()Ming Lei
2017-05-10blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong
2017-05-08blk-mq: make __blk_mq_stop_hw_queues staticColin Ian King
2017-05-07block/mq: fix potential deadlock during cpu hotplugWanpeng Li
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval
2017-05-04block/mq: Cure cpu hotplug lock inversionPeter Zijlstra
2017-05-03blk-mq: don't use sync workqueue flushing from driversJens Axboe
2017-05-02block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-28blk-mq: unify hctx delay_work and run_workJens Axboe
2017-04-28blk-mq: unify hctx delayed_run_work and run_workJens Axboe
2017-04-21blk-mq: Fix preempt count imbalanceBart Van Assche
2017-04-21blk-stat: kill blk_stat_rq_ddir()Jens Axboe
2017-04-20blk-mq: add might_sleep check to blk_mq_get_driver_tag()Jens Axboe
2017-04-20blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates
2017-04-20blk-mq: fix schedule-while-atomic with scheduler attachedJens Axboe
2017-04-20blk-mq: Add a polling specific stats functionStephen Bates
2017-04-20blk-mq: fix potential oops with polling and blk-mq schedulerJens Axboe
2017-04-20block: remove the errors field from struct requestChristoph Hellwig
2017-04-20blk-mq: simplify __blk_mq_complete_requestChristoph Hellwig
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
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