1. 06 5月, 2007 3 次提交
    • J
      [SCSI] lpfc 8.1.12 : Collapse discovery lists to a single node list · 685f0bf7
      James Smart 提交于
      Collapse discovery lists to a single node list.
      Signed-off-by: NJames Smart <James.Smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      685f0bf7
    • J
      [SCSI] lpfc 8.1.12 : Round 2 of Miscellaneous fixes · 7054a606
      James Smart 提交于
      Round 2 of Miscellaneous fixes:
       - Ensure we don't prematurely re-enable IRQs in lpfc_sli_abort_fcp_cmpl().
       - Prevent freeing of iocb after IOCB_TIMEDOUT error.
       - Added code to cleanup REG_LOGIN mailbox command when a LOGO is received.
       - Fix offline window where more work can sneak in after clearing work_ha
       - Use target reset instead of LU reset in bus_device_reset_handler
       - Fixed system hangs due to leaked host_lock.
       - Fixed NULL pointer dereference during I/O with LIP.
       - Fixed false iocb timeout.
       - Fixed name server query response handling.
       - Change rport dev_loss_tmo value when user change lpfc HBA's dev_loss_tmo.
       - Fixed a memory leak in lpfc_sli_wake_mbox_wait.
       - Fixed check for dropped frames.
       - Removed hba queue depth calculation based on device PCI IDs
       - Change min cr_count value specified in comment to agree with setting
      Signed-off-by: NJames Smart <James.Smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      7054a606
    • J
      [SCSI] lpfc 8.1.12 : Misc bug fixes and code cleanup · 1dcb58e5
      James Smart 提交于
      Misc bug fixes and code cleanup:
       - Fix system hang while running on systems with IOMMU
       - Fix use after free issues with rports
       - Don't free mailbox structure if it's still on the mboxq list
       - Decrement txq_cnt rather than txcmplq_cnt when parsing the txq list
       - Use msleep for long delays to prevent soft lockup bug check
       - Don't remove node during dev_loss_tmo if discovery is active
       - Fix memory leaks in get/reset statistics and link attention paths
       - Fixed lpfc_ns_rsp to handle entire GID_FT response.
       - mbox interface should use MAILBOX_CMD_SIZE rather than sizeof(MAILBOX_t)
       - Fixed bug check in add_timer.
       - Fixup messages 0116, 0117, and 0128 to report ELS I/O tag.
       - Remove unused parameter to lpfc_cleanup.
       - Change mailbox timeout handling.
       - Remove unused buflist. Code cleanup.
      Signed-off-by: NJames Smart <James.Smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      1dcb58e5
  2. 03 12月, 2006 1 次提交
  3. 26 10月, 2006 1 次提交
  4. 02 10月, 2006 1 次提交
    • S
      [PATCH] namespaces: utsname: use init_utsname when appropriate · 96b644bd
      Serge E. Hallyn 提交于
      In some places, particularly drivers and __init code, the init utsns is the
      appropriate one to use.  This patch replaces those with a the init_utsname
      helper.
      
      Changes: Removed several uses of init_utsname().  Hope I picked all the
      	right ones in net/ipv4/ipconfig.c.  These are now changed to
      	utsname() (the per-process namespace utsname) in the previous
      	patch (2/7)
      
      [akpm@osdl.org: CIFS fix]
      Signed-off-by: NSerge E. Hallyn <serue@us.ibm.com>
      Cc: Kirill Korotaev <dev@openvz.org>
      Cc: "Eric W. Biederman" <ebiederm@xmission.com>
      Cc: Herbert Poetzl <herbert@13thfloor.at>
      Cc: Andrey Savochkin <saw@sw.ru>
      Cc: Serge Hallyn <serue@us.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      96b644bd
  5. 05 9月, 2006 1 次提交
  6. 07 8月, 2006 2 次提交
  7. 06 3月, 2006 2 次提交
  8. 01 3月, 2006 3 次提交
  9. 29 10月, 2005 2 次提交
  10. 13 8月, 2005 2 次提交
  11. 03 7月, 2005 2 次提交
  12. 19 4月, 2005 1 次提交