1. 27 6月, 2017 4 次提交
  2. 23 6月, 2017 2 次提交
  3. 22 6月, 2017 6 次提交
  4. 21 6月, 2017 16 次提交
  5. 20 6月, 2017 11 次提交
  6. 19 6月, 2017 1 次提交
    • M
      nvme: host: unquiesce queue in nvme_kill_queues() · 443bd90f
      Ming Lei 提交于
      When nvme_kill_queues() is run, queues may be in
      quiesced state, so we forcibly unquiesce queues to avoid
      blocking dispatch, and I/O hang can be avoided in
      remove path.
      
      Peviously we use blk_mq_start_stopped_hw_queues() as
      counterpart of blk_mq_quiesce_queue(), now we have
      introduced blk_mq_unquiesce_queue(), so use it explicitly.
      
      Cc: linux-nvme@lists.infradead.org
      Signed-off-by: NMing Lei <ming.lei@redhat.com>
      Signed-off-by: NJens Axboe <axboe@kernel.dk>
      443bd90f