1. 01 3月, 2012 1 次提交
  2. 19 2月, 2012 3 次提交
  3. 04 1月, 2012 1 次提交
  4. 15 12月, 2011 1 次提交
    • M
      [SCSI] iscsi class: export pid of process that created · 0c70d84b
      Mike Christie 提交于
      There could be multiple userspace entities creating/destroying/
      recoverying sessions and also the kernel's iscsi drivers could
      be doing this too. If the userspace apps do try to manage the kernel
      ones it can get the driver/fw out of sync and cause the user to
      loose the root disk, oopses or ping ponging becasue userspace
      wants to do one thing but the kernel manager thought we
      are trying to do another.
      
      This patch fixes the problem by just exporting the pid of
      the entity that created the session. Userspace programs like
      iscsid, iscsiadm, iscsistart, qlogic's tools, etc, can then
      figure out which sessions they own and only manage them.
      Signed-off-by: NMike Christie <michaelc@cs.wisc.edu>
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      0c70d84b
  5. 20 10月, 2011 2 次提交
  6. 27 8月, 2011 8 次提交
  7. 25 2月, 2011 3 次提交
  8. 28 7月, 2010 1 次提交
  9. 09 6月, 2009 1 次提交
  10. 24 5月, 2009 1 次提交
    • M
      [SCSI] iscsi: pass ep connect shost · 10eb0f01
      Mike Christie 提交于
      When we create the tcp/ip connection by calling ep_connect, we currently
      just go by the routing table info.
      
      I think there are two problems with this.
      
      1. Some drivers do not have access to a routing table. Some drivers like
      qla4xxx do not even know about other ports.
      
      2. If you have two initiator ports on the same subnet, the user may have
      set things up so that session1 was supposed to be run through port1. and
      session2 was supposed to be run through port2. It looks like we could
      end with both sessions going through one of the ports.
      
      Fixes for cxgb3i from Karen Xie.
      Signed-off-by: NMike Christie <michaelc@cs.wisc.edu>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      10eb0f01
  11. 14 3月, 2009 2 次提交
  12. 30 12月, 2008 3 次提交
  13. 13 10月, 2008 2 次提交
  14. 22 7月, 2008 1 次提交
  15. 12 7月, 2008 10 次提交