1. 10 4月, 2015 5 次提交
  2. 03 2月, 2015 2 次提交
  3. 16 1月, 2015 1 次提交
  4. 06 1月, 2015 1 次提交
    • B
      qla2xxx: fix busy wait regression · 975f7d46
      Bruno Prémont 提交于
      Commit e05fe292 (qla2xxx: Honor FCP_RSP retry delay timer field.)
      causes systems to busy-wait for about 3 minutes after boot prior to
      detecting SAN disks.
      
      During this wait period one kworker is running full-time
      (though /proc/<pid>/stack has no useful data). Another kworker is
      waiting for IO to complete during that whole time period.
      
      Looking at drivers/scsi/qla2xxx/qla_os.c, fcport->retry_delay_timestamp
      has a special value of 0 though that 0 value forces system to wait when
      jiffies is very large value (e.g. 4294952605 - "negative" value when
      signed on 32bit systems).
      Signed-off-by: NBruno Prémont <bonbons@linux-vserver.org>
      Acked-by: NChad Dupuis <chad.dupuis@qlogic.com>
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      975f7d46
  5. 15 12月, 2014 1 次提交
  6. 04 12月, 2014 2 次提交
  7. 24 11月, 2014 2 次提交
  8. 12 11月, 2014 6 次提交
  9. 04 10月, 2014 1 次提交
  10. 02 10月, 2014 4 次提交
  11. 25 9月, 2014 15 次提交