aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
AgeCommit message (Expand)Author
2016-07-15mpt3sas: Fix panic when aer correct error occurredKefeng Wang
2016-07-12mpt3sas: avoid mpt3sas_transport_port_add NULL parent_devJoe Lawrence
2016-07-12mpt3sas: set num_phys after allocating phy[] spaceJoe Lawrence
2016-05-22mpt3sas: add missing curly bracesDan Carpenter
2016-05-11mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMsChaitra P B
2016-05-11mpt3sas: Set maximum transfer length per IO to 4MB for VDsChaitra P B
2016-05-11mpt3sas: Updating mpt3sas driver version to 13.100.00.00Chaitra P B
2016-05-11mpt3sas: Fix initial Reference tag field for 4K PI drives.Chaitra P B
2016-05-11mpt3sas: Handle active cable exception eventChaitra P B
2016-05-11mpt3sas: Update MPI header to 2.00.42Chaitra P B
2016-04-25mpt3sas - remove unused fw_event_work elementsJoe Lawrence
2016-04-15mpt3sas: Remove usage of 'struct timeval'Tina Ruchandani
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin
2016-03-23mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens
2016-03-09mpt3sas: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen
2016-02-23mpt3sas: Free memory pools before retrying to allocate with different value.Suganath prabu Subramani
2016-02-23mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_...Suganath prabu Subramani
2016-02-23mpt3sas: Updating mpt3sas driver version to 12.100.00.00Suganath prabu Subramani
2016-02-23mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of tim...Suganath prabu Subramani
2016-02-23mpt3sas: Updated MPI Header to 2.00.42Suganath prabu Subramani
2016-02-23mpt3sas: Add support for configurable Chain Frame SizeSuganath prabu Subramani
2016-02-23mpt3sas: Added smp_affinity_enable module parameter.Suganath Prabu Subramani
2016-02-23mpt3sas: Make use of additional HighPriority credit message frames for sendin...Suganath prabu Subramani
2016-02-23mpt3sas: Never block the Enclosure deviceSuganath prabu Subramani
2016-02-23mpt3sas: Fix static analyzer(coverity) tool identified defectsSuganath prabu Subramani
2016-02-23mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough req...Suganath prabu Subramani
2016-02-23mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley
2016-01-06mpt3sas: A correction in unmap_resourcesTomas Henzl
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley
2015-12-03mpt3sas: fix Kconfig dependency problem for mpt2sas back compatibilityJames Bottomley
2015-11-30mpt3sas: Add dummy Kconfig option for backwards compatibilityMartin K. Petersen
2015-11-13mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T...Sreekanth Reddy
2015-11-12mpt3sas: fix inline markers on non inline function declarationsStephen Rothwell
2015-11-11mpt3sas: Bump mpt3sas driver version to 09.102.00.00Sreekanth Reddy
2015-11-11mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy
2015-11-11mpt2sas, mpt3sas: Update the driver versionsSreekanth Reddy
2015-11-11mpt3sas: setpci reset kernel oops fixSreekanth Reddy
2015-11-11mpt3sas: Added OEM Gen2 PnP ID branding namesSreekanth Reddy
2015-11-11mpt3sas: Refcount fw_events and fix unsafe list usageSreekanth Reddy
2015-11-11mpt3sas: Refcount sas_device objects and fix unsafe list usageSreekanth Reddy
2015-11-11mpt3sas: sysfs attribute to report Backup Rail Monitor StatusSreekanth Reddy
2015-11-11mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy
2015-11-11mpt3sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy
2015-11-11mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy
2015-11-11mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAsSreekanth Reddy
2015-11-11mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAsSreekanth Reddy
2015-11-11mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from KconfigSreekanth Reddy
2015-11-11mpt3sas: Define 'hba_mpi_version_belonged' IOC variableSreekanth Reddy
2015-11-11mpt2sas: Move Gen2 HBA's device registration to a separate fileSreekanth Reddy