aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-09-05[SCSI] drivers/scsi: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2010-07-27[SCSI] mpt2sas: driver fails to recover from injected PCIe bus errorsEric Moore6-19/+57
2010-07-27[SCSI] mpt2sas: Bump version 06.100.00.00Kashyap, Desai1-3/+3
2010-07-27[SCSI] mpt2sas: Copy message frame before releasing to free pool to have a local reference.Kashyap, Desai1-18/+38
2010-07-27[SCSI] mpt2sas: Copy sense buffer instead of working on direct memory locationKashyap, Desai3-5/+28
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: Added -ENOMEM return type when allocation failsKashyap, Desai1-1/+10
2010-07-27[SCSI] mpt2sas: Redesign Raid devices event handling using pd_handles per HBAKashyap, Desai3-103/+391
2010-07-27[SCSI] mpt2sas: Tie a log info message to a specific PHY.Kashyap, Desai3-1/+62
2010-07-27[SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFOKashyap, Desai6-114/+113
2010-07-27[SCSI] mpt2sas: Added sysfs support for trace bufferKashyap, Desai3-4/+200
2010-07-27[SCSI] mpt2sas: MPI header version N is updated.Kashyap, Desai5-45/+308
2010-07-27[SCSI] mpt2sas: Added sysfs counter for ioc resetKashyap, Desai3-2/+32
2010-07-27[SCSI] mpt2sas: Added expander phy control supportKashyap, Desai1-30/+275
2010-07-27[SCSI] mpt2sas: Added expander phy counter supportKashyap, Desai1-9/+233
2010-07-27[SCSI] mpt2sas: staged device discovery. disable_discovery module parameter is added.Kashyap, Desai1-0/+7
2010-07-27[SCSI] mpt2sas: Hold Controller reset when another reset is in progressKashyap, Desai3-7/+27
2010-07-27[SCSI] mpt2sas: Fix to use sas device list instead of enclosure list for _transpor_get_enclosure_identifier.Kashyap, Desai1-6/+6
2010-07-27[SCSI] mpt2sas: DIF Type 2 Protection SupportEric Moore2-8/+14
2010-06-16Merge branch 'master' into for-nextJiri Kosina2-2/+2
2010-06-16fix typos concerning "management"Uwe Kleine-König2-3/+3
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan2-2/+2
2010-04-11[SCSI] mpt2sas: Bump version 05.100.00.02Kashyap, Desai1-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: Upgrade version 05.100.00.01Kashyap, Desai1-2/+2
2010-04-11[SCSI] mpt2sas: Check for NULL pointer before free_pages is added.Kashyap, Desai1-1/+4
2010-04-11[SCSI] mpt2sas: Added support for PCIe Advanced Error Recovery.Kashyap, Desai2-0/+124
2010-04-11[SCSI] mpt2sas: Send default descriptor for RAID pass through in mpt2ctlKashyap, Desai1-2/+5
2010-04-11[SCSI] mpt2sas: sanity added to remove duplicate port from topologyKashyap, Desai2-0/+86
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: Bump version 05.100.00.00Kashyap, Desai1-4/+4
2010-04-11[SCSI] mpt2sas: Copyright 2010.Kashyap, Desai15-15/+15
2010-04-11[SCSI] mpt2sas: Default descriptor for RAID Passthru command.Kashyap, Desai1-2/+5
2010-04-11[SCSI] mpt2sas: return -ENOMEM if memory allocation failed.Kashyap, Desai1-1/+10
2010-04-11[SCSI] mpt2sas: removed use of tm_cmds.mutex in IOCTL branch.Kashyap, Desai3-83/+108
2010-04-11[SCSI] mpt2sas: Fix for little endianKashyap, Desai5-26/+46
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, Desai2-3/+5
2010-04-11[SCSI] mpt2sas: Use of get_free_pages for huge memorary allocation.Kashyap, Desai2-7/+10
2010-04-11[SCSI] mpt2sas: Corrected conditional checks for Internal device ResetKashyap, Desai1-3/+3
2010-04-11[SCSI] mpt2sas: Corrected time stampKashyap, Desai1-2/+2
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: use correct pci_resource_flag for comparisonRichard A Lary1-10/+13