summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: Fix double free in attach error handlingDan Carpenter2019-12-161-1/+0
* scsi: mpt3sas: change allocation optionTomas Henzl2019-10-241-1/+1
* scsi: mpt3sas: Clean up some indentingDan Carpenter2019-10-091-1/+1
* scsi: mpt3sas: Bump mpt3sas driver version to 32.100.00.00Sreekanth Reddy2019-09-301-2/+2
* scsi: mpt3sas: Fix module parameter max_msix_vectorsSreekanth Reddy2019-09-301-2/+2
* scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBASreekanth Reddy2019-09-301-0/+12
* scsi: mpt3sas: Use Component img header to get Package verSreekanth Reddy2019-09-301-9/+23
* scsi: mpt3sas: Fail release cmnd if diag buffer is releasedSreekanth Reddy2019-09-301-1/+1
* scsi: mpt3sas: Add app owned flag support for diag bufferSreekanth Reddy2019-09-302-1/+43
* scsi: mpt3sas: Reuse diag buffer allocated at load timeSreekanth Reddy2019-09-303-21/+69
* scsi: mpt3sas: clear release bit when buffer reregisteredSreekanth Reddy2019-09-301-0/+2
* scsi: mpt3sas: Maintain owner of buffer through UniqueIDSreekanth Reddy2019-09-302-9/+113
* scsi: mpt3sas: Free diag buffer without any status checkSreekanth Reddy2019-09-301-6/+0
* scsi: mpt3sas: Fix clear pending bit in ioctl statusSreekanth Reddy2019-09-301-1/+2
* scsi: mpt3sas: Display message before releasing diag bufferSreekanth Reddy2019-09-302-3/+16
* scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy2019-09-303-7/+75
* 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
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-219-116/+543
|\ \
| * | scsi: mpt3sas: Introduce module parameter to override queue depthSreekanth Reddy2019-08-293-4/+140
| * | scsi: mpt3sas: Update driver version to 31.100.00.00Suganath Prabu2019-08-071-2/+2
| * | 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: Handle fault during HBA initializationSuganath Prabu2019-08-071-13/+62
| * | scsi: mpt3sas: Add sysfs to know supported featuresSuganath Prabu2019-08-073-0/+27
| * | scsi: mpt3sas: Support MEMORY MOVE Tool box commandSuganath Prabu2019-08-071-2/+25
| * | scsi: mpt3sas: Allow ioctls to blocked access status NVMeSuganath Prabu2019-08-072-2/+27
| * | scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu2019-08-074-37/+83
| * | scsi: mpt3sas: Update MPI headers to 2.6.8 specSuganath Prabu2019-08-075-34/+46
| * | scsi: mpt3sas: Gracefully handle online firmware updateSuganath Prabu2019-08-072-0/+95
| * | scsi: mpt3sas: memset request frame before reusingSuganath Prabu2019-08-072-0/+3
| * | scsi: mpt3sas: Add support for PCIe Lane marginSuganath Prabu2019-08-071-3/+4
| * | scsi: mpt3sas: support target smid for [abort|query] taskMinwoo Im2019-07-301-2/+10
| * | scsi: mpt3sas: clean up a couple sizeof() usesDan Carpenter2019-07-301-3/+2
| |/
* / scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBASuganath Prabu2019-07-301-5/+7
|/
* scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAsChristoph Hellwig2019-07-161-0/+1
* scsi: mpt3sas: Fix msix load balance on and off settingsSreekanth Reddy2019-06-261-5/+18
* scsi: mpt3sas: Determine smp affinity on per HBA basisSreekanth Reddy2019-06-262-4/+7
* scsi: mpt3sas: Use configured PCIe link speed, not maxSreekanth Reddy2019-06-261-9/+4
* scsi: mpt3sas: Remove CPU arch check to determine perf_modeSreekanth Reddy2019-06-261-15/+1
* scsi: mpt3sas: use DEVICE_ATTR_{RO, RW}Tomas Henzl2019-06-201-113/+97
* scsi: mpt3sas: make driver options visible in sysTomas Henzl2019-06-202-14/+14
* scsi: mpt3sas: Mark expected switch fall-throughGustavo A. R. Silva2019-06-201-0/+1
* scsi: mpt3sas: Update driver version to 29.100.00.00Suganath Prabu S2019-06-181-2/+2
* scsi: mpt3sas: Introduce perf_mode module parameterSuganath Prabu S2019-06-181-18/+126
* scsi: mpt3sas: Enable interrupt coalescing on high iopsSuganath Prabu S2019-06-185-2/+109
* scsi: mpt3sas: Affinity high iops queues IRQs to local nodeSuganath Prabu S2019-06-181-11/+62
* scsi: mpt3sas: save and use MSI-X index for posting RDSuganath Prabu S2019-06-183-9/+35
* scsi: mpt3sas: Use high iops queues under some circumstancesSuganath Prabu S2019-06-182-2/+48
* scsi: mpt3sas: change _base_get_msix_index prototypeSuganath Prabu S2019-06-181-10/+20