summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* blk-mq: fix direct issueMing Lei2017-06-061-7/+13
* blk-mq: pass correct hctx to blk_mq_try_issue_directlyMing Lei2017-06-061-1/+4
* blk-mq: Take tagset lock when updating hw queuesKeith Busch2017-05-301-1/+9
* blk-mq: remove blk_mq_abort_requeue_list()Ming Lei2017-05-221-19/+0
* blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong2017-05-101-2/+2
* blk-mq: make __blk_mq_stop_hw_queues staticColin Ian King2017-05-081-1/+1
* block/mq: fix potential deadlock during cpu hotplugWanpeng Li2017-05-071-2/+2
* blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-041-0/+7
* block/mq: Cure cpu hotplug lock inversionPeter Zijlstra2017-05-041-2/+2
* blk-mq: don't use sync workqueue flushing from driversJens Axboe2017-05-031-5/+20
* block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei2017-05-021-2/+0
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-13/+5
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-317/+248
|\
| * blk-mq: unify hctx delay_work and run_workJens Axboe2017-04-281-12/+22
| * blk-mq: unify hctx delayed_run_work and run_workJens Axboe2017-04-281-21/+6
| * blk-mq: Fix preempt count imbalanceBart Van Assche2017-04-211-1/+2
| * blk-stat: kill blk_stat_rq_ddir()Jens Axboe2017-04-211-1/+1
| * blk-mq: add might_sleep check to blk_mq_get_driver_tag()Jens Axboe2017-04-201-0/+2
| * blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates2017-04-201-2/+0
| * blk-mq: fix schedule-while-atomic with scheduler attachedJens Axboe2017-04-201-5/+6
| * blk-mq: Add a polling specific stats functionStephen Bates2017-04-201-10/+35
| * block: remove the errors field from struct requestChristoph Hellwig2017-04-201-7/+3
| * blk-mq: simplify __blk_mq_complete_requestChristoph Hellwig2017-04-201-17/+8
| * blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-12/+3
| * block: Export blk_init_request_from_bio()Bart Van Assche2017-04-191-1/+1
| * blk-mq-sched: make completed_request() callback more usefulOmar Sandoval2017-04-141-1/+4
| * blk-mq: export helpersOmar Sandoval2017-04-141-0/+2
| * blk-mq: Clarify comments in blk_mq_dispatch_rq_list()Bart Van Assche2017-04-071-10/+18
| * blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_listBart Van Assche2017-04-071-2/+9
| * blk-mq: use true instead of 1 for blk_mq_queue_data.lastOmar Sandoval2017-04-071-1/+1
| * blk-mq: make driver tag failure path easier to followOmar Sandoval2017-04-071-10/+9
| * Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-22/+62
| |\
| * | blk-mq: Remove blk_mq_queue_data.listBart Van Assche2017-04-051-17/+0
| * | blk-mq: fix schedule-under-preempt for blocking driversJens Axboe2017-03-301-3/+14
| * | block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim2017-03-301-1/+0
| * | blk-mq: include errors in did_work calculationJens Axboe2017-03-291-3/+4
| * | block-mq: don't re-queue if we get a queue errorJosef Bacik2017-03-291-2/+1
| * | blk-mq: fix a typo and a spelling mistakeJens Axboe2017-03-291-2/+2
| * | blk-mq: fix leak of q->statsOmar Sandoval2017-03-291-4/+0
| * | block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-291-5/+5
| * | blk-mq: comment on races related with timeout handlerMing Lei2017-03-291-0/+22
| * | blk-mq: don't complete un-started request in timeout handlerMing Lei2017-03-291-10/+1
| * | block: track request size in blk_issue_statShaohua Li2017-03-281-1/+1
| * | blk-mq: streamline blk_mq_make_requestChristoph Hellwig2017-03-221-36/+15
| * | blk-mq: split the plug and sync cases in blk_mq_make_requestChristoph Hellwig2017-03-221-18/+18
| * | blk-mq: improve blk_mq_try_issue_directlyChristoph Hellwig2017-03-221-14/+18
| * | blk-mq: merge mq and sq make_request instancesChristoph Hellwig2017-03-221-133/+31
| * | blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig2017-03-221-7/+1
| * | blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-211-24/+52