summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-09scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S1-0/+2
2021-02-09scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy1-1/+41
2020-12-01scsi: mpt3sas: Remove in_interrupt()Ahmed S. Darwish1-1/+3
2020-11-26scsi: mpt3sas_scsih: Use generic power managementVaibhav Gupta1-21/+13
2020-11-26scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-11-11scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones1-4/+4
2020-11-05scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy1-3/+66
2020-11-05scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy1-0/+233
2020-11-05scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy1-25/+38
2020-11-05scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy1-0/+106
2020-11-05scsi: mpt3sas: Set valid PhysicalPort in SMPPassThroughSreekanth Reddy1-0/+1
2020-11-05scsi: mpt3sas: Update hba_port objects after host resetSreekanth Reddy1-0/+338
2020-11-05scsi: mpt3sas: Get sas_device objects using device's rphySreekanth Reddy1-2/+39
2020-11-05scsi: mpt3sas: Get device objects using sas_address & portIDSreekanth Reddy1-55/+120
2020-11-05scsi: mpt3sas: Update hba_port's sas_address & phy_maskSreekanth Reddy1-19/+62
2020-11-05scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()Sreekanth Reddy1-58/+58
2020-11-05scsi: mpt3sas: Allocate memory for hba_port objectsSreekanth Reddy1-4/+69
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-37/+329
2020-09-16scsi: mpt3sas: Detect tampered Aero and Sea adaptersSreekanth Reddy1-16/+105
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-08-21scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S1-3/+133
2020-08-21scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S1-13/+79
2020-08-21scsi: mpt3sas: Cancel the running work during host resetSuganath Prabu S1-5/+12
2020-05-08scsi: mpt3sas: Disable DIF when prot_mask set to zeroSreekanth Reddy1-2/+2
2020-05-08scsi: mpt3sas: Capture IOC data for debugging purposesSuganath Prabu1-0/+4
2020-04-01scsi: mpt3sas: Fix kernel panic observed on soft HBA unplugSreekanth Reddy1-4/+4
2020-03-12scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-03scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy1-7/+8
2020-01-03scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy1-16/+26
2020-01-03scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy1-4/+4
2020-01-03scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy1-0/+19
2020-01-03scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy1-3/+5
2020-01-03scsi: mpt3sas: Add support for NVMe shutdownSreekanth Reddy1-0/+134
2019-10-25scsi: mpt3sas: change allocation optionTomas Henzl1-1/+1
2019-10-01scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy1-0/+2
2019-09-24Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2019-08-30scsi: mpt3sas: Introduce module parameter to override queue depthSreekanth Reddy1-4/+36
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-08-08scsi: mpt3sas: Run SAS DEVICE STATUS CHANGE EVENT from ISRSuganath Prabu1-10/+16
2019-08-08scsi: mpt3sas: Reduce the performance dropSuganath Prabu1-5/+2
2019-08-08scsi: mpt3sas: Add sysfs to know supported featuresSuganath Prabu1-0/+4
2019-08-08scsi: mpt3sas: Allow ioctls to blocked access status NVMeSuganath Prabu1-2/+25
2019-08-08scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu1-34/+58
2019-07-17scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAsChristoph Hellwig1-0/+1
2019-06-20scsi: mpt3sas: make driver options visible in sysTomas Henzl1-7/+7
2019-06-19scsi: mpt3sas: Enable interrupt coalescing on high iopsSuganath Prabu S1-1/+16
2019-06-19scsi: mpt3sas: save and use MSI-X index for posting RDSuganath Prabu S1-0/+1
2019-06-19scsi: mpt3sas: function pointers of request descriptorSuganath Prabu S1-10/+10
2019-03-26scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy1-0/+12
2019-02-05scsi: mpt3sas: Add support for ATLAS PCIe switchSuganath Prabu S1-0/+6