summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: libsas: no need to join wide port again in sas_ex_discover_dev()Jason Yan2019-06-191-22/+4
* scsi: lpfc: Use *_pool_zalloc rather than *_pool_allocThomas Meyer2019-06-191-4/+3
* scsi: hpsa: fix an uninitialized read and dereference of pointer devColin Ian King2019-06-191-1/+1
* scsi: target/iscsi: fix possible condition with no effect (if == else)Hariprasad Kelam2019-06-191-13/+2
* scsi: pm8001: Fix typo in code commentsWeitao Hou2019-06-191-1/+1
* scsi: fdomain: Add PCMCIA supportOndrej Zary2019-06-194-2/+111
* scsi: fdomain: Add register definitionsOndrej Zary2019-06-193-98/+167
* scsi: ibmvscsi: fix tripping of blk_mq_run_hw_queue WARN_ONTyrel Datwyler2019-06-192-1/+5
* scsi: ibmvscsi: redo driver work thread to use enum action statesTyrel Datwyler2019-06-192-21/+49
* scsi: ibmvscsi: Wire up host_reset() in the driver's scsi_host_templateTyrel Datwyler2019-06-191-0/+11
* scsi: lpfc: Update lpfc version to 12.2.0.3James Smart2019-06-191-1/+1
* scsi: lpfc: Fix kernel warnings related to smp_processor_id()James Smart2019-06-191-1/+1
* scsi: lpfc: Fix BFS crash with DIX enabledJames Smart2019-06-191-2/+4
* scsi: lpfc: Fix FDMI fc4type for nvme supportJames Smart2019-06-191-3/+11
* scsi: lpfc: Fix fcp_rsp_len checking on lun resetJames Smart2019-06-191-1/+6
* scsi: lpfc: Fix poor use of hardware queues if fewer irq vectorsJames Smart2019-06-194-113/+255
* scsi: lpfc: Fix oops when driver is loaded with 1 interrupt vectorJames Smart2019-06-193-19/+155
* scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart2019-06-192-3/+9
* scsi: lpfc: Fix memory leak in abnormal exit path from lpfc_eq_createJames Smart2019-06-191-3/+5
* scsi: lpfc: Rework misleading nvme not supported in firmware messageJames Smart2019-06-192-18/+38
* scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmplJames Smart2019-06-191-3/+4
* scsi: lpfc: Cancel queued work for an IO when processing a received ABTSJames Smart2019-06-191-1/+2
* scsi: lpfc: Prevent 'use after free' memory overwrite in nvmet LS handlingJames Smart2019-06-191-1/+0
* scsi: lpfc: Fix PT2PT PLOGI collison stopping discoveryJames Smart2019-06-191-0/+1
* scsi: lpfc: Revert message logging on unsupported topologyJames Smart2019-06-191-2/+2
* scsi: lpfc: Fix nvmet handling of received ABTS for unmapped framesJames Smart2019-06-194-25/+214
* scsi: lpfc: Separate CQ processing for nvmet_fc upcallsJames Smart2019-06-194-30/+64
* scsi: lpfc: Revise message when stuck due to unresponsive adapterJames Smart2019-06-191-3/+13
* scsi: lpfc: Correct nvmet buffer free race conditionJames Smart2019-06-191-7/+14
* scsi: lpfc: Fix nvmet target abort cmd matchingJames Smart2019-06-191-2/+8
* scsi: lpfc: Fix alloc context on oas lun creationsJames Smart2019-06-191-1/+1
* scsi: megaraid_sas: Update driver version to 07.708.03.00Shivasharan S2019-06-191-2/+2
* scsi: megaraid_sas: Export RAID map through debugfsShivasharan S2019-06-195-1/+204
* scsi: megaraid_sas: Fix MSI-X vector printShivasharan S2019-06-191-5/+5
* scsi: megaraid_sas: Add debug prints for device listShivasharan S2019-06-192-0/+36
* scsi: megaraid_sas: Add prints in suspend and resume pathShivasharan S2019-06-191-0/+3
* scsi: megaraid_sas: Print firmware interrupt statusShivasharan S2019-06-191-6/+7
* scsi: megaraid_sas: Print FW fault informationShivasharan S2019-06-193-12/+20
* scsi: megaraid_sas: Export RAID map id through sysfsShivasharan S2019-06-191-0/+15
* scsi: megaraid_sas: Print BAR information from driverShivasharan S2019-06-191-0/+6
* scsi: megaraid_sas: Dump system registers for debuggingShivasharan S2019-06-191-1/+26
* scsi: megaraid_sas: Dump system interface regs from sysfsShivasharan S2019-06-191-0/+37
* scsi: megaraid_sas: Add formatting option for megasas_dumpShivasharan S2019-06-191-12/+18
* scsi: megaraid_sas: Enhance internal DCMD timeout printsShivasharan S2019-06-191-4/+8
* scsi: megaraid_sas: Enhance prints in OCR and TM pathShivasharan S2019-06-193-37/+80
* scsi: megaraid_sas: Load balance completions across all MSI-XShivasharan S2019-06-193-8/+35
* scsi: megaraid_sas: IRQ poll to avoid CPU hard lockupsShivasharan S2019-06-196-30/+136
* scsi: megaraid_sas: Block PCI config space access from userspace during OCRShivasharan S2019-06-193-10/+74
* scsi: megaraid_sas: Rework code around controller resetShivasharan S2019-06-192-13/+11
* scsi: megaraid_sas: fw_reset_no_pci_access required for MFI adapters onlyShivasharan S2019-06-191-8/+10