1. 07 2月, 2017 1 次提交
  2. 02 2月, 2017 2 次提交
  3. 01 2月, 2017 1 次提交
    • J
      blk-mq: don't fail allocating driver tag for stopped hw queue · 12d70958
      Jens Axboe 提交于
      We rely on blk_mq_get_driver_tag() not failing if 'wait' is true,
      but it currently fails in that case if the queue happens to be
      stopped at the time of the call.
      
      We don't need to check for stopped here, it's just assigning
      the tag. If the queue is stopped, we'll handle it when
      attempting to run the queue.
      
      This fixes a stall/crash on flush intensive workloads, where
      we proceed to process a flush that doesn't have a valid tag
      assigned.
      Signed-off-by: NJens Axboe <axboe@fb.com>
      12d70958
  4. 31 1月, 2017 13 次提交
  5. 28 1月, 2017 4 次提交
  6. 27 1月, 2017 17 次提交
  7. 25 1月, 2017 1 次提交
  8. 23 1月, 2017 1 次提交