summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-09scsi: ufs: Add UFS platform driver for Cadence UFSJanek Kotas3-0/+158
2018-11-09scsi: dt-bindings: ufs: Add bindings for Cadence UFSJanek Kotas1-0/+31
2018-11-09scsi: ufs: set the device reference clock settingSubhash Jadavani4-0/+105
2018-11-06scsi: pmcraid: use generic DMA APIChristoph Hellwig1-43/+36
2018-11-06scsi: pmcraid: don't allocate a dma coherent buffer for sense dataChristoph Hellwig1-16/+8
2018-11-06scsi: pmcraid: simplify pmcraid_cancel_all a bitChristoph Hellwig1-7/+6
2018-11-06scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2-12/+4
2018-11-06scsi: qla1280: properly handle 64-bit DMAChristoph Hellwig1-4/+1
2018-11-06scsi: qla1280: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig1-27/+20
2018-11-06scsi: ips: properly handle 64-bit DMAChristoph Hellwig2-7/+1
2018-11-06scsi: ips: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2-6/+3
2018-11-06scsi: qla4xxx: remvoe unnecessary condition check for mempool_destroy()Chengguang Xu1-3/+1
2018-11-06scsi: qla4xxx: remove unnecessary condition check for dma_pool_destroy()Chengguang Xu1-4/+2
2018-11-06scsi: lpfc: update driver version to 12.0.0.8James Smart1-1/+1
2018-11-06scsi: lpfc: add Trunking supportJames Smart12-0/+474
2018-11-06scsi: lpfc: Implement GID_PT on Nameserver query to support faster failoverJames Smart9-4/+275
2018-11-06scsi: lpfc: Correct loss of fc4 type on remote port address changeJames Smart2-6/+26
2018-11-06scsi: lpfc: Fix odd recovery in duplicate FLOGIs in point-to-pointJames Smart3-12/+64
2018-11-06scsi: lpfc: Correct LCB RJT handlingJames Smart1-0/+3
2018-11-06scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart5-10/+26
2018-11-06scsi: lpfc: Correct errors accessing fw logJames Smart1-39/+25
2018-11-06scsi: lpfc: Reset link or adapter instead of doing infinite nameserver PLOGI ...James Smart2-1/+83
2018-11-06scsi: lpfc: Fix LOGO/PLOGI handling when triggerd by ABTS Timeout eventJames Smart2-28/+26
2018-11-06scsi: lpfc: Fix lpfc_sli4_read_config return value checkJames Smart1-2/+2
2018-11-06scsi: lpfc: Correct speeds on SFP swapJames Smart1-17/+46
2018-11-06scsi: megaraid_sas: Update driver versionShivasharan S1-2/+2
2018-11-06scsi: megaraid_sas: modify max supported lds related printShivasharan S1-3/+3
2018-11-06scsi: megaraid_sas: remove unused macroShivasharan S1-1/+0
2018-11-06scsi: megaraid_sas: increase timeout for IOC INIT to 180secondsShivasharan S1-1/+1
2018-11-06scsi: megaraid_sas: Remove double endian conversionShivasharan S1-3/+1
2018-11-06scsi: megaraid_sas: Re-use max_mfi_cmds to calculate queue sizesShivasharan S1-3/+1
2018-11-06scsi: megaraid_sas: Rename scratch_pad registersShivasharan S3-46/+45
2018-11-06scsi: megaraid_sas: Remove spin lock for dpc operationShivasharan S1-6/+1
2018-11-06scsi: megaraid_sas: optimize raid context access in IO pathShivasharan S1-43/+31
2018-11-06scsi: megaraid_sas: Fail init if heartbeat timer failsShivasharan S1-2/+4
2018-11-06scsi: megaraid_sas: For SRIOV, do not set STOP_ADP bitShivasharan S1-3/+5
2018-11-06scsi: megaraid_sas: Fix combined reply queue mode detectionShivasharan S1-3/+20
2018-11-06scsi: megaraid_sas: Fix module parameter descriptionShivasharan S1-3/+2
2018-11-06scsi: megaraid_sas: Fix goto labels in error handlingShivasharan S1-3/+2
2018-11-06scsi: megaraid_sas: Update copyright informationShivasharan S5-42/+32
2018-11-06scsi: megaraid_sas: Add check for reset adapter bitShivasharan S1-11/+22
2018-11-06scsi: megaraid_sas: Fix msleep granularityShivasharan S1-2/+2
2018-11-06scsi: megaraid_sas: Add support for FW snap dumpShivasharan S4-13/+208
2018-11-06scsi: megaraid_sas: Add watchdog thread to detect Firmware faultShivasharan S3-54/+167
2018-11-06scsi: mpt3sas: Bump driver version to 27.100.00.00Suganath Prabu1-2/+2
2018-11-06scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11Suganath Prabu1-4/+0
2018-11-06scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devicesSuganath Prabu1-1/+1
2018-11-06scsi: mpt3sas: Fix Sync cache command failure during driver unloadSuganath Prabu1-1/+35
2018-11-06scsi: mpt3sas: Call sas_remove_host before removing the target devicesSuganath Prabu2-3/+6
2018-11-06scsi: mpt3sas: Refactor mpt3sas_wait_for_ioc functionSuganath Prabu1-11/+9