summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-05-08scsi: 3w-9xxx: fix a missing-check bugWenwen Wang
2018-05-08scsi: megaraid: silence a static checker bugDan Carpenter
2018-05-08scsi: mptsas: fix spelling mistake: "matchs" -> "matches"Colin Ian King
2018-05-08scsi: lpfc: fix spelling mistakes: "mabilbox" and "maibox"Colin Ian King
2018-05-08scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wqAndrei Vagin
2018-05-08scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"Colin Ian King
2018-05-08scsi: hisi_sas: workaround a v3 hw hilink bugXiaofei Tan
2018-05-08scsi: hisi_sas: add readl poll timeout helper wrappersJohn Garry
2018-05-08scsi: hisi_sas: remove redundant handling to event95 for v3Xiaofei Tan
2018-05-08scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hwXiang Chen
2018-05-08scsi: hisi_sas: update PHY linkrate after a controller resetXiang Chen
2018-05-08scsi: hisi_sas: stop controller timer for resetJohn Garry
2018-05-08scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()Xiang Chen
2018-05-08scsi: hisi_sas: fix PI memory sizeXiang Chen
2018-05-08scsi: hisi_sas: check host frozen before calling "done" functionXiang Chen
2018-05-08scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twiceXiang Chen
2018-05-08scsi: hisi_sas: optimise the usage of DQ lockingXiang Chen
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart
2018-05-08scsi: lpfc: update driver version to 12.0.0.3James Smart
2018-05-08scsi: lpfc: Enhance log messages when reporting CQE errorsJames Smart
2018-05-08scsi: lpfc: Fix up log messages and stats counters in IO submit code pathJames Smart
2018-05-08scsi: lpfc: Driver NVME load fails when CPU cnt > WQ resource cntJames Smart
2018-05-08scsi: lpfc: Handle new link fault code returned by adapter firmware.James Smart
2018-05-08scsi: lpfc: Correct fw download error messageJames Smart
2018-05-08scsi: lpfc: enhance LE data structure copies to hardwareJames Smart
2018-05-08scsi: lpfc: Change IO submit return to EBUSY if remote port is recoveringJames Smart
2018-05-08scsi: qedf: Update version number to 8.33.16.20Chad Dupuis
2018-05-08scsi: qedf: Update copyright for 2018Chad Dupuis
2018-05-08scsi: qedf: Add more defensive checks for concurrent error conditionsChad Dupuis
2018-05-08scsi: qedf: Set the UNLOADING flag when removing a vportChad Dupuis
2018-05-08scsi: qedf: Add additional checks when restarting an rport due to ABTS timeoutChad Dupuis
2018-05-08scsi: qedf: If qed fails to enable MSI-X fail PCI probeChad Dupuis
2018-05-08scsi: qedf: Honor default_prio module parameter even if DCBX does not convergeChad Dupuis
2018-05-08scsi: qedf: Improve firmware debug dump handlingChad Dupuis
2018-05-08scsi: qedf: Remove setting DCBX pending during soft context resetSaurav Kashyap
2018-05-08scsi: qedf: Add task id to kref_get_unless_zero() debug messages when flushin...Chad Dupuis
2018-05-08scsi: qedf: Check if link is already up when receiving a link up event from qedChad Dupuis
2018-05-08scsi: qedf: Return request as DID_NO_CONNECT if MSI-X is not enabledChad Dupuis
2018-05-08scsi: qedf: Release RRQ reference correctly when RRQ command times outChad Dupuis
2018-05-08scsi: qedf: Honor priority from DCBX FCoE App tagChad Dupuis
2018-05-08scsi: qedf: Add dcbx_not_wait module parameter so we won't wait for DCBX conv...Chad Dupuis
2018-05-08scsi: qedf: Sanity check FCoE/FIP priority value to make sure it's between 0 ...Chad Dupuis
2018-05-08scsi: qedf: Add check for offload before flushing I/Os for targetChad Dupuis
2018-05-08scsi: qedf: Fix VLAN display when printing sent FIP framesChad Dupuis
2018-05-08scsi: qedf: Add missing skb frees in error pathChad Dupuis
2018-05-08scsi: qedf: Increase the number of default FIP VLAN request retries to 60Chad Dupuis
2018-05-08scsi: qedf: Synchronize rport restarts when multiple ELS commands time outChad Dupuis
2018-05-08scsi: qla2xxx: Update driver version to 10.00.00.07-khimanshu.madhani@cavium.com
2018-05-08scsi: qla2xxx: Fix TMF and Multi-Queue configQuinn Tran
2018-05-08scsi: qla2xxx: Prevent relogin loop by removing stale codehimanshu.madhani@cavium.com