1. 04 9月, 2013 5 次提交
  2. 25 6月, 2013 2 次提交
  3. 24 6月, 2013 1 次提交
    • M
      NVMe: Return correct value from interrupt handler · e9539f47
      Matthew Wilcox 提交于
      The interrupt handler currently reports whether it found any new
      completion queue entries.  If the completion queue is primarily being
      processed by a method other than the interrupt handler, it may return
      IRQ_NONE so often that Linux thinks that the interrupt is being falsely
      triggered.
      
      To solve this problem, report whether any completion queue entries have
      been seen since the last interrupt was received for this queue.
      Signed-off-by: NMatthew Wilcox <matthew.r.wilcox@intel.com>
      e9539f47
  4. 21 6月, 2013 1 次提交
  5. 20 6月, 2013 2 次提交
  6. 14 6月, 2013 1 次提交
  7. 13 6月, 2013 14 次提交
  8. 12 6月, 2013 14 次提交