summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
AgeCommit message (Expand)AuthorFilesLines
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_s...Sreekanth Reddy1-2/+2
2015-08-27mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_wor...Sreekanth 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 gat...Sreekanth Reddy1-2/+2
2015-08-27mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0...Sreekanth 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 ca...Sreekanth Reddy1-0/+68
2015-08-27mpt3sas: Added Combined Reply Queue feature to extend up-to 96 MSIX vector su...Sreekanth 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 ...Sreekanth 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
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: Bump mpt3sas driver version to 04.100.00.00Sreekanth Reddy1-2/+2
2014-09-16mpt3sas: Added Reply Descriptor Post Queue (RDPQ) Array supportSreekanth Reddy2-61/+191
2014-09-16mpt3sas: Added OEM branding StringsSreekanth Reddy2-0/+67
2014-09-16mpt3sas: Copyright in driver sources is updated for year the 2014.Sreekanth Reddy19-19/+19
2014-09-16mpt3sas: MPI2.5 Rev H (2.5.3) specificationsSreekanth Reddy4-7/+114
2014-09-16mpt3sas: Bump mpt3sas driver version to 03.100.00.00Sreekanth Reddy1-2/+2
2014-09-16mpt3sas: Clear PFA Status on SGPIO when PFA Drive is Removed or ReplacedSreekanth Reddy2-11/+61
2014-09-16mpt3sas: MPI2.5 Rev G (2.5.2) specificationsSreekanth Reddy4-7/+19
2014-09-16mpt3sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-2/+2
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, Sreekanth2-15/+13
2014-07-25mpt3sas: Rework the MSI-X grouping codeMartin K. Petersen1-52/+21
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