aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-23mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens1-17/+16
2016-03-09mpt3sas: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2016-02-23mpt3sas: Free memory pools before retrying to allocate with different value.Suganath prabu Subramani1-0/+1
2016-02-23mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_qSuganath prabu Subramani1-2/+1
2016-02-23mpt3sas: Updating mpt3sas driver version to 12.100.00.00Suganath prabu Subramani1-3/+3
2016-02-23mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.Suganath prabu Subramani4-14/+25
2016-02-23mpt3sas: Updated MPI Header to 2.00.42Suganath prabu Subramani5-8/+14
2016-02-23mpt3sas: Add support for configurable Chain Frame SizeSuganath prabu Subramani2-6/+29
2016-02-23mpt3sas: Added smp_affinity_enable module parameter.Suganath Prabu Subramani1-11/+26
2016-02-23mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO'sSuganath prabu Subramani3-16/+228
2016-02-23mpt3sas: Never block the Enclosure deviceSuganath prabu Subramani2-1/+22
2016-02-23mpt3sas: Fix static analyzer(coverity) tool identified defectsSuganath prabu Subramani3-4/+5
2016-02-23mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.Suganath prabu Subramani1-19/+4
2016-02-23mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani11-59/+423
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley2-2/+10
2016-01-06mpt3sas: A correction in unmap_resourcesTomas Henzl1-1/+3
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley2-2/+10
2015-12-03mpt3sas: fix Kconfig dependency problem for mpt2sas back compatibilityJames Bottomley1-0/+1
2015-11-30mpt3sas: Add dummy Kconfig option for backwards compatibilityMartin K. Petersen1-0/+8
2015-11-13mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_TLR_ON flagSreekanth Reddy1-2/+1
2015-11-12mpt3sas: fix inline markers on non inline function declarationsStephen Rothwell1-2/+2
2015-11-11mpt3sas: Bump mpt3sas driver version to 09.102.00.00Sreekanth Reddy1-2/+2
2015-11-11mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy9-442/+879
2015-11-11mpt2sas, mpt3sas: Update the driver versionsSreekanth Reddy1-5/+10
2015-11-11mpt3sas: setpci reset kernel oops fixSreekanth Reddy4-9/+71
2015-11-11mpt3sas: Added OEM Gen2 PnP ID branding namesSreekanth Reddy2-114/+305
2015-11-11mpt3sas: Refcount fw_events and fix unsafe list usageSreekanth Reddy1-22/+94
2015-11-11mpt3sas: Refcount sas_device objects and fix unsafe list usageSreekanth Reddy3-157/+365
2015-11-11mpt3sas: sysfs attribute to report Backup Rail Monitor StatusSreekanth Reddy3-0/+116
2015-11-11mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy5-46/+327
2015-11-11mpt3sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy2-1/+19
2015-11-11mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy3-18/+31
2015-11-11mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAsSreekanth Reddy1-2/+17
2015-11-11mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAsSreekanth Reddy1-13/+168
2015-11-11mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from KconfigSreekanth Reddy6-77/+10
2015-11-11mpt3sas: Define 'hba_mpi_version_belonged' IOC variableSreekanth Reddy5-8/+61
2015-11-11mpt2sas: Move Gen2 HBA's device registration to a separate fileSreekanth Reddy1-1/+4
2015-11-11mpt3sas: Move Gen3 HBA's device registration to a separate fileSreekanth Reddy5-159/+261
2015-11-11mpt3sas: Added mpt2sas driver definitionsSreekanth Reddy4-145/+191
2015-08-27mpt3sas : Bump mpt3sas driver version to 9.100.00.00Sreekanth Reddy1-2/+2
2015-08-27mpt3sas: When device is blocked followed by unblock fails, unfreeze the I/OsSreekanth Reddy1-14/+75
2015-08-27mpt3sas: Call dma_mapping_error() API after mapping an address with dma_map_single() APISreekanth Reddy1-2/+2
2015-08-27mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_workqueue() APISreekanth Reddy1-2/+2
2015-08-27mpt3sas: Added support for customer specific brandingSreekanth Reddy2-6/+39
2015-08-27mpt3sas: Return host busy error status to SML when DMA mapping of scatter gather list fails for a SCSI commandSreekanth Reddy1-2/+2
2015-08-27mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0x0x32010081Sreekanth Reddy2-0/+5
2015-08-27mpt3sas: MPI 2.5 Rev K (2.5.6) specificationsSreekanth Reddy2-5/+17
2015-08-27mpt3sas: Bump mpt3sas driver version to v6.100.00.00Sreekanth Reddy1-2/+2
2015-08-27mpt3sas: Add branding string support for OEM custom HBASreekanth Reddy2-0/+45
2015-08-27mpt3sas: Add branding string support for OEM's HBASreekanth Reddy2-0/+47