summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: qedf: Add driver state to 'driver_stats' debugfs nodeChad Dupuis2019-04-291-3/+52
| * scsi: qedf: Change MSI-X load error messageChad Dupuis2019-04-291-1/+2
| * scsi: qedi: Adjust termination and offload ramrod timersManish Rangankar2019-04-291-2/+3
| * scsi: qedi: Abort ep termination if offload not scheduledManish Rangankar2019-04-291-0/+3
| * scsi: csiostor: create per port irq affinity mask setVarun Prakash2019-04-291-1/+27
| * scsi: qla2xxx: Silence Successful ELS IOCB messageHimanshu Madhani2019-04-291-1/+1
| * scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran2019-04-291-2/+2
| * scsi: aic7xxx: improve the Kconfig entryChristoph Hellwig2019-04-291-1/+1
| * scsi: aic7xxx: fix spelling mistake "recevied" -> "received"Colin Ian King2019-04-191-1/+1
| * scsi: lpfc: Make lpfc_sli4_oas_verify staticYueHaibing2019-04-191-1/+1
| * scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King2019-04-192-2/+2
| * scsi: qedi: fix spelling mistake "oflload" -> "offload"Colin Ian King2019-04-191-2/+2
| * scsi: qedf: remove memset/memcpy to nfunc and use func insteadColin Ian King2019-04-191-24/+8Star
| * scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRESENTLi Zhong2019-04-161-3/+4
| * scsi: megaraid_sas: Make megasas_host_device_list_query() staticYueHaibing2019-04-161-1/+1
| * scsi: ufs: Print real incorrect request response codeStanley Chu2019-04-161-1/+1
| * scsi: cxgb4i: fix incorrect spelling "reveive" -> "receive"Varun Prakash2019-04-161-1/+1
| * scsi: libcxgbi: update route finding logicVarun Prakash2019-04-161-5/+8
| * scsi: libcxgbi: find cxgbi device by MAC addressVarun Prakash2019-04-161-2/+2
| * scsi: core: don't hold device refcount in IO pathMing Lei2019-04-161-26/+2Star
| * scsi: qla2xxx: Fix read offset in qla24xx_load_risc_flash()Himanshu Madhani2019-04-161-15/+1Star
| * scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c fileBart Van Assche2019-04-163-19/+18Star
| * scsi: qla2xxx: Remove two superfluous castsBart Van Assche2019-04-161-3/+2Star
| * scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_freeBart Van Assche2019-04-162-4/+0Star
| * scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directiveBart Van Assche2019-04-162-1/+2
| * scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche2019-04-162-3/+1Star
| * scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche2019-04-162-7/+9
| * scsi: qla2xxx: Insert spaces where requiredBart Van Assche2019-04-169-23/+23
| * scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche2019-04-165-6/+6
| * scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-1614-2/+69
| * scsi: qla2xxx: Use tabs to indent codeBart Van Assche2019-04-162-21/+21
| * scsi: libsas: Print expander PHY indexes in decimalJohn Garry2019-04-164-28/+27Star
| * scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry2019-04-161-0/+5
| * scsi: libsas: Inject revalidate event for root port eventJohn Garry2019-04-161-3/+21
| * scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry2019-04-161-6/+14
| * scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...John Garry2019-04-161-1/+6
| * scsi: libsas: Stop hardcoding SAS address lengthJohn Garry2019-04-162-26/+29
| * scsi: hisi_sas: Some misc tidy-upXiang Chen2019-04-134-53/+38Star
| * scsi: hisi_sas: Don't fail IT nexus reset for Open Reject timeoutLuo Jiaxing2019-04-131-11/+14
| * scsi: hisi_sas: Don't hard reset disk during controller resetLuo Jiaxing2019-04-131-1/+2
| * scsi: hisi_sas: Support all RAS events with MSI interruptsXiaofei Tan2019-04-131-178/+259
| * scsi: hisi_sas: allocate different SAS address for directly attached situationXiang Chen2019-04-131-0/+2
| * scsi: hisi_sas: Adjust the printk format of functions hisi_sas_init_device()Xiang Chen2019-04-131-2/+1Star
| * scsi: hisi_sas: Fix for setting the PHY linkrate when disconnectedJohn Garry2019-04-135-23/+46
| * scsi: hisi_sas: Remedy inconsistent PHY down state in softwareXiang Chen2019-04-131-2/+2
| * scsi: hisi_sas: add host reset interface for testXiang Chen2019-04-134-0/+16
| * Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-1321-48/+148
| |\
| * | scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-135-8/+33
| * | scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atidColin Ian King2019-04-131-8/+6Star
| * | scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche2019-04-101-6/+0Star