aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: qla2xxx: Remove two superfluous castsBart Van Assche2019-04-151-3/+2
| * scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_freeBart Van Assche2019-04-152-4/+0
| * scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directiveBart Van Assche2019-04-152-1/+2
| * scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche2019-04-152-3/+1
| * scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche2019-04-152-7/+9
| * scsi: qla2xxx: Insert spaces where requiredBart Van Assche2019-04-159-23/+23
| * scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche2019-04-155-6/+6
| * scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-1514-2/+69
| * scsi: qla2xxx: Use tabs to indent codeBart Van Assche2019-04-152-21/+21
| * scsi: libsas: Print expander PHY indexes in decimalJohn Garry2019-04-154-28/+27
| * scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry2019-04-151-0/+5
| * scsi: libsas: Inject revalidate event for root port eventJohn Garry2019-04-151-3/+21
| * scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry2019-04-151-6/+14
| * scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...John Garry2019-04-151-1/+6
| * scsi: libsas: Stop hardcoding SAS address lengthJohn Garry2019-04-152-26/+29
| * scsi: hisi_sas: Some misc tidy-upXiang Chen2019-04-124-53/+38
| * scsi: hisi_sas: Don't fail IT nexus reset for Open Reject timeoutLuo Jiaxing2019-04-121-11/+14
| * scsi: hisi_sas: Don't hard reset disk during controller resetLuo Jiaxing2019-04-121-1/+2
| * scsi: hisi_sas: Support all RAS events with MSI interruptsXiaofei Tan2019-04-121-178/+259
| * scsi: hisi_sas: allocate different SAS address for directly attached situationXiang Chen2019-04-121-0/+2
| * scsi: hisi_sas: Adjust the printk format of functions hisi_sas_init_device()Xiang Chen2019-04-121-2/+1
| * scsi: hisi_sas: Fix for setting the PHY linkrate when disconnectedJohn Garry2019-04-125-23/+46
| * scsi: hisi_sas: Remedy inconsistent PHY down state in softwareXiang Chen2019-04-121-2/+2
| * scsi: hisi_sas: add host reset interface for testXiang Chen2019-04-124-0/+16
| * Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-1221-48/+148
| |\
| * | scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-125-8/+33
| * | scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atidColin Ian King2019-04-121-8/+6
| * | scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche2019-04-091-6/+0
| * | scsi: qla2xxx: Unregister resources in the opposite order of the registration...Bart Van Assche2019-04-081-4/+5
| * | scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche2019-04-081-13/+21
| * | scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche2019-04-083-15/+12
| * | scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche2019-04-081-38/+47
| * | scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche2019-04-081-46/+31
| * | scsi: qla2xxx: Declare local symbols staticBart Van Assche2019-04-081-2/+2
| * | scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche2019-04-081-1/+1
| * | scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche2019-04-081-3/+0
| * | scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche2019-04-081-2/+3
| * | scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King2019-04-081-1/+1
| * | scsi: lpfc: add support for posting FC events on FPIN receptionJames Smart2019-04-082-0/+12
| * | scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart2019-04-081-0/+18
| * | scsi: scsi_transport_fc: refactor event posting routinesJames Smart2019-04-081-59/+41
| * | scsi: lpfc: Fix a recently introduced compiler warningBart Van Assche2019-04-081-2/+2
| * | scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing2019-04-031-1/+0
| * | scsi: ufs-cdns: Add support for UFSHCI with M31 PHYJan Kotas2019-04-031-10/+64
| * | scsi: ufs: remove unnecessary pointer evaluationZeng Guangyue2019-04-031-10/+1
| * | scsi: qedf: Remove set but not used variable 'fr_len'YueHaibing2019-04-031-2/+0
| * | scsi: pm8001: fix spelling mistake, interupt -> interruptColin Ian King2019-04-034-7/+7
| * | scsi: pm8001: clean up dead code when PM8001_USE_MSIX is definedColin Ian King2019-04-032-12/+16
| * | scsi: qla2xxx: Update driver version to 10.01.00.16-kHimanshu Madhani2019-04-031-1/+1
| * | scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali2019-04-032-39/+46