aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpt2sas_scsih.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-24[SCSI] mpt2sas: move even handling of MPT2SAS_TURN_ON_FAULT_LED into process contextKashyap, Desai1-26/+68
2011-05-01[SCSI] mpt2sas : WarpDrive New product SSS6200 support addedKashyap, Desai1-58/+556
2011-05-01[SCSI] mpt2sas: do not check serial_number in the abort handlerChristoph Hellwig1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-10/+10
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+0
2011-02-12[SCSI] remove flush_scheduled_work() usagesTejun Heo1-1/+0
2011-01-24[SCSI] mpt2sas: fix Integrated Raid unsynced on shutdown problemKashyap, Desai1-0/+1
2011-01-24[SCSI] mpt2sas: Fix the race between broadcast asyn event and scsi command completionKashyap, Desai1-9/+45
2011-01-24[SCSI] mpt2sas: fix internal device reset for older firmware prior to MPI Rev KKashyap, Desai1-0/+6
2011-01-24[SCSI] mpt2sas: Fix device removal handshake for zoned devicesKashyap, Desai1-3/+0
2010-12-21[SCSI] mpt2sas: Debug string changes from target to device.Kashyap, Desai1-2/+2
2010-12-21[SCSI] mpt2sas: Sanity check for phy count is added using max phy countKashyap, Desai1-4/+8
2010-12-21[SCSI] mpt2sas: change queue depth with reason argument more appropriatelyKashyap, Desai1-11/+26
2010-12-21[SCSI] mpt2sas: Remove code for TASK_SET_FULL from driver.Kashyap, Desai1-88/+0
2010-12-21[SCSI] mpt2sas: Modify code to support Expander switchKashyap, Desai1-77/+66
2010-12-21[SCSI] mpt2sas: Create a pool of chain buffer instead of dedicated per IOsKashyap, Desai1-24/+32
2010-12-21[SCSI] mpt2sas: Removed compiler warnnings when logging is disabledKashyap, Desai1-1/+2
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-07-27[SCSI] mpt2sas: driver fails to recover from injected PCIe bus errorsEric Moore1-12/+35
2010-07-27[SCSI] mpt2sas: Adding additional message to error escalation callbackKashyap, Desai1-39/+104
2010-07-27[SCSI] mpt2sas: Add additional check for responding volumes after Host ResetKashyap, Desai1-2/+12
2010-07-27[SCSI] mpt2sas: Redesign Raid devices event handling using pd_handles per HBAKashyap, Desai1-101/+362
2010-07-27[SCSI] mpt2sas: Tie a log info message to a specific PHY.Kashyap, Desai1-1/+18
2010-07-27[SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFOKashyap, Desai1-28/+28
2010-07-27[SCSI] mpt2sas: MPI header version N is updated.Kashyap, Desai1-2/+5
2010-07-27[SCSI] mpt2sas: Hold Controller reset when another reset is in progressKashyap, Desai1-0/+1
2010-07-27[SCSI] mpt2sas: DIF Type 2 Protection SupportEric Moore1-6/+12
2010-06-16fix typos concerning "management"Uwe Kleine-König1-2/+2
2010-04-11[SCSI] mpt2sas: Before removing sas_device search device in list for _scsih_sas_device_removeKashyap, Desai1-3/+8
2010-04-11[SCSI] mpt2sas: Reworked scmd->result priority for _scsih_qcmd.Kashyap, Desai1-7/+14
2010-04-11[SCSI] mpt2sas: Added support for PCIe Advanced Error Recovery.Kashyap, Desai1-0/+118
2010-04-11[SCSI] mpt2sas : IOs needs to be pause until handles are refreshed for all device after recoveryKashyap, Desai1-9/+40
2010-04-11[SCSI] mpt2sas: Copyright 2010.Kashyap, Desai1-1/+1
2010-04-11[SCSI] mpt2sas: Default descriptor for RAID Passthru command.Kashyap, Desai1-2/+5
2010-04-11[SCSI] mpt2sas: removed use of tm_cmds.mutex in IOCTL branch.Kashyap, Desai1-75/+98
2010-04-11[SCSI] mpt2sas: Fix for little endianKashyap, Desai1-7/+8
2010-04-11[SCSI] mpt2sas: Driver will not treat NEEDS_INIT as failure.Kashyap, Desai1-15/+138
2010-04-11[SCSI] mpt2sas: Early return from function if shost is in recovery.Kashyap, Desai1-3/+3
2010-04-11[SCSI] mpt2sas: Corrected conditional checks for Internal device ResetKashyap, Desai1-3/+3
2010-04-11[SCSI] mpt2sas : Do not reset handle before calling _scsih_remove_device in RESCAN task after HBA RESETKashyap, Desai1-2/+0
2010-04-11[SCSI] mpt2sas : Device removal algorithm in interrupt context onlyKashyap, Desai1-184/+123
2010-04-11[SCSI] mpt2sas: modified _scsih_sas_device_find_by_handle/sas_addressKashyap, Desai1-39/+18
2010-04-11[SCSI] mpt2sas: RESCAN Barrier work is added in case of HBA reset.Kashyap, Desai1-65/+75