aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-27mpt3sas: MPI 2.5 Rev J (2.5.5) specification and 2.00.34 header filesSreekanth Reddy3-5/+18
2015-08-27mpt3sas: Update MPI2 strings to MPI2.5Sreekanth Reddy2-3/+1
2015-08-27mpt3sas: Bump mpt3sas Driver version to v5.100.00.00Sreekanth Reddy1-2/+2
2015-08-27mpt3sas: Provides the physical location of sas drivesSreekanth Reddy2-39/+203
2015-08-27mpt3sas: MPI 2.5 Rev I (2.5.4) specifications.Sreekanth Reddy3-9/+28
2015-08-27mpt3sas: Remove redundancy code while freeing the controller resources.Sreekanth Reddy1-25/+32
2015-08-27mpt3sas: Don't block the drive when drive addition under the control of SMLSreekanth Reddy3-1/+28
2015-08-27mpt3sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state.Sreekanth Reddy1-0/+68
2015-08-27mpt3sas: Added Combined Reply Queue feature to extend up-to 96 MSIX vector supportSreekanth Reddy2-9/+98
2015-08-26mpt2sas, mpt3sas: Abort initialization if no memory I/O resources detectedSreekanth Reddy1-7/+9
2015-01-13mpt2sas, mpt3sas: set cpu affinity for each MSIX vectorsSreekanth Reddy2-3/+22
2015-01-13mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy10-11/+21
2015-01-13mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entriesSreekanth Reddy1-2/+8
2015-01-13mpt2sas, mpt3sas: Fail the host reset initiated due to discovery related I/O timeouts at driver load timeSreekanth Reddy1-0/+8
2015-01-13mpt2sas, mpt3sas: log exceeded temperature thresholdsSreekanth Reddy4-0/+81
2015-01-09mpt3sas: issue_reset is uninitializedDan Carpenter1-4/+4
2014-12-04Revert "[SCSI] mpt3sas: Remove phys on topology change"Sreekanth Reddy1-4/+1
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24mpt3sas: simplify ->change_queue_depthChristoph Hellwig1-26/+10
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-6/+4