summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-04scsi: lpfc: Fix indentation and balance bracesBart Van Assche1-3/+3
2019-04-04scsi: lpfc: Declare local functions staticBart Van Assche6-14/+14
2019-04-04scsi: ufs: Remove "<name>-fixed-regulator" device tree propertyStanley Chu1-5/+0
2019-04-04scsi: ufs: Change "<name>-max-microamp" to non-mandatory propertyStanley Chu1-5/+3
2019-04-04scsi: ufs: Fix regulator load and icc-level configurationStanley Chu1-3/+12
2019-04-04scsi: ufs: Avoid configuring regulator with undefined voltage rangeStanley Chu1-5/+8
2019-04-04scsi: ufs: Remove unused min_uA field in struct ufs_vregStanley Chu2-2/+0
2019-04-04scsi: bnx2fc: remove unneeded variableDing Xiang1-2/+1
2019-03-28scsi: qedf: Update the driver version to 8.37.25.19Saurav Kashyap1-4/+4
2019-03-28scsi: qedf: Fix lport may be used uninitialized warningSaurav Kashyap1-3/+1
2019-03-28scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap1-15/+11
2019-03-28scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar2-16/+54
2019-03-28scsi: qedf: Check for tm_flags instead of cmd_type during cleanupSaurav Kashyap1-1/+2
2019-03-28scsi: qedf: Add a flag to help debugging io_req which could not be cleanedShyam Sundar1-0/+7
2019-03-28scsi: qedf: Don't send ABTS for under run scenarioSaurav Kashyap1-9/+1
2019-03-28scsi: qedf: Don't queue anything if upload is in progressShyam Sundar1-1/+8
2019-03-28scsi: qedf: Check both the FCF and fabric ID before servicing clear virtual linkChad Dupuis1-18/+48
2019-03-28scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke3-9/+30
2019-03-28scsi: qedf: Add missing return in qedf_scsi_done()Chad Dupuis1-0/+1
2019-03-28scsi: qedf: Wait for upload and link down processing during soft ctx resetChad Dupuis3-11/+57
2019-03-28scsi: qedf: Add additional checks for io_req->sc_cmd validityChad Dupuis1-2/+37
2019-03-28scsi: qedf: fixup bit operationsHannes Reinecke2-1/+8
2019-03-28scsi: qedf: fixup locking in qedf_restart_rport()Hannes Reinecke1-1/+7
2019-03-28scsi: qedf: missing kref_put in qedf_xmit()Hannes Reinecke1-1/+3
2019-03-28scsi: qedf: Check for link state before processing LL2 packets and send fipvl...Saurav Kashyap2-6/+28
2019-03-28scsi: qedf: Add missing fc_disc_init call after allocating lportChad Dupuis1-0/+2
2019-03-28scsi: qedf: Correct the memory barriers in qedf_ring_doorbellAndrew Vasquez1-2/+10
2019-03-28scsi: qedf: Use a separate completion for cleanup commandsChad Dupuis2-4/+8
2019-03-28scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap4-67/+276
2019-03-28scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar4-26/+277
2019-03-28scsi: qedf: Simplify s/g list mappingChad Dupuis3-94/+40
2019-03-28scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload checkChad Dupuis1-0/+1
2019-03-28scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...Chad Dupuis3-17/+7
2019-03-28scsi: qedf: Do not retry ELS request if qedf_alloc_cmd failsChad Dupuis1-12/+4
2019-03-28scsi: MAINTAINERS: Add maintainer for MediaTek UFS driverStanley Chu1-0/+7
2019-03-28scsi: qla2xxx: Simplify conditional check againNathan Chancellor1-2/+2
2019-03-28scsi: sd: Inline sd_probe_part2()Bart Van Assche1-58/+43
2019-03-28scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche4-47/+5
2019-03-28scsi: mpt3sas: fix indentation issueColin Ian King1-2/+2
2019-03-28scsi: libcxgbi: remove uninitialized variable lenColin Ian King1-3/+2
2019-03-28scsi: target: alua: fix the tg_pt_gps_counttangwenji1-2/+4
2019-03-26scsi: gdth: Only call dma_free_coherent when buf is not NULL in ioc_generalNathan Chancellor1-2/+3
2019-03-26scsi: pm8001: remove set but not used variables 'param, sas_ha'YueHaibing1-4/+0
2019-03-26scsi: qla4xxx: avoid freeing unallocated dma memoryArnd Bergmann1-1/+1
2019-03-26scsi: lpfc: avoid uninitialized variable warningArnd Bergmann1-4/+4
2019-03-26scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare4-339/+349
2019-03-26scsi: ufs-mediatek: Add missing MODULE_* informationAnders Roxell1-0/+5
2019-03-26scsi: ufs-mediatek: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-03-21scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failedtangwenji1-3/+3
2019-03-21scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_nptangwenji1-3/+0