summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2017-06-20blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()Bart Van Assche
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche
2017-06-20blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche
2017-06-20block: return on congested block deviceGoldwyn Rodrigues
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-18Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei
2017-06-18blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei
2017-06-18blk-mq: don't stop queue for quiescingMing Lei
2017-06-18blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-18blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig
2017-06-18blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig
2017-06-18blk-mq: streamline blk_mq_get_requestChristoph Hellwig
2017-06-18blk-mq: simplify blk_mq_free_requestChristoph Hellwig
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig
2017-06-18blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig
2017-06-18blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.cChristoph Hellwig
2017-06-18blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig
2017-06-12blk-mq: fixup type of 'ret' in __blk_mq_try_issue_directly()Jens Axboe
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
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-26blk-mq: make per-sw-queue bio merge as default .bio_mergeMing Lei
2017-05-26blk-mq: merge bio into sw queue before pluggingMing Lei
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