1. 25 6月, 2014 6 次提交
  2. 18 6月, 2014 2 次提交
  3. 17 6月, 2014 1 次提交
  4. 15 6月, 2014 2 次提交
  5. 13 6月, 2014 1 次提交
    • K
      NVMe: Fix hot cpu notification dead lock · f3db22fe
      Keith Busch 提交于
      There is a potential dead lock if a cpu event occurs during nvme probe
      since it registered with hot cpu notification. This fixes the race by
      having the module register with notification outside of probe rather
      than have each device register.
      
      The actual work is done in a scheduled work queue instead of in the
      notifier since assigning IO queues has the potential to block if the
      driver creates additional queues.
      Signed-off-by: NKeith Busch <keith.busch@intel.com>
      Signed-off-by: NMatthew Wilcox <matthew.r.wilcox@intel.com>
      f3db22fe
  6. 12 6月, 2014 10 次提交
  7. 11 6月, 2014 9 次提交
  8. 10 6月, 2014 1 次提交
  9. 07 6月, 2014 8 次提交