summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: mpt3sas: set EEDP-escape-flags for SAS35 devices.Suganath Prabu Subramani2016-11-081-0/+3
| * scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.Suganath Prabu Subramani2016-11-081-2/+9
| * scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header.Suganath Prabu Subramani2016-11-081-0/+31
| * scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL pathSuganath Prabu Subramani2016-11-081-1/+23
| * scsi: mpt3sas: Fix for improper info displayed in var log, while blocking or ...Suganath Prabu Subramani2016-11-081-4/+4
* | scsi: mpt3sas: Unblock device after controller resetSuganath Prabu S2016-11-221-5/+8
* | scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky2016-11-121-1/+14
* | scsi: mpt3sas: Fix for block device of raid exists even after deleting raid diskSreekanth Reddy2016-11-011-2/+2
|/
* mpt3sas: Don't spam logs if logging level is 0Johannes Thumshirn2016-08-091-1/+1
* mpt3sas: Fix warnings exposed by W=1Calvin Owens2016-08-091-37/+33Star
* mpt3sas: Eliminate dead sleep_flag codeCalvin Owens2016-08-091-13/+8Star
* mpt3sas: Eliminate conditional locking in mpt3sas_scsih_issue_tm()Calvin Owens2016-08-091-35/+31Star
* mpt3sas: Ensure the connector_name string is NUL-terminatedCalvin Owens2016-08-091-4/+6
* mpt3sas: Fix panic when aer correct error occurredKefeng Wang2016-07-151-2/+5
* mpt3sas: set num_phys after allocating phy[] spaceJoe Lawrence2016-07-131-9/+11
* mpt3sas: add missing curly bracesDan Carpenter2016-05-221-1/+2
* mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMsChaitra P B2016-05-111-1/+3
* mpt3sas: Set maximum transfer length per IO to 4MB for VDsChaitra P B2016-05-111-0/+8
* mpt3sas: Fix initial Reference tag field for 4K PI drives.Chaitra P B2016-05-111-1/+1
* mpt3sas: Handle active cable exception eventChaitra P B2016-05-111-0/+13
* mpt3sas - remove unused fw_event_work elementsJoe Lawrence2016-04-261-6/+4Star
* mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of tim...Suganath prabu Subramani2016-02-241-3/+9
* mpt3sas: Make use of additional HighPriority credit message frames for sendin...Suganath prabu Subramani2016-02-241-4/+150
* mpt3sas: Never block the Enclosure deviceSuganath prabu Subramani2016-02-241-1/+21
* mpt3sas: Fix static analyzer(coverity) tool identified defectsSuganath prabu Subramani2016-02-241-2/+2
* mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani2016-02-241-11/+69
* mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T...Sreekanth Reddy2015-11-131-2/+1Star
* mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy2015-11-121-109/+372
* mpt3sas: setpci reset kernel oops fixSreekanth Reddy2015-11-121-0/+12
* mpt3sas: Refcount fw_events and fix unsafe list usageSreekanth Reddy2015-11-121-22/+94
* mpt3sas: Refcount sas_device objects and fix unsafe list usageSreekanth Reddy2015-11-121-149/+331
* mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy2015-11-121-38/+222
* mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy2015-11-121-0/+7
* mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAsSreekanth Reddy2015-11-121-2/+17
* mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from KconfigSreekanth Reddy2015-11-121-35/+4Star
* mpt3sas: Define 'hba_mpi_version_belonged' IOC variableSreekanth Reddy2015-11-121-1/+38
* mpt3sas: Move Gen3 HBA's device registration to a separate fileSreekanth Reddy2015-11-121-136/+4Star
* mpt3sas: Added mpt2sas driver definitionsSreekanth Reddy2015-11-121-116/+114Star
* mpt3sas: When device is blocked followed by unblock fails, unfreeze the I/OsSreekanth Reddy2015-08-271-14/+75
* mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_wor...Sreekanth Reddy2015-08-271-2/+2
* mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0...Sreekanth Reddy2015-08-271-0/+3
* mpt3sas: Provides the physical location of sas drivesSreekanth Reddy2015-08-271-39/+201
* mpt3sas: Don't block the drive when drive addition under the control of SMLSreekanth Reddy2015-08-271-0/+7
* mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy2015-01-131-1/+2
* mpt2sas, mpt3sas: Fail the host reset initiated due to discovery related I/O ...Sreekanth Reddy2015-01-131-0/+8
* mpt2sas, mpt3sas: log exceeded temperature thresholdsSreekanth Reddy2015-01-131-0/+31
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0Star
* mpt3sas: simplify ->change_queue_depthChristoph Hellwig2014-11-241-26/+10Star
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-6/+4Star
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-7/+3Star