1. 13 10月, 2008 5 次提交
  2. 09 10月, 2008 1 次提交
  3. 04 10月, 2008 1 次提交
  4. 12 7月, 2008 15 次提交
  5. 09 5月, 2008 1 次提交
  6. 08 5月, 2008 1 次提交
    • M
      [SCSI] libiscsi regression in 2.6.25: fix nop timer handling · 4cf10435
      Mike Christie 提交于
      The following patch fixes a bug in the iscsi nop processing.
      The target sends iscsi nops to ping the initiator and the
      initiator has to send nops to reply and can send nops to
      ping the target.
      
      In 2.6.25 we moved the nop processing to the kernel to handle
      problems when the userspace daemon is not up, but the target
      is pinging us, and to handle when scsi commands timeout, but
      the transport may be the cause (we can send a nop to check
      the transport). When we added this code we added a bug where
      if the transport timer wakes at the exact same time we are supposed to check
      for a nop timeout we drop the session instead of checking the transport.
      
      This patch checks if a iscsi ping is outstanding and if the ping has
      timed out, to determine if we need to signal a connection problem.
      Signed-off-by: NMike Christie <michaelc@cs.wisc.edu>
      Cc: Stable Tree <stable@kernel.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      4cf10435
  7. 19 4月, 2008 2 次提交
  8. 28 2月, 2008 1 次提交
  9. 08 2月, 2008 5 次提交
  10. 12 1月, 2008 8 次提交