summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy2020-01-021-7/+8
* scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy2020-01-021-16/+26
* scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy2020-01-021-4/+4
* scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy2020-01-021-0/+19
* scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy2020-01-021-3/+5
* scsi: mpt3sas: Add support for NVMe shutdownSreekanth Reddy2020-01-021-0/+134
* scsi: mpt3sas: change allocation optionTomas Henzl2019-10-241-1/+1
* scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy2019-09-301-0/+2
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-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-071-10/+16
* | scsi: mpt3sas: Reduce the performance dropSuganath Prabu2019-08-071-5/+2
* | scsi: mpt3sas: Add sysfs to know supported featuresSuganath Prabu2019-08-071-0/+4
* | scsi: mpt3sas: Allow ioctls to blocked access status NVMeSuganath Prabu2019-08-071-2/+25
* | scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu2019-08-071-34/+58
|/
* scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAsChristoph Hellwig2019-07-161-0/+1
* scsi: mpt3sas: make driver options visible in sysTomas Henzl2019-06-201-7/+7
* scsi: mpt3sas: Enable interrupt coalescing on high iopsSuganath Prabu S2019-06-181-1/+16
* scsi: mpt3sas: save and use MSI-X index for posting RDSuganath Prabu S2019-06-181-0/+1
* scsi: mpt3sas: function pointers of request descriptorSuganath Prabu S2019-06-181-10/+10
* scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy2019-03-251-0/+12
* scsi: mpt3sas: Add support for ATLAS PCIe switchSuganath Prabu S2019-02-041-0/+6
* scsi: mpt3sas: Add support for NVMe Switch AdapterSuganath Prabu S2019-02-041-0/+4
* scsi: mpt3sas: Rename mpi endpoint device ID macro.Suganath Prabu S2019-02-041-3/+3
* scsi: mpt3sas: mpt3sas_scsih: Mark expected switch fall-throughGustavo A. R. Silva2018-12-201-0/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-2/+0
* scsi: mpt3sas: Introduce flag for aero based controllersSuganath Prabu2018-12-121-6/+8
* scsi: mpt3sas: Display message on Configurable secure HBASreekanth Reddy2018-11-211-3/+4
* scsi: mpt3sas: Fix Sync cache command failure during driver unloadSuganath Prabu2018-11-061-1/+35
* scsi: mpt3sas: Call sas_remove_host before removing the target devicesSuganath Prabu2018-11-061-1/+1
* scsi: mpt3sas: Add support for Aero controllersSuganath Prabu2018-11-061-0/+26
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-835/+652
|\
| * scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches2018-10-101-6/+6
| * scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches2018-10-101-27/+23
| * scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches2018-10-101-802/+623
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-299/+162
|\
| * scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy2018-08-081-1/+1
| * scsi: mpt3sas: Improve kernel-doc headersBart Van Assche2018-06-191-217/+71
| * scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche2018-06-191-42/+50
| * scsi: mpt3sas: Annotate switch/case fall-throughBart Van Assche2018-06-191-0/+3
| * scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche2018-06-191-5/+0
| * scsi: mpt3sas: Fix indentationBart Van Assche2018-06-191-20/+20
| * scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal command...Chaitra P B2018-06-181-9/+7
| * scsi: mpt3sas: Don't access the structure after decrementing it's instance re...Chaitra P B2018-06-181-3/+4
| * scsi: mpt3sas: Incorrect command status was set/marked as not used.Chaitra P B2018-06-181-2/+2
| * scsi: mpt3sas: Don't abort I/Os issued to NVMe drives while processing Async ...Chaitra P B2018-06-181-0/+4
* | block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-301-1/+1
|/
* scsi: mpt3sas: fix possible memory leak.Chaitra P B2018-05-081-2/+2
OpenPOWER on IntegriCloud