aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15mpt3sas: Fix panic when aer correct error occurredKefeng Wang1-2/+5
2016-07-12mpt3sas: avoid mpt3sas_transport_port_add NULL parent_devJoe Lawrence1-0/+5
2016-07-12mpt3sas: set num_phys after allocating phy[] spaceJoe Lawrence1-9/+11
2016-05-22mpt3sas: add missing curly bracesDan Carpenter1-1/+2
2016-05-11mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMsChaitra P B3-10/+12
2016-05-11mpt3sas: Set maximum transfer length per IO to 4MB for VDsChaitra P B2-0/+10
2016-05-11mpt3sas: Updating mpt3sas driver version to 13.100.00.00Chaitra P B1-2/+2
2016-05-11mpt3sas: Fix initial Reference tag field for 4K PI drives.Chaitra P B1-1/+1
2016-05-11mpt3sas: Handle active cable exception eventChaitra P B2-0/+18
2016-05-11mpt3sas: Update MPI header to 2.00.42Chaitra P B4-15/+65
2016-04-25mpt3sas - remove unused fw_event_work elementsJoe Lawrence1-6/+4
2016-04-15mpt3sas: Remove usage of 'struct timeval'Tina Ruchandani1-4/+4
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin2-3/+3
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