aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpt2sas_scsih.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-24[SCSI] mpt2sas: fix for unused variable 'event_data' warningReddy, Sreekanth1-3/+4
2013-06-24[SCSI] mpt2sas: fix firmware failure with wrong task attributeSreekanth Reddy1-5/+1
2013-06-24[SCSI] mpt2sas: Fix for device scan following host reset could get stuck in a infinite loopSreekanth Reddy1-5/+117
2013-06-24[SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootupReddy, Sreekanth1-1/+7
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+40
2012-09-24[SCSI] mpt2sas: Add a module parameter that permits overriding protection capabilitiesMartin K. Petersen1-2/+13
2012-09-24[SCSI] mpt2sas: Return the correct sense key for DIF errorsMartin K. Petersen1-12/+2
2012-09-07scsi: make pci error handlers constStephen Hemminger1-1/+1
2012-08-24[SCSI] mpt2sas: Fix for With post diag reset same set of device gets added, removed and then again gets added with new target idssreekanth.reddy@lsi.com1-1/+2
2012-08-24[SCSI] mpt2sas: Fix for staged device discovery functionality of driver not workingsreekanth.reddy@lsi.com1-1/+20
2012-08-24[SCSI] mpt2sas: Fix for max_sectors warning message is stating the incorrect rangesreekanth.reddy@lsi.com1-2/+2
2012-08-24[SCSI] mpt2sas: 2012 source code copyrightsreekanth.reddy@lsi.com1-1/+1
2012-07-20[SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie1-2/+2
2012-05-10[SCSI] mpt2sas: move the scsi_host_put to the right placeTomas Henzl1-1/+1
2012-04-23[SCSI] mpt2sas: Fix for hard drive going OFFLINE when hard reset issued and simultaneously another hard drive is hot unpluggednagalakshmi.nandigama@lsi.com1-8/+10
2012-04-23[SCSI] mpt2sas: Fix linux driver sparse errorsnagalakshmi.nandigama@lsi.com1-3/+4
2012-04-23[SCSI] mpt2sas: Fix security scan issues reported by source code analysis toolnagalakshmi.nandigama@lsi.com1-10/+28
2012-04-23[SCSI] mpt2sas: Improvement were made to better protect the sas_device, raid_device, and expander_device listsnagalakshmi.nandigama@lsi.com1-249/+289
2012-02-19[SCSI] mpt2sas: spell "primitive" correctly in function prototypeAndrew Morton1-3/+3
2011-12-15[SCSI] mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scsih_probenagalakshmi.nandigama@lsi.com1-2/+1
2011-12-15[SCSI] mpt2sas : Fix for memory allocation error for large host creditsnagalakshmi.nandigama@lsi.com1-2/+2
2011-12-15[SCSI] mpt2sas: Do not retry a timed out direct IO for warpdrivenagalakshmi.nandigama@lsi.com1-2/+4
2011-12-15[SCSI] mpt2sas: Release spinlock for the raid device list before blocking itnagalakshmi.nandigama@lsi.com1-3/+4
2011-12-15[SCSI] mpt2sas: Increase max transfer support from 4MB to 16MBnagalakshmi.nandigama@lsi.com1-5/+5
2011-12-15[SCSI] mpt2sas: Support for greater than 2TB capacity WarpDrivenagalakshmi.nandigama@lsi.com1-43/+72
2011-12-15[SCSI] mpt2sas: Do not set sas_device->starget to NULL from the slave_destroy callback when all the LUNS have been deletednagalakshmi.nandigama@lsi.com1-8/+12
2011-12-15[SCSI] mpt2sas: When IOs are terminated, update the result to DID_SOFT_ERROR to avoid infinite resetsnagalakshmi.nandigama@lsi.com1-0/+2
2011-12-15[SCSI] mpt2sas: Better handling DEAD IOC (PCI-E LInk down) error conditionnagalakshmi.nandigama@lsi.com1-0/+1
2011-12-12[SCSI] mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt contextAnton Blanchard1-1/+1
2011-11-10[SCSI] mpt2sas: add missing allocation.Dan Carpenter1-0/+5
2011-10-30[SCSI] mpt2sas: Fix for Panic when inactive volume is tried deletingnagalakshmi.nandigama@lsi.com1-8/+38
2011-10-30[SCSI] mpt2sas: Fix for issue Port Reset taking long time(around 5 mins) to complete while issued during creating a volumenagalakshmi.nandigama@lsi.com1-17/+45
2011-10-30[SCSI] mpt2sas: Fix for deadlock between hot plug worker threads and host reset contextnagalakshmi.nandigama@lsi.com1-12/+18
2011-10-30[SCSI] mpt2sas: Fix for dead lock occurring between host_lock and sas_device_locknagalakshmi.nandigama@lsi.com1-5/+10
2011-10-30[SCSI] mpt2sas: Fix drives not getting properly deleted if sas cable is removed while host reset is activenagalakshmi.nandigama@lsi.com1-8/+30
2011-10-30[SCSI] mpt2sas: Fix failure message displayed during diag resetnagalakshmi.nandigama@lsi.com1-13/+16
2011-10-30[SCSI] mpt2sas: Fix for system hang when discovery in progressnagalakshmi.nandigama@lsi.com1-5/+10
2011-10-30[SCSI] mpt2sas: New feature - Fast Load Supportnagalakshmi.nandigama@lsi.com1-75/+348
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+2
2011-09-22[SCSI] mpt2sas: Added NUNA IO support in driver which uses multi-reply queue support of the HBAnagalakshmi.nandigama@lsi.com1-0/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-0/+4
2011-09-15Remove unneeded version.h includes from drivers/scsi/Jesper Juhl1-1/+0
2011-08-27[SCSI] mpt2sas: Added missing mpt2sas_base_detach call from scsih_remove contextkashyap.desai@lsi.com1-0/+1
2011-07-26[SCSI] mpt2sas: WarpDrive Infinite command retries due to wrong scsi command entry in MPI messageKashyap, Desai1-0/+4
2011-06-29[SCSI] mpt2sas: Added DID_NO_CONNECT return when driver remove and avoid shutdown callKashyap, Desai1-2/+1
2011-06-29[SCSI] mpt2sas: fix broadcast AEN and task management issueKashyap, Desai1-53/+188
2011-06-29[SCSI] mpt2sas: Set max_sector count from module parameterKashyap, Desai1-0/+23
2011-06-29[SCSI] mpt2sas: Fixed Big Indian Issues on 32 bit PPCKashyap, Desai1-6/+6
2011-05-24[SCSI] mpt2sas: Fix missing reference tag seed with Type 2 devicesMartin K. Petersen1-7/+1