summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-061-1/+1
|\
| * scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2021-03-171-1/+1
* | scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones2021-03-191-8/+10
* | scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones2021-03-161-12/+26
* | scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-1/+1
|/
* scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S2021-02-091-0/+2
* scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy2021-02-091-1/+41
* scsi: mpt3sas: Remove in_interrupt()Ahmed S. Darwish2020-12-011-1/+3
* scsi: mpt3sas_scsih: Use generic power managementVaibhav Gupta2020-11-261-21/+13
* scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resumeVaibhav Gupta2020-11-261-1/+0
* scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones2020-11-111-4/+4
* scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy2020-11-051-3/+66
* scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy2020-11-051-0/+233
* scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy2020-11-051-25/+38
* scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy2020-11-051-0/+106
* scsi: mpt3sas: Set valid PhysicalPort in SMPPassThroughSreekanth Reddy2020-11-051-0/+1
* scsi: mpt3sas: Update hba_port objects after host resetSreekanth Reddy2020-11-051-0/+338
* scsi: mpt3sas: Get sas_device objects using device's rphySreekanth Reddy2020-11-051-2/+39
* scsi: mpt3sas: Get device objects using sas_address & portIDSreekanth Reddy2020-11-051-55/+120
* scsi: mpt3sas: Update hba_port's sas_address & phy_maskSreekanth Reddy2020-11-051-19/+62
* scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()Sreekanth Reddy2020-11-051-58/+58
* scsi: mpt3sas: Allocate memory for hba_port objectsSreekanth Reddy2020-11-051-4/+69
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-151-37/+329
|\
| * scsi: mpt3sas: Detect tampered Aero and Sea adaptersSreekanth Reddy2020-09-161-16/+105
| * scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S2020-08-211-3/+133
| * scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S2020-08-211-13/+79
| * scsi: mpt3sas: Cancel the running work during host resetSuganath Prabu S2020-08-211-5/+12
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-4/+4
|/
* scsi: mpt3sas: Disable DIF when prot_mask set to zeroSreekanth Reddy2020-05-081-2/+2
* scsi: mpt3sas: Capture IOC data for debugging purposesSuganath Prabu2020-05-081-0/+4
* scsi: mpt3sas: Fix kernel panic observed on soft HBA unplugSreekanth Reddy2020-04-011-4/+4
* scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-121-1/+1
* scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy2020-01-031-7/+8
* scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy2020-01-031-16/+26
* scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy2020-01-031-4/+4
* scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy2020-01-031-0/+19
* scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy2020-01-031-3/+5
* scsi: mpt3sas: Add support for NVMe shutdownSreekanth Reddy2020-01-031-0/+134
* scsi: mpt3sas: change allocation optionTomas Henzl2019-10-251-1/+1
* scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy2019-10-011-0/+2
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-241-1/+0
|\
| * PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
* | scsi: mpt3sas: Introduce module parameter to override queue depthSreekanth Reddy2019-08-291-4/+36
* | scsi: mpt3sas: Run SAS DEVICE STATUS CHANGE EVENT from ISRSuganath Prabu2019-08-081-10/+16
* | scsi: mpt3sas: Reduce the performance dropSuganath Prabu2019-08-081-5/+2
* | scsi: mpt3sas: Add sysfs to know supported featuresSuganath Prabu2019-08-081-0/+4
* | scsi: mpt3sas: Allow ioctls to blocked access status NVMeSuganath Prabu2019-08-081-2/+25
* | scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu2019-08-081-34/+58
|/
* scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAsChristoph Hellwig2019-07-171-0/+1
* scsi: mpt3sas: make driver options visible in sysTomas Henzl2019-06-201-7/+7