summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas
Commit message (Expand)AuthorAgeFilesLines
* mpt2sas: fix undefined reference to `__udivdi3' compilation errorsSreekanth Reddy2014-09-221-4/+4
* mpt3sas, mpt2sas: fix scsi_add_host error handling problems in _scsih_probeSreekanth Reddy2014-09-161-2/+6
* mpt2sas: Bump mpt2sas driver version to 18.100.00.00Sreekanth Reddy2014-09-161-2/+2
* mpt2sas: Get IOC_FACTS information using handshake protocol only after HBA ca...Sreekanth Reddy2014-09-161-0/+68
* mpt2sas: Added Reply Descriptor Post Queue (RDPQ) Array supportSreekanth Reddy2014-09-162-61/+199
* mpt2sas: Avoid type casting for direct I/O commandsSreekanth Reddy2014-09-161-77/+40
* mpt2sas: Bump mpt2sas driver version to 17.100.00.00Sreekanth Reddy2014-09-161-2/+2
* mpt2sas: Clear PFA Status on SGPIO when PFA Drive is Removed or ReplacedSreekanth Reddy2014-09-162-9/+63
* mpt2sas: Copyright in driver sources is updated for year the 2014Sreekanth Reddy2014-09-169-9/+9
* mpt2sas: MPI2 Rev Y (2.00.17) and Rev Z (2.00.18) specificationsSreekanth Reddy2014-09-168-31/+148
* mpt2sas: Added driver module parameter max_msix_vectorsSreekanth Reddy2014-09-161-0/+14
* mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-09-161-3/+3
* mpt2sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth2014-07-252-14/+13
* mpt2sas: Rework the MSI-X grouping codeMartin K. Petersen2014-07-251-41/+23
* mpt2sas: annotate ioc->reply_post_host_index as __iomemJoe Lawrence2014-07-252-5/+6
* mpt2sas: combine fw_event_work and its event_dataJoe Lawrence2014-07-251-22/+30
* mpt2sas: correct scsi_{target,device} hostdata allocationJoe Lawrence2014-07-251-2/+4
* mpt2sas: Add free smids to the head, not tail of listMatthew Wilcox2014-05-281-4/+4
* mpt2sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+3
* mpt2sas: Remove uses of serial_numberMatthew Wilcox2014-05-283-11/+8
* [SCSI] mpt2sas: Don't disable device twice at suspend.Tyler Stachecki2014-04-281-1/+0
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-20/+21
|\
| * block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-5/+5
| * 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] mpt2sas: Remove phys on topology change.Jan Vesely2013-09-031-1/+4
* [SCSI] mpt2sas: Bump driver version to v16.100.00.00Sreekanth Reddy2013-09-031-2/+2
* [SCSI] mpt2sas: Fix for kernel panic when driver loads with HBA connected to ...Sreekanth Reddy2013-09-031-0/+14
* [SCSI] mpt2sas: when Async scanning is enabled then while scanning, devices a...Sreekanth Reddy2013-09-031-10/+13
* [SCSI] mpt2sas: Infinite loop can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAGE...Sreekanth Reddy2013-09-031-12/+4
* [SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013Sreekanth Reddy2013-09-038-8/+8
* [SCSI] mpt2sas: MPI2 Rev X (2.00.16) specificationsSreekanth Reddy2013-09-038-11/+18
* [SCSI] mpt2sas: Change in MPI2_RAID_ACTION_SYSTEM_SHUTDOWN_INITIATED notifica...Sreekanth Reddy2013-09-031-4/+1
* [SCSI] mpt2sas: Null pointer deference possibility in mpt2sas_ctl_event_callb...Sreekanth Reddy2013-09-034-23/+25
* [SCSI] mpt2sas: fix cleanup on controller resource mapping failureJoe Lawrence2013-08-262-10/+18
* [SCSI] mpt2sas: fix for unused variable 'event_data' warningReddy, Sreekanth2013-06-241-3/+4
* [SCSI] mpt2sas: Bump driver vesion to v15.100.00.00Sreekanth Reddy2013-06-241-2/+2
* [SCSI] mpt2sas: Calulate the Reply post queue depth calculation as per the MP...Sreekanth Reddy2013-06-241-12/+14
* [SCSI] mpt2sas: fix firmware failure with wrong task attributeSreekanth Reddy2013-06-241-5/+1
* [SCSI] mpt2sas: Fix for device scan following host reset could get stuck in a...Sreekanth Reddy2013-06-241-5/+117
* [SCSI] mpt2sas: Update the timing requirements for issuing a Hard ResetSreekanth Reddy2013-06-241-7/+13
* [SCSI] mpt2sas: MPI2 Rev W (2.00.15) specificationSreekanth Reddy2013-06-245-11/+26
* [SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootupReddy, Sreekanth2013-06-243-11/+13
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-5/+5
|\
| * block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-231-5/+5
* | mpt2sas: don't wank with fasync on ->release()Al Viro2013-04-291-14/+0
|/
* [SCSI] mpt2sas: Add support for OEM specific controllerSreekanth Reddy2013-02-242-0/+14
* [SCSI] mpt2sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy2013-01-292-1/+19
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-0213-48/+195
|\