summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc 8.3.39: Fixed iocb flags not being reset for scsi commandsJames Smart2013-05-021-0/+2
* [SCSI] lpfc 8.3.39: Fixed not returning FAILED status when SCSI invoking host...James Smart2013-05-021-3/+11
* [SCSI] lpfc 8.3.39: Fixed BlockGuard to take advantage of rdprotect/wrprotect...James Smart2013-05-021-66/+115
* [SCSI] lpfc 8.3.39: Reduced spinlock contention on SCSI buffer listJames Smart2013-05-021-33/+60
* [SCSI] lpfc 8.3.39: Fix driver issues with large s/g lists for BlockGuardJames Smart2013-05-021-85/+144
* [SCSI] lpfc 8.3.39: Remove driver dependency on HZJames Smart2013-05-021-1/+1
* [SCSI] lpfc 8.3.39: Fixed BlockGuard error reportingJames Smart2013-05-021-25/+254
* [SCSI] lpfc 8.3.38: Fixed circular locking dependency and inconsistent lock s...James Smart2013-04-091-2/+2
* [SCSI] lpfc 8.3.38: Fixed NMI watch dog panic's when resetting the hba.James Smart2013-04-091-2/+2
* [SCSI] lpfc 8.3.37: Provide support for change_queue_typeJames Smart2013-01-301-1/+23
* [SCSI] lpfc 8.3.36: Update DIF support for passthru/strip/insertJames Smart2012-11-271-1/+15
* [SCSI] lpfc 8.3.36: Fix bug with Target Resets and FCP2 devicesJames Smart2012-11-271-0/+3
* [SCSI] lpfc 8.3.35: Fixed not reporting logical link speed to SCSI midlayer w...James Smart2012-10-081-6/+12
* [SCSI] lpfc 8.3.35: Fixed kernel warning on spinlock usage on some distributionsJames Smart2012-10-081-10/+11
* [SCSI] lpfc 8.3.34: Correct lock handling to eliminate reset escalation on I/...James Smart2012-09-141-3/+9
* [SCSI] lpfc 8.3.34: Add XRI to abort handler timeout log messageJames Smart2012-09-141-3/+4
* [SCSI] lpfc 8.3.34: Streamline fcp underrun message printingJames Smart2012-09-141-7/+13
* [SCSI] lpfc 8.3.34: Simplify BlockGuard lpfc_printf_vlog messagesJames Smart2012-09-141-44/+14
* [SCSI] lpfc 8.3.34: Fix parameter field in CQE to mask for LOCAL_REJECT statusJames Smart2012-09-141-1/+1
* [SCSI] lpfc 8.3.33: Misc changes to optimize critical pathJames Smart2012-09-141-6/+16
* [SCSI] lpfc 8.3.33: Convert to no SCSI host lock in queuecommandJames Smart2012-09-141-7/+2
* [SCSI] lpfc 8.3.33: Fix scsi_eh escalation panic by checking the proper retur...James Smart2012-09-141-4/+4
* [SCSI] lpfc 8.3.33: Check data transfer amount on write commandsJames Smart2012-09-141-3/+3
* [SCSI] lpfc 8.3.32: Fix system panic due to node state changeJames Smart2012-07-201-4/+2
* [SCSI] lpfc 8.3.32: Correct successful aborts returning error statusJames Smart2012-07-201-12/+12
* [SCSI] lpfc 8.3.32: Correct provisioning change failure on local functionJames Smart2012-07-201-1/+1
* [SCSI] lpfc 8.3.31: Fixed system crash due to not providing SCSI error-handli...James Smart2012-05-171-0/+38
* [SCSI] lpfc 8.3.31: Fix unsol abts xri lookupJames Smart2012-05-171-4/+5
* [SCSI] lpfc 8.3.31: Fix driver crash during back-to-back ramp eventsJames Smart2012-05-171-0/+8
* [SCSI] lpfc 8.3.31: Revise FCP LOG for easier Finisar trace correlationJames Smart2012-05-171-1/+6
* [SCSI] lpfc 8.3.31: Fix build warnings when debugfs is not definedJames Smart2012-05-171-0/+8
* [SCSI] lpfc 8.3.31: Fixed system panic due to midlayer abort and driver compl...James Smart2012-05-171-11/+37
* [SCSI] lpfc 8.3.31: Correct handling of SLI4-port XRI resource-provisioning p...James Smart2012-05-171-124/+172
* [SCSI] lpfc 8.3.30: Revert fix for Link Pull Causes I/O FailuresJames Smart2012-03-271-9/+0
* [SCSI] lpfc 8.3.30: Added more T10 DIF debugfs error injectionJames Smart2012-03-271-52/+126
* [SCSI] lpfc 8.3.30: Update copyright date for files modified in 2012James Smart2012-03-271-1/+1
* [SCSI] lpfc 8.3.30: Enhancements for T10 DIF debugfs error injectionJames Smart2012-03-271-136/+173
* [SCSI] lpfc 8.3.29: T10 Diff fixes and enhancementsJames Smart2012-02-191-116/+938
* [SCSI] Lpfc 8.3.28: FC and SCSI Discovery FixesJames Smart2011-12-151-2/+11
* [SCSI] lpfc 8.3.28: Add support for ABTS failure handlingJames Smart2011-12-151-1/+3
* scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* [SCSI] lpfc 8.3.27: T10 additions for SLI4James Smart2011-10-161-13/+186
* [SCSI] lpfc 8.3.27: Miscellanous logic and interface fixesJames Smart2011-10-161-13/+21
* [SCSI] lpfc 8.3.26: Fix issues pertaining to SCSI/FC protocol.James Smart2011-08-291-5/+6
* [SCSI] lpfc 8.3.25: T10 DIF FixesJames Smart2011-07-271-67/+30
* [SCSI] lpfc 8.3.24: Add resource extent supportJames Smart2011-05-261-10/+43
* [SCSI] lpfc 8.3.24: Miscellaneous Fixes and CorrectionsJames Smart2011-05-261-0/+3
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-011-8/+6
* Fix common misspellingsLucas De Marchi2011-03-311-5/+5
* [SCSI] lpfc 8.3.22: Update Copyright DatesJames Smart2011-03-231-1/+1
OpenPOWER on IntegriCloud