summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* mpt2sas, mpt3sas: set cpu affinity for each MSIX vectorsSreekanth Reddy2015-01-132-3/+22
* mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy2015-01-1310-11/+21
* mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entriesSreekanth Reddy2015-01-131-2/+8
* 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-134-0/+81
* mpt3sas: issue_reset is uninitializedDan Carpenter2015-01-091-4/+4
* Revert "[SCSI] mpt3sas: Remove phys on topology change"Sreekanth Reddy2014-12-041-4/+1
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* mpt3sas: simplify ->change_queue_depthChristoph Hellwig2014-11-241-26/+10
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-6/+4
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-7/+3
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-121-12/+3
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-24/+1
* mpt3sas, mpt2sas: fix scsi_add_host error handling problems in _scsih_probeSreekanth Reddy2014-09-161-3/+6
* mpt3sas: Bump mpt3sas driver version to 04.100.00.00Sreekanth Reddy2014-09-161-2/+2
* mpt3sas: Added Reply Descriptor Post Queue (RDPQ) Array supportSreekanth Reddy2014-09-162-61/+191
* mpt3sas: Added OEM branding StringsSreekanth Reddy2014-09-162-0/+67
* mpt3sas: Copyright in driver sources is updated for year the 2014.Sreekanth Reddy2014-09-1619-19/+19
* mpt3sas: MPI2.5 Rev H (2.5.3) specificationsSreekanth Reddy2014-09-164-7/+114
* mpt3sas: Bump mpt3sas driver version to 03.100.00.00Sreekanth Reddy2014-09-161-2/+2
* mpt3sas: Clear PFA Status on SGPIO when PFA Drive is Removed or ReplacedSreekanth Reddy2014-09-162-11/+61
* mpt3sas: MPI2.5 Rev G (2.5.2) specificationsSreekanth Reddy2014-09-164-7/+19
* mpt3sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-09-161-2/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* mpt3sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth2014-07-252-15/+13
* mpt3sas: Rework the MSI-X grouping codeMartin K. Petersen2014-07-251-52/+21
* mpt3sas: combine fw_event_work and its event_dataJoe Lawrence2014-07-251-25/+31
* mpt3sas: correct scsi_{target,device} hostdata allocationJoe Lawrence2014-07-251-2/+4
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-171-2/+2
* mpt3sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+3
* mpt3sas: Remove uses of serial_numberMatthew Wilcox2014-05-283-11/+8
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-19/+20
|\
| * block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-4/+4
| * block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-15/+16
* | MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki2014-01-141-1/+1
|/
* [SCSI] Allow MPT Fusion SAS 3.0 driver to be built into the kernelGreg Kroah-Hartman2013-09-061-1/+1
* [SCSI] mpt3sas: Remove phys on topology changeJan Vesely2013-09-031-1/+4
* [SCSI] mpt3sas: Added a driver module parameter max_msix_vectorsSreekanth Reddy2013-09-031-0/+14
* [SCSI] mpt3sas: fix cleanup on controller resource mapping failureJoe Lawrence2013-08-262-10/+18
* [SCSI] mpt3sas: Bump driver version to v02.100.00.00Sreekanth Reddy2013-07-091-3/+3
* [SCSI] mpt3sas: when async scanning is enabled then while scanning, devices a...Sreekanth Reddy2013-07-091-9/+13
* [SCSI] mpt3sas: MPI2.5 Rev F v2.5.1.1 specificationSreekanth Reddy2013-07-098-18/+45
* [SCSI] mpt3sas: Infinite loops can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAG...Sreekanth Reddy2013-07-091-12/+4
* [SCSI] mpt3sas: fix for kernel panic when driver loads with HBA conected to n...Sreekanth Reddy2013-07-091-0/+14
* [SCSI] mpt3sas: Updated the Hardware timing requirementsSreekanth Reddy2013-07-091-7/+13
* [SCSI] mpt3sas: 2013 source code copyrightSreekanth Reddy2013-07-0911-11/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-14/+0
|\
| * mpt3sas: don't wank with fasync on ->release()Al Viro2013-04-291-14/+0
* | treewide: Fix typos in printkMasanari Iida2013-03-201-1/+1
|/
OpenPOWER on IntegriCloud