aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-13mpt2sas: Bump driver version to 20.100.00.00Sreekanth Reddy1-2/+2
2015-01-13mpt2sas, mpt3sas: set cpu affinity for each MSIX vectorsSreekanth Reddy2-3/+22
2015-01-13mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy8-9/+17
2015-01-13mpt2sas: map log_info value 0x0x32010081 to DID_RESETSreekanth Reddy1-0/+4
2015-01-13mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entriesSreekanth Reddy1-3/+7
2015-01-13mpt2sas: MPI2 Rev BB (2.00.20) specification and 2.00.35 header filesSreekanth Reddy2-5/+17
2015-01-13mpt2sas: Bump driver version to 19.100.00.00Sreekanth Reddy1-2/+2
2015-01-13mpt2sas, mpt3sas: Fail the host reset initiated due to discovery related I/O timeouts at driver load timeSreekanth Reddy1-0/+9
2015-01-13mpt2sas, mpt3sas: log exceeded temperature thresholdsSreekanth Reddy4-0/+80
2015-01-12mpt2sas: MPI2 Rev AA (2.00.19) specificationsSreekanth Reddy4-11/+41
2015-01-09mpt2sas: issue_reset is uninitializedDan Carpenter1-4/+4
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2-5/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-12-04Revert "[SCSI] mpt2sas: Remove phys on topology change."Sreekanth Reddy1-4/+1
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24mpt2sas: simplify ->change_queue_depthChristoph Hellwig1-29/+5
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-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina17-193/+551
2014-11-20scsi: mpt2sas: fix ioctl in commentAlex Pilon1-1/+1
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/+4
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-23/+1
2014-09-22mpt2sas: fix undefined reference to `__udivdi3' compilation errorsSreekanth Reddy1-4/+4
2014-09-16mpt3sas, mpt2sas: fix scsi_add_host error handling problems in _scsih_probeSreekanth Reddy1-2/+6
2014-09-16mpt2sas: Bump mpt2sas driver version to 18.100.00.00Sreekanth Reddy1-2/+2
2014-09-16mpt2sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state.Sreekanth Reddy1-0/+68
2014-09-16mpt2sas: Added Reply Descriptor Post Queue (RDPQ) Array supportSreekanth Reddy2-61/+199
2014-09-16mpt2sas: Avoid type casting for direct I/O commandsSreekanth Reddy1-77/+40
2014-09-16mpt2sas: Bump mpt2sas driver version to 17.100.00.00Sreekanth Reddy1-2/+2
2014-09-16mpt2sas: Clear PFA Status on SGPIO when PFA Drive is Removed or ReplacedSreekanth Reddy2-9/+63
2014-09-16mpt2sas: Copyright in driver sources is updated for year the 2014Sreekanth Reddy9-9/+9
2014-09-16mpt2sas: MPI2 Rev Y (2.00.17) and Rev Z (2.00.18) specificationsSreekanth Reddy8-31/+148
2014-09-16mpt2sas: Added driver module parameter max_msix_vectorsSreekanth Reddy1-0/+14
2014-09-16mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-07-25mpt2sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth2-14/+13
2014-07-25mpt2sas: Rework the MSI-X grouping codeMartin K. Petersen1-41/+23
2014-07-25mpt2sas: annotate ioc->reply_post_host_index as __iomemJoe Lawrence2-5/+6
2014-07-25mpt2sas: combine fw_event_work and its event_dataJoe Lawrence1-22/+30
2014-07-25mpt2sas: correct scsi_{target,device} hostdata allocationJoe Lawrence1-2/+4
2014-05-28mpt2sas: Add free smids to the head, not tail of listMatthew Wilcox1-4/+4
2014-05-28mpt2sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox1-6/+3
2014-05-28mpt2sas: Remove uses of serial_numberMatthew Wilcox3-11/+8
2014-04-28[SCSI] mpt2sas: Don't disable device twice at suspend.Tyler Stachecki1-1/+0
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+21
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-5/+5
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-15/+16
2013-09-03[SCSI] mpt2sas: Remove phys on topology change.Jan Vesely1-1/+4
2013-09-03[SCSI] mpt2sas: Bump driver version to v16.100.00.00Sreekanth Reddy1-2/+2