summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_hbadisc.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc 8.2.2 : Style cleanupsJames Smart2007-08-011-29/+3Star
* [SCSI] lpfc 8.2.2 : Miscellaneous Bug FixesJames Smart2007-08-011-22/+31
* [SCSI] lpfc 8.2.2 : Miscellaneous management and logging modsJames Smart2007-08-011-1/+1
* [SCSI] lpfc 8.2.2 : Rework the lpfc_printf_log() macroJames Smart2007-08-011-175/+135Star
* [SCSI] lpfc 8.2.2 : Attribute and Parameter splits for vport and physical portJames Smart2007-08-011-2/+2
* [SCSI] lpfc 8.2.2 : Fix locking around HBA's port_listJames Smart2007-08-011-87/+70Star
* [SCSI] lpfc 8.2.2 : Error messages and debugfs updatesJames Smart2007-08-011-0/+9
* [SCSI] lpfc: bug fixesJames Smart2007-06-181-81/+195
* [SCSI] lpfc: NPIV: add NPIV support on top of SLI-3James Smart2007-06-181-395/+745
* [SCSI] lpfc: NPIV: add SLI-3 interfaceJames Smart2007-06-181-59/+20Star
* [SCSI] lpfc: NPIV: split portsJames Smart2007-06-181-565/+680
* [SCSI] lpfc 8.1.12 : Update copyright year to 2007James Smart2007-05-061-1/+1
* [SCSI] lpfc 8.1.12 : Added support for 8G speed and new HBAsJames Smart2007-05-061-0/+3
* [SCSI] lpfc 8.1.12 : Collapse discovery lists to a single node listJames Smart2007-05-061-291/+167Star
* [SCSI] lpfc 8.1.12 : Reference count node structures for node lifetime manage...James Smart2007-05-061-35/+72
* [SCSI] lpfc 8.1.12 : Improve diagnostic messages and change local loopback me...James Smart2007-05-061-1/+11
* [SCSI] lpfc 8.1.12 : Fixed recovery of rport after race with dev_loss_tmoJames Smart2007-05-061-3/+5
* [SCSI] lpfc 8.1.12 : Reorganize lpfc_nlp_list() and callers to prepare for no...James Smart2007-05-061-128/+169
* [SCSI] lpfc 8.1.12 : Fix unlock inside list traversalJames Smart2007-05-061-58/+46Star
* [SCSI] lpfc 8.1.12 : Rework offline path to solve HBA reset issuesJames Smart2007-05-061-7/+13
* [SCSI] lpfc 8.1.12 : Modify ELS abort handling to prevent double completionJames Smart2007-05-061-1/+1
* [SCSI] lpfc 8.1.12 : Misc bug fixes and code cleanupJames Smart2007-05-061-14/+15
* [SCSI] lpfc 8.1.11 : Add soft_wwnn sysfs attribute, rename soft_wwn_enableJames Smart2006-12-031-0/+2
* [SCSI] lpfc 8.1.11 : Fix Memory leaksJames Smart2006-12-031-2/+16
* [SCSI] lpfc 8.1.11 : Fix lpfc_multi_ring_supportJames Smart2006-12-031-6/+6
* [SCSI] lpfc 8.1.11 : Discovery FixesJames Smart2006-12-031-172/+25Star
* [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra2006-10-301-1/+1
* [SCSI] lpfc 8.1.10 : Add support for new lpfc soft_wwpn attributeJames Smart2006-09-051-0/+2
* [SCSI] lpfc 8.1.10 : Add support for dev_loss_tmo_callbk and fast_io_fail_tmo...James Smart2006-09-051-109/+69Star
* [SCSI] lpfc 8.1.10 : Add support to post events via new FC event interfacesJames Smart2006-09-021-0/+6
* [SCSI] lpfc 8.1.9 : Misc Bug FixesJames Smart2006-08-191-0/+3
* [SCSI] lpfc 8.1.7 : ID String and Message fixesJames Smart2006-08-061-6/+6
* [SCSI] lpfc 8.1.7: Standardize the driver on a single define for the maximum ...James Smart2006-07-091-2/+2
* [SCSI] lpfc 8.1.5 : Misc small fixesJames Smart2006-04-201-8/+6Star
* [SCSI] lpfc 8.1.5 : Additional fixes to LOGO, PLOGI, and RSCN processingJames Smart2006-04-201-0/+2
* [SCSI] lpfc 8.1.5 : Fix Discovery processing for NPorts that hit nodev_tmo du...James Smart2006-04-201-0/+2
* [SCSI] lpfc 8.1.4 : Two misc fixesJames Smart2006-03-121-0/+2
* [SCSI] lpfc 8.1.4 : Introduce lpfc_reset_barrier() function for resets on dua...James Smart2006-03-121-1/+3
* [SCSI] lpfc 8.1.4 : Fixed a timer panic due to timer firing after freeing ndlpJames Smart2006-03-121-0/+9
* [SCSI] lpfc 8.1.4 : Fixed RSCN handling when a PLOGI is in retryJames Smart2006-03-121-20/+4Star
* [SCSI] lpfc 8.1.4 : Fix Discovery processing for NPorts that change their NPo...James Smart2006-03-121-8/+60
* [PATCH] lpfc 8.1.3: Protect NPL lists with host lockJamie Wellnitz2006-03-061-29/+24Star
* [SCSI] lpfc 8.1.2: Code cleanup of lpfc_mbx_cmpl_config_linkJamie Wellnitz2006-03-011-64/+43Star
* [SCSI] lpfc 8.1.2: Code style changes for Discovery codeJamie Wellnitz2006-03-011-55/+48Star
* [SCSI] lpfc 8.1.2: Added support for FANJamie Wellnitz2006-03-011-6/+7
* [SCSI] lpfc 8.1.2: Add ERROR and WARM_START modes for diagnostic purposes.Jamie Wellnitz2006-03-011-3/+29
* [SCSI] lpfc 8.1.2: Misc FC Discovery changes :Jamie Wellnitz2006-03-011-88/+132
* [SCSI] lpfc 8.1.1 : Adjust use of scsi_block_requests and interaction w/ FC t...James.Smart@Emulex.Com2005-12-141-8/+10
* [SCSI] lpfc: Fix for "command completion for iotax x?? not found"James Bottomley2005-10-291-4/+3Star
* [SCSI] lpfc: Remove RPI hash from the driverJames.Smart@Emulex.Com2005-10-291-72/+15Star