summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-18scsi: lpfc: Fix nvmet target abort cmd matchingJames Smart1-2/+8
2019-06-18scsi: lpfc: Fix alloc context on oas lun creationsJames Smart1-1/+1
2019-06-18scsi: megaraid_sas: Update driver version to 07.708.03.00Shivasharan S1-2/+2
2019-06-18scsi: megaraid_sas: Export RAID map through debugfsShivasharan S5-1/+204
2019-06-18scsi: megaraid_sas: Fix MSI-X vector printShivasharan S1-5/+5
2019-06-18scsi: megaraid_sas: Add debug prints for device listShivasharan S2-0/+36
2019-06-18scsi: megaraid_sas: Add prints in suspend and resume pathShivasharan S1-0/+3
2019-06-18scsi: megaraid_sas: Print firmware interrupt statusShivasharan S1-6/+7
2019-06-18scsi: megaraid_sas: Print FW fault informationShivasharan S3-12/+20
2019-06-18scsi: megaraid_sas: Export RAID map id through sysfsShivasharan S1-0/+15
2019-06-18scsi: megaraid_sas: Print BAR information from driverShivasharan S1-0/+6
2019-06-18scsi: megaraid_sas: Dump system registers for debuggingShivasharan S1-1/+26
2019-06-18scsi: megaraid_sas: Dump system interface regs from sysfsShivasharan S1-0/+37
2019-06-18scsi: megaraid_sas: Add formatting option for megasas_dumpShivasharan S1-12/+18
2019-06-18scsi: megaraid_sas: Enhance internal DCMD timeout printsShivasharan S1-4/+8
2019-06-18scsi: megaraid_sas: Enhance prints in OCR and TM pathShivasharan S3-37/+80
2019-06-18scsi: megaraid_sas: Load balance completions across all MSI-XShivasharan S3-8/+35
2019-06-18scsi: megaraid_sas: IRQ poll to avoid CPU hard lockupsShivasharan S6-30/+136