aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
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 Wilcox3-11/+8
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+20
2014-01-14MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki1-1/+1
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-4/+4
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-15/+16
2013-09-06[SCSI] Allow MPT Fusion SAS 3.0 driver to be built into the kernelGreg Kroah-Hartman1-1/+1
2013-09-03[SCSI] mpt3sas: Remove phys on topology changeJan Vesely1-1/+4
2013-09-03[SCSI] mpt3sas: Added a driver module parameter max_msix_vectorsSreekanth Reddy1-0/+14
2013-08-26[SCSI] mpt3sas: fix cleanup on controller resource mapping failureJoe Lawrence2-10/+18
2013-07-09[SCSI] mpt3sas: Bump driver version to v02.100.00.00Sreekanth Reddy1-3/+3
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: MPI2.5 Rev F v2.5.1.1 specificationSreekanth Reddy8-18/+45
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: Updated the Hardware timing requirementsSreekanth Reddy1-7/+13
2013-07-09[SCSI] mpt3sas: 2013 source code copyrightSreekanth Reddy11-11/+11
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+0
2013-04-29mpt3sas: don't wank with fasync on ->release()Al Viro1-14/+0
2013-03-20treewide: Fix typos in printkMasanari Iida1-1/+1