1. 25 5月, 2011 3 次提交
  2. 31 3月, 2011 1 次提交
  3. 25 2月, 2011 8 次提交
  4. 25 1月, 2011 1 次提交
  5. 24 12月, 2010 1 次提交
  6. 22 12月, 2010 13 次提交
  7. 15 10月, 2010 1 次提交
    • M
      cnic: Defer iscsi connection cleanup · fdf24086
      Michael Chan 提交于
      The bnx2x devices require a 2 second quiet time before sending the last
      RAMROD command to destroy a connection.  This sleep wait adds up to a
      long delay when iscsid is serially destroying maultiple connections.
      
      Create a workqueue to perform the final connection cleanup in the
      background to speed up the process.  This significantly speeds up the
      process as the wait time can be done in parallel for multiple connections.
      Signed-off-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fdf24086
  8. 07 10月, 2010 1 次提交
  9. 06 9月, 2010 5 次提交
  10. 11 8月, 2010 1 次提交
    • R
      scsi: fix bnx2i build errors · 5c90ad90
      Randy Dunlap 提交于
      bnx2i should depend on NET since it selects SCSI_ISCSI_ATTRS, which
      depends on NET.
      
      Also move the dependencies together.
      
      The "depends" change fixes multiple build errors when CONFIG_NET is
      not enabled:
      ERROR: "skb_trim" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
      ERROR: "netlink_kernel_create" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
      ERROR: "netlink_kernel_release" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
      ERROR: "skb_pull" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
      ERROR: "init_net" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
      ERROR: "__alloc_skb" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
      ERROR: "netlink_broadcast" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
      ERROR: "kfree_skb" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
      ERROR: "skb_put" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Anil Veerabhadrappa <anilgv@broadcom.com>
      Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5c90ad90
  11. 28 7月, 2010 5 次提交