aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-12[SCSI] lpfc 8.2.7 : Miscellaneous FixesJames Smart1-3/+2
2008-07-12[SCSI] lpfc 8.2.7 : Rework the worker threadJames Smart1-15/+11
2008-07-12[SCSI] lpfc 8.2.7 : Change device reset behaviorJames Smart1-121/+80
2008-04-10[SCSI] lpfc 8.2.6 : Miscellaneous FixesJames Smart1-2/+6
2008-04-10[SCSI] lpfc 8.2.6 : Multiple discovery fixesJames Smart1-11/+15
2008-02-11[SCSI] lpfc 8.2.5 : Correct ndlp referencing issuesJames Smart1-1/+3
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-2/+0
2008-01-23[SCSI] lpfc 8.2.4 : Add additional sysfs and module parametersJames Smart1-2/+2
2008-01-23[SCSI] lpfc 8.2.4 : Miscellaneous FixesJames Smart1-5/+7
2008-01-23[SCSI] lpfc 8.2.4 : Correct abort handler logicJames Smart1-10/+28
2007-11-03[SCSI] lpfc : Correct queue tag handlingJames Smart1-2/+3
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+2
2007-10-12[SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-08-03[SCSI] lpfc : scsi command accessor fix for 8.2.2James Smart1-1/+1
2007-08-01[SCSI] lpfc 8.2.2 : Miscellaneous Bug FixesJames Smart1-17/+9
2007-08-01[SCSI] lpfc 8.2.2 : Rework the lpfc_printf_log() macroJames Smart1-138/+108
2007-08-01[SCSI] lpfc 8.2.2 : Attribute and Parameter splits for vport and physical portJames Smart1-15/+34
2007-08-01[SCSI] lpfc 8.2.2 : Fix locking around HBA's port_listJames Smart1-48/+44
2007-07-14[SCSI] lpfc: fix NPIV mapping problemsFUJITA Tomonori1-4/+7
2007-07-14[SCSI] lpfc: add missed data buffer accessorBoaz Harrosh1-1/+1
2007-06-17[SCSI] lpfc: convert to use the data buffer accessorsFUJITA Tomonori1-83/+28
2007-06-17[SCSI] lpfc: bug fixesJames Smart1-1/+0
2007-06-17[SCSI] lpfc: NPIV: add NPIV support on top of SLI-3James Smart1-83/+272
2007-06-17[SCSI] lpfc: NPIV: add SLI-3 interfaceJames Smart1-1/+1
2007-06-17[SCSI] lpfc: NPIV: split portsJames Smart1-64/+55
2007-05-06[SCSI] lpfc 8.1.12 : Update copyright year to 2007James Smart1-1/+1
2007-05-06[SCSI] lpfc 8.1.12 : Add support for async scanningJames Smart1-0/+2
2007-05-06[SCSI] lpfc 8.1.12 : Collapse discovery lists to a single node listJames Smart1-3/+5
2007-05-06[SCSI] lpfc 8.1.12 : Round 2 of Miscellaneous fixesJames Smart1-24/+66
2007-05-06[SCSI] lpfc 8.1.12 : Misc bug fixes and code cleanupJames Smart1-2/+5
2006-12-03[SCSI] lpfc 8.1.11 : Misc FixesJames Smart1-2/+19
2006-12-03[SCSI] lpfc 8.1.11 : Adjust LOG_FCP loggingJames Smart1-13/+22
2006-09-04[SCSI] lpfc 8.1.10 : Add support for dev_loss_tmo_callbk and fast_io_fail_tmo_callbkJames Smart1-5/+5
2006-08-19[SCSI] lpfc 8.1.9 : Stall eh handlers if resetting while rport blockedJames Smart1-0/+19
2006-08-06[SCSI] lpfc 8.1.7 : ID String and Message fixesJames Smart1-1/+1
2006-07-09[SCSI] lpfc 8.1.7: Fix panic in lpfc_sli_validate_fcp_iocbJames Smart1-10/+12
2006-07-09[SCSI] lpfc 8.1.7: Consolidate dma buf cleanup into a separate functionJames Smart1-16/+24
2006-07-09[SCSI] lpfc 8.1.7: Standardize the driver on a single define for the maximum supported targetsJames Smart1-1/+1
2006-06-27[SCSI] Block I/O while SG reset operation in progress - lpfc portionJames Smart1-20/+0
2006-05-03[SCSI] lpfc 8.1.6 : Fix Data Corruption in Bus Reset PathJames Smart1-49/+19
2006-03-06[PATCH] lpfc 8.1.3: Fix polling mode panicJamie Wellnitz1-0/+5
2006-02-28[SCSI] lpfc 8.1.2: Fix panic caused by HBA resets and target side cable pullsJamie Wellnitz1-3/+3
2006-02-28[SCSI] lpfc 8.1.2: Correct use of the hostdata field in scsi_hostJamie Wellnitz1-7/+7
2006-01-12[SCSI] lpfc_scsi.c: make lpfc_get_scsi_buf() staticAdrian Bunk1-1/+1
2005-12-13[SCSI] lpfc 8.1.1 : Added code to adjust lun queue depth to avoid target overloadingJames.Smart@Emulex.Com1-0/+58
2005-12-13[SCSI] lpfc 8.1.1 : Add polled-mode supportJames.Smart@Emulex.Com1-10/+62
2005-12-13[SCSI] lpfc 8.1.1 : Fixes to error handlersJames.Smart@Emulex.Com1-36/+68
2005-12-13[SCSI] lpfc 8.1.1 : Remove locking wrappers around error handlersJames.Smart@Emulex.Com1-38/+14
2005-12-13[SCSI] lpfc 8.1.1: Miscellaneous CleanupsJames.Smart@Emulex.Com1-4/+5
2005-11-07[PATCH] drivers/scsi: fix-up schedule_timeout() usageNishanth Aravamudan1-8/+4