aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.Suganath prabu Subramani1-3/+9
2016-02-23mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO'sSuganath prabu Subramani1-4/+150
2016-02-23mpt3sas: Never block the Enclosure deviceSuganath prabu Subramani1-1/+21
2016-02-23mpt3sas: Fix static analyzer(coverity) tool identified defectsSuganath prabu Subramani1-2/+2
2016-02-23mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani1-11/+69
2015-11-13mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_TLR_ON flagSreekanth Reddy1-2/+1
2015-11-11mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy1-109/+372
2015-11-11mpt3sas: setpci reset kernel oops fixSreekanth Reddy1-0/+12
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 Reddy1-149/+331
2015-11-11mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy1-38/+222
2015-11-11mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy1-0/+7
2015-11-11mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAsSreekanth Reddy1-2/+17
2015-11-11mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from KconfigSreekanth Reddy1-35/+4
2015-11-11mpt3sas: Define 'hba_mpi_version_belonged' IOC variableSreekanth Reddy1-1/+38
2015-11-11mpt3sas: Move Gen3 HBA's device registration to a separate fileSreekanth Reddy1-136/+4
2015-11-11mpt3sas: Added mpt2sas driver definitionsSreekanth Reddy1-116/+114
2015-08-27mpt3sas: When device is blocked followed by unblock fails, unfreeze the I/OsSreekanth Reddy1-14/+75
2015-08-27mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_workqueue() APISreekanth Reddy1-2/+2
2015-08-27mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0x0x32010081Sreekanth Reddy1-0/+3
2015-08-27mpt3sas: Provides the physical location of sas drivesSreekanth Reddy1-39/+201
2015-08-27mpt3sas: Don't block the drive when drive addition under the control of SMLSreekanth Reddy1-0/+7
2015-01-13mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy1-1/+2
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 Reddy1-0/+31
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
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-7/+3
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-12/+3
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-24/+1
2014-09-16mpt3sas, mpt2sas: fix scsi_add_host error handling problems in _scsih_probeSreekanth Reddy1-3/+6
2014-09-16mpt3sas: Copyright in driver sources is updated for year the 2014.Sreekanth Reddy1-1/+1
2014-09-16mpt3sas: Clear PFA Status on SGPIO when PFA Drive is Removed or ReplacedSreekanth Reddy1-10/+57
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-25mpt3sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth1-14/+12
2014-07-25mpt3sas: combine fw_event_work and its event_dataJoe Lawrence1-25/+31
2014-07-25mpt3sas: correct scsi_{target,device} hostdata allocationJoe Lawrence1-2/+4
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-2/+2
2014-05-28mpt3sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox1-6/+3
2014-05-28mpt3sas: Remove uses of serial_numberMatthew Wilcox1-9/+6
2013-08-26[SCSI] mpt3sas: fix cleanup on controller resource mapping failureJoe Lawrence1-0/+1
2013-07-09[SCSI] mpt3sas: when async scanning is enabled then while scanning, devices are removed but their transport layer entries are not removedSreekanth Reddy1-9/+13
2013-07-09[SCSI] mpt3sas: Infinite loops can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAGE is not returnedSreekanth Reddy1-12/+4
2013-07-09[SCSI] mpt3sas: fix for kernel panic when driver loads with HBA conected to non LUN 0 configured expanderSreekanth Reddy1-0/+14
2013-07-09[SCSI] mpt3sas: 2013 source code copyrightSreekanth Reddy1-1/+1
2013-01-29[SCSI] mpt3sas: remove unused variablesWei Yongjun1-2/+0
2013-01-29[SCSI] mpt3sas: Remove unneeded version.h header inclusionSachin Kamat1-1/+0
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-3/+2