summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Fix handling of FCP and NVME FC4 types in Pt2Pt topologyDick Kennedy2017-08-253-0/+38
* scsi: lpfc: Correct return error codes to align with nvme_fc transportDick Kennedy2017-08-252-14/+18
* scsi: lpfc: convert info messages to standard messagesDick Kennedy2017-08-251-2/+2
* scsi: lpfc: Fix oops when NVME Target is discovered in a nonNVME environmentDick Kennedy2017-08-251-0/+3
* scsi: lpfc: Fix rediscovery on switch blade pullDick Kennedy2017-08-251-5/+8
* scsi: lpfc: Fix loop mode target discoveryDick Kennedy2017-08-251-0/+3
* scsi: lpfc: Fix plogi collision that causes illegal state transitionDick Kennedy2017-08-251-1/+19
* scsi: qla2xxx: Update driver version to 10.00.00.01-khimanshu.madhani@cavium.com2017-08-251-1/+1
* scsi: qla2xxx: Do not call abort handler function during chip resetSawan Chandak2017-08-251-0/+2
* scsi: qla2xxx: Ability to process multiple SGEs in Command SGL for CT passthr...Giridhar Malavali2017-08-251-20/+35
* scsi: qla2xxx: Skip zero queue count entry during FW dump captureJoe Carnuccio2017-08-251-7/+12
* scsi: qla2xxx: Recheck session state after RSCNQuinn Tran2017-08-253-9/+13
* scsi: qla2xxx: Increase ql2xmaxqdepth to 64Michael Hernandez2017-08-251-2/+2
* scsi: qla2xxx: Enable Async TMF processinghimanshu.madhani@cavium.com2017-08-251-1/+1
* scsi: qla2xxx: Cleanup NPIV host in target mode during config teardownQuinn Tran2017-08-252-4/+8
* scsi: qla2xxx: Add LR distance support from nvram bitJoe Carnuccio2017-08-253-28/+61
* scsi: qla2xxx: Add support for minimum link speedSawan Chandak2017-08-255-4/+91
* scsi: qla2xxx: Remove potential macro parameter side-effect in ql_dump_regs()Joe Carnuccio2017-08-251-2/+2
* scsi: qla2xxx: Print correct mailbox registers in failed summaryJoe Carnuccio2017-08-251-12/+14
* scsi: qla2xxx: Fix task mgmt handling for NPIVQuinn Tran2017-08-252-1/+7
* scsi: qla2xxx: Allow SNS fabric login to be retriedJoe Carnuccio2017-08-251-13/+5
* scsi: qla2xxx: Add timeout ability to wait_for_sess_deletion().Joe Carnuccio2017-08-252-3/+3
* scsi: qla2xxx: Move logging default mask to execute once only.Joe Carnuccio2017-08-252-2/+2
* scsi: qla2xxx: Use sp->free instead of hard coded call.Joe Carnuccio2017-08-251-4/+4
* scsi: qla2xxx: Prevent sp->free null/uninitialized pointer dereference.Joe Carnuccio2017-08-252-9/+10
* scsi: qla2xxx: Add ability to autodetect SFP typeQuinn Tran2017-08-257-43/+361
* scsi: qla2xxx: Use fabric name for Get Port Speed commandQuinn Tran2017-08-251-1/+1
* scsi: qla2xxx: Change ha->wq max_active value to defaultQuinn Tran2017-08-251-1/+1
* scsi: qla2xxx: Remove extra register readQuinn Tran2017-08-252-10/+0
* scsi: qla2xxx: Fix NPIV host enable after chip resetQuinn Tran2017-08-254-2/+9
* scsi: qla2xxx: Use BIT_6 to acquire FAWWPN from switchSawan Chandak2017-08-251-1/+1
* scsi: qla2xxx: Fix system panic due to pointer access problemDuane Grigsby2017-08-251-2/+2
* scsi: qla2xxx: Handle PCIe error for driverSawan Chandak2017-08-251-4/+28
* scsi: qla2xxx: Fix WWPN/WWNN in debug messageDarren Trap2017-08-251-4/+4
* scsi: qla2xxx: Add command completion for error pathDuane Grigsby2017-08-256-1/+25
* scsi: qla2xxx: Update fw_started flags at qpair creation.himanshu.madhani@cavium.com2017-08-251-0/+1
* scsi: qla2xxx: Fix target multiqueue configurationMichael Hernandez2017-08-253-2/+3
* scsi: qla2xxx: Correction to vha->vref_count timeoutJoe Carnuccio2017-08-251-1/+1
* scsi: megaraid_sas: driver version upgradeShivasharan S2017-08-251-2/+2
* scsi: megaraid_sas: call megasas_dump_frame with correct IO frame sizeShivasharan S2017-08-251-1/+1
* scsi: megaraid_sas: modified few prints in OCR and IOC INIT pathShivasharan S2017-08-251-9/+14
* scsi: megaraid_sas: replace internal FALSE/TRUE definitions with false/trueShivasharan S2017-08-251-25/+15
* scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...Shivasharan S2017-08-251-1/+4
* scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...Shivasharan S2017-08-253-46/+88
* scsi: megaraid_sas: Use SMID for Task abort case onlyShivasharan S2017-08-251-3/+3
* scsi: megaraid_sas: Check valid aen class range to avoid kernel panicShivasharan S2017-08-251-0/+8
* scsi: megaraid_sas: Fix endianness issues in DCMD handlingShivasharan S2017-08-251-4/+5
* scsi: megaraid_sas: Do not re-fire shutdown DCMD after OCRShivasharan S2017-08-251-0/+9
* scsi: megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while...Shivasharan S2017-08-251-2/+1
* scsi: megaraid_sas: Use synchronize_irq in target reset caseShivasharan S2017-08-251-5/+1