summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: use octal permissions instead of constantsTomas Henzl2019-06-182-11/+11
* scsi: megaraid_sas: make max_sectors visible in sysTomas Henzl2019-06-181-1/+1
* scsi: megaraid_sas: remove set but not used variables 'buff_addr' and 'ci_h'YueHaibing2019-06-181-5/+0
* scsi: megaraid_sas: remove set but not used variable 'sge_sz'YueHaibing2019-06-181-11/+0
* scsi: lpfc: Avoid unused function warningsNathan Chancellor2019-06-181-0/+2
* scsi: MAINTAINERS: update maintainer for PM8001Jack Wang2019-06-181-2/+1
* scsi: ibmvscsi: Don't use rc uninitialized in ibmvscsi_do_workNathan Chancellor2019-06-181-2/+4
* scsi: lpfc: Make some symbols staticYueHaibing2019-06-183-5/+5
* scsi: lpfc: Remove set but not used variables 'qp'YueHaibing2019-06-181-2/+0
* scsi: qla2xxx: remove double assignment in qla2x00_update_fcportEnzo Matsumiya2019-06-181-1/+0
* scsi: hisi_sas: Disable stash for v3 hwXiang Chen2019-06-181-0/+2
* scsi: hisi_sas: Ignore the error code between phy down to phy upLuo Jiaxing2019-06-181-0/+15
* scsi: hisi_sas: Change the type of some numbers to unsignedXiang Chen2019-06-181-2/+2
* scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in sizeJohn Garry2019-06-181-2/+2
* scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errorsXiaofei Tan2019-06-182-34/+37
* scsi: hisi_sas: Delete PHY timers when rmmod or probe failedXiang Chen2019-06-181-0/+8
* scsi: message: fusion: Use kmemdup instead of memcpy and kmallocBharath Vedartham2019-06-181-2/+1
* scsi: megaraid_sas: remove set but not used variables 'host' and 'wait_time'YueHaibing2019-06-181-7/+1
* scsi: megaraid_sas: remove set but not used variable 'cur_state'YueHaibing2019-06-181-11/+0
* scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()Gen Zhang2019-06-181-0/+4
* scsi: ufs: Add error-handling of Auto-HibernateStanley Chu2019-06-182-2/+35
* scsi: ufs: Do not overwrite Auto-Hibernate timerStanley Chu2019-06-181-1/+1
* scsi: ufs: Introduce ufshcd_is_auto_hibern8_supported()Stanley Chu2019-06-183-5/+10
* scsi: libsas: no need to join wide port again in sas_ex_discover_dev()Jason Yan2019-06-181-22/+4
* scsi: lpfc: Use *_pool_zalloc rather than *_pool_allocThomas Meyer2019-06-181-4/+3
* scsi: hpsa: fix an uninitialized read and dereference of pointer devColin Ian King2019-06-181-1/+1
* scsi: target/iscsi: fix possible condition with no effect (if == else)Hariprasad Kelam2019-06-181-13/+2
* scsi: pm8001: Fix typo in code commentsWeitao Hou2019-06-181-1/+1
* scsi: fdomain: Add PCMCIA supportOndrej Zary2019-06-184-2/+111
* scsi: fdomain: Add register definitionsOndrej Zary2019-06-183-98/+167
* scsi: ibmvscsi: fix tripping of blk_mq_run_hw_queue WARN_ONTyrel Datwyler2019-06-182-1/+5
* scsi: ibmvscsi: redo driver work thread to use enum action statesTyrel Datwyler2019-06-182-21/+49
* scsi: ibmvscsi: Wire up host_reset() in the driver's scsi_host_templateTyrel Datwyler2019-06-181-0/+11
* scsi: lpfc: Update lpfc version to 12.2.0.3James Smart2019-06-181-1/+1
* scsi: lpfc: Fix kernel warnings related to smp_processor_id()James Smart2019-06-181-1/+1
* scsi: lpfc: Fix BFS crash with DIX enabledJames Smart2019-06-181-2/+4
* scsi: lpfc: Fix FDMI fc4type for nvme supportJames Smart2019-06-181-3/+11
* scsi: lpfc: Fix fcp_rsp_len checking on lun resetJames Smart2019-06-181-1/+6
* scsi: lpfc: Fix poor use of hardware queues if fewer irq vectorsJames Smart2019-06-184-113/+255
* scsi: lpfc: Fix oops when driver is loaded with 1 interrupt vectorJames Smart2019-06-183-19/+155
* scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart2019-06-182-3/+9
* scsi: lpfc: Fix memory leak in abnormal exit path from lpfc_eq_createJames Smart2019-06-181-3/+5
* scsi: lpfc: Rework misleading nvme not supported in firmware messageJames Smart2019-06-182-18/+38
* scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmplJames Smart2019-06-181-3/+4
* scsi: lpfc: Cancel queued work for an IO when processing a received ABTSJames Smart2019-06-181-1/+2
* scsi: lpfc: Prevent 'use after free' memory overwrite in nvmet LS handlingJames Smart2019-06-181-1/+0
* scsi: lpfc: Fix PT2PT PLOGI collison stopping discoveryJames Smart2019-06-181-0/+1
* scsi: lpfc: Revert message logging on unsupported topologyJames Smart2019-06-181-2/+2
* scsi: lpfc: Fix nvmet handling of received ABTS for unmapped framesJames Smart2019-06-184-25/+214
* scsi: lpfc: Separate CQ processing for nvmet_fc upcallsJames Smart2019-06-184-30/+64