aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18scsi: megaraid_sas: make max_sectors visible in sysTomas Henzl1-1/+1
2019-06-18scsi: megaraid_sas: remove set but not used variables 'buff_addr' and 'ci_h'YueHaibing1-5/+0
2019-06-18scsi: megaraid_sas: remove set but not used variable 'sge_sz'YueHaibing1-11/+0
2019-06-18scsi: lpfc: Avoid unused function warningsNathan Chancellor1-0/+2
2019-06-18scsi: ibmvscsi: Don't use rc uninitialized in ibmvscsi_do_workNathan Chancellor1-2/+4
2019-06-18scsi: lpfc: Make some symbols staticYueHaibing3-5/+5
2019-06-18scsi: lpfc: Remove set but not used variables 'qp'YueHaibing1-2/+0
2019-06-18scsi: qla2xxx: remove double assignment in qla2x00_update_fcportEnzo Matsumiya1-1/+0
2019-06-18scsi: hisi_sas: Disable stash for v3 hwXiang Chen1-0/+2
2019-06-18scsi: hisi_sas: Ignore the error code between phy down to phy upLuo Jiaxing1-0/+15
2019-06-18scsi: hisi_sas: Change the type of some numbers to unsignedXiang Chen1-2/+2
2019-06-18scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in sizeJohn Garry1-2/+2
2019-06-18scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errorsXiaofei Tan2-34/+37
2019-06-18scsi: hisi_sas: Delete PHY timers when rmmod or probe failedXiang Chen1-0/+8
2019-06-18scsi: message: fusion: Use kmemdup instead of memcpy and kmallocBharath Vedartham1-2/+1
2019-06-18scsi: megaraid_sas: remove set but not used variables 'host' and 'wait_time'YueHaibing1-7/+1
2019-06-18scsi: megaraid_sas: remove set but not used variable 'cur_state'YueHaibing1-11/+0
2019-06-18scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()Gen Zhang1-0/+4
2019-06-18scsi: ufs: Add error-handling of Auto-HibernateStanley Chu2-2/+35
2019-06-18scsi: ufs: Do not overwrite Auto-Hibernate timerStanley Chu1-1/+1
2019-06-18scsi: ufs: Introduce ufshcd_is_auto_hibern8_supported()Stanley Chu3-5/+10
2019-06-18scsi: libsas: no need to join wide port again in sas_ex_discover_dev()Jason Yan1-22/+4
2019-06-18scsi: lpfc: Use *_pool_zalloc rather than *_pool_allocThomas Meyer1-4/+3
2019-06-18scsi: hpsa: fix an uninitialized read and dereference of pointer devColin Ian King1-1/+1
2019-06-18scsi: target/iscsi: fix possible condition with no effect (if == else)Hariprasad Kelam1-13/+2
2019-06-18scsi: pm8001: Fix typo in code commentsWeitao Hou1-1/+1
2019-06-18scsi: fdomain: Add PCMCIA supportOndrej Zary4-2/+111
2019-06-18scsi: fdomain: Add register definitionsOndrej Zary3-98/+167
2019-06-18scsi: ibmvscsi: fix tripping of blk_mq_run_hw_queue WARN_ONTyrel Datwyler2-1/+5
2019-06-18scsi: ibmvscsi: redo driver work thread to use enum action statesTyrel Datwyler2-21/+49
2019-06-18scsi: ibmvscsi: Wire up host_reset() in the driver's scsi_host_templateTyrel Datwyler1-0/+11
2019-06-18scsi: lpfc: Update lpfc version to 12.2.0.3James Smart1-1/+1
2019-06-18scsi: lpfc: Fix kernel warnings related to smp_processor_id()James Smart1-1/+1
2019-06-18scsi: lpfc: Fix BFS crash with DIX enabledJames Smart1-2/+4
2019-06-18scsi: lpfc: Fix FDMI fc4type for nvme supportJames Smart1-3/+11
2019-06-18scsi: lpfc: Fix fcp_rsp_len checking on lun resetJames Smart1-1/+6
2019-06-18scsi: lpfc: Fix poor use of hardware queues if fewer irq vectorsJames Smart4-113/+255
2019-06-18scsi: lpfc: Fix oops when driver is loaded with 1 interrupt vectorJames Smart3-19/+155
2019-06-18scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart2-3/+9
2019-06-18scsi: lpfc: Fix memory leak in abnormal exit path from lpfc_eq_createJames Smart1-3/+5
2019-06-18scsi: lpfc: Rework misleading nvme not supported in firmware messageJames Smart2-18/+38
2019-06-18scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmplJames Smart1-3/+4
2019-06-18scsi: lpfc: Cancel queued work for an IO when processing a received ABTSJames Smart1-1/+2
2019-06-18scsi: lpfc: Prevent 'use after free' memory overwrite in nvmet LS handlingJames Smart1-1/+0
2019-06-18scsi: lpfc: Fix PT2PT PLOGI collison stopping discoveryJames Smart1-0/+1
2019-06-18scsi: lpfc: Revert message logging on unsupported topologyJames Smart1-2/+2
2019-06-18scsi: lpfc: Fix nvmet handling of received ABTS for unmapped framesJames Smart4-25/+214
2019-06-18scsi: lpfc: Separate CQ processing for nvmet_fc upcallsJames Smart4-30/+64
2019-06-18scsi: lpfc: Revise message when stuck due to unresponsive adapterJames Smart1-3/+13
2019-06-18scsi: lpfc: Correct nvmet buffer free race conditionJames Smart1-7/+14