summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpt2sas_scsih.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* mpt2sas: simplify ->change_queue_depthChristoph Hellwig2014-11-241-29/+5
* 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/+4
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-23/+1
* 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: Avoid type casting for direct I/O commandsSreekanth Reddy2014-09-161-77/+40
* mpt2sas: Clear PFA Status on SGPIO when PFA Drive is Removed or ReplacedSreekanth Reddy2014-09-161-9/+61
* mpt2sas: Copyright in driver sources is updated for year the 2014Sreekanth Reddy2014-09-161-1/+1
* mpt2sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth2014-07-251-13/+12
* 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: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+3
* mpt2sas: Remove uses of serial_numberMatthew Wilcox2014-05-281-9/+6
* [SCSI] mpt2sas: Don't disable device twice at suspend.Tyler Stachecki2014-04-281-1/+0
* [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-031-1/+1
* [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-031-11/+10
* [SCSI] mpt2sas: fix cleanup on controller resource mapping failureJoe Lawrence2013-08-261-0/+1
* [SCSI] mpt2sas: fix for unused variable 'event_data' warningReddy, Sreekanth2013-06-241-3/+4
* [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: Fix for issue Missing delay not getting set during system bootupReddy, Sreekanth2013-06-241-1/+7
* 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-021-19/+40
|\
| * [SCSI] mpt2sas: Add a module parameter that permits overriding protection cap...Martin K. Petersen2012-09-241-2/+13
| * [SCSI] mpt2sas: Return the correct sense key for DIF errorsMartin K. Petersen2012-09-241-12/+2
| * [SCSI] mpt2sas: Fix for With post diag reset same set of device gets added, r...sreekanth.reddy@lsi.com2012-08-241-1/+2
| * [SCSI] mpt2sas: Fix for staged device discovery functionality of driver not w...sreekanth.reddy@lsi.com2012-08-241-1/+20
| * [SCSI] mpt2sas: Fix for max_sectors warning message is stating the incorrect ...sreekanth.reddy@lsi.com2012-08-241-2/+2
| * [SCSI] mpt2sas: 2012 source code copyrightsreekanth.reddy@lsi.com2012-08-241-1/+1
* | scsi: make pci error handlers constStephen Hemminger2012-09-071-1/+1
|/
* [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie2012-07-201-2/+2
* [SCSI] mpt2sas: move the scsi_host_put to the right placeTomas Henzl2012-05-101-1/+1
* [SCSI] mpt2sas: Fix for hard drive going OFFLINE when hard reset issued and s...nagalakshmi.nandigama@lsi.com2012-04-231-8/+10
* [SCSI] mpt2sas: Fix linux driver sparse errorsnagalakshmi.nandigama@lsi.com2012-04-231-3/+4
* [SCSI] mpt2sas: Fix security scan issues reported by source code analysis toolnagalakshmi.nandigama@lsi.com2012-04-231-10/+28
* [SCSI] mpt2sas: Improvement were made to better protect the sas_device, raid_...nagalakshmi.nandigama@lsi.com2012-04-231-249/+289
* [SCSI] mpt2sas: spell "primitive" correctly in function prototypeAndrew Morton2012-02-191-3/+3
* [SCSI] mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scs...nagalakshmi.nandigama@lsi.com2011-12-151-2/+1
* [SCSI] mpt2sas : Fix for memory allocation error for large host creditsnagalakshmi.nandigama@lsi.com2011-12-151-2/+2
* [SCSI] mpt2sas: Do not retry a timed out direct IO for warpdrivenagalakshmi.nandigama@lsi.com2011-12-151-2/+4
* [SCSI] mpt2sas: Release spinlock for the raid device list before blocking itnagalakshmi.nandigama@lsi.com2011-12-151-3/+4
* [SCSI] mpt2sas: Increase max transfer support from 4MB to 16MBnagalakshmi.nandigama@lsi.com2011-12-151-5/+5
OpenPOWER on IntegriCloud