summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt2sas
AgeCommit message (Expand)Author
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-07-27[SCSI] mpt2sas: driver fails to recover from injected PCIe bus errorsEric Moore
2010-07-27[SCSI] mpt2sas: Bump version 06.100.00.00Kashyap, Desai
2010-07-27[SCSI] mpt2sas: Copy message frame before releasing to free pool to have a lo...Kashyap, Desai
2010-07-27[SCSI] mpt2sas: Copy sense buffer instead of working on direct memory locationKashyap, Desai
2010-07-27[SCSI] mpt2sas: Adding additional message to error escalation callbackKashyap, Desai
2010-07-27[SCSI] mpt2sas: Add additional check for responding volumes after Host ResetKashyap, Desai
2010-07-27[SCSI] mpt2sas: Added -ENOMEM return type when allocation failsKashyap, Desai
2010-07-27[SCSI] mpt2sas: Redesign Raid devices event handling using pd_handles per HBAKashyap, Desai
2010-07-27[SCSI] mpt2sas: Tie a log info message to a specific PHY.Kashyap, Desai
2010-07-27[SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFOKashyap, Desai
2010-07-27[SCSI] mpt2sas: Added sysfs support for trace bufferKashyap, Desai
2010-07-27[SCSI] mpt2sas: MPI header version N is updated.Kashyap, Desai
2010-07-27[SCSI] mpt2sas: Added sysfs counter for ioc resetKashyap, Desai
2010-07-27[SCSI] mpt2sas: Added expander phy control supportKashyap, Desai
2010-07-27[SCSI] mpt2sas: Added expander phy counter supportKashyap, Desai
2010-07-27[SCSI] mpt2sas: staged device discovery. disable_discovery module parameter i...Kashyap, Desai
2010-07-27[SCSI] mpt2sas: Hold Controller reset when another reset is in progressKashyap, Desai
2010-07-27[SCSI] mpt2sas: Fix to use sas device list instead of enclosure list for _tra...Kashyap, Desai
2010-07-27[SCSI] mpt2sas: DIF Type 2 Protection SupportEric Moore
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "management"Uwe Kleine-König
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-04-11[SCSI] mpt2sas: Bump version 05.100.00.02Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Before removing sas_device search device in list for _scsih_s...Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Reworked scmd->result priority for _scsih_qcmd.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Upgrade version 05.100.00.01Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Check for NULL pointer before free_pages is added.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Added support for PCIe Advanced Error Recovery.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Send default descriptor for RAID pass through in mpt2ctlKashyap, Desai
2010-04-11[SCSI] mpt2sas: sanity added to remove duplicate port from topologyKashyap, Desai
2010-04-11[SCSI] mpt2sas : IOs needs to be pause until handles are refreshed for all de...Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Bump version 05.100.00.00Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Copyright 2010.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Default descriptor for RAID Passthru command.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: return -ENOMEM if memory allocation failed.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: removed use of tm_cmds.mutex in IOCTL branch.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Fix for little endianKashyap, Desai
2010-04-11[SCSI] mpt2sas: Driver will not treat NEEDS_INIT as failure.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Early return from function if shost is in recovery.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Use of get_free_pages for huge memorary allocation.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: Corrected conditional checks for Internal device ResetKashyap, Desai
2010-04-11[SCSI] mpt2sas: Corrected time stampKashyap, Desai
2010-04-11[SCSI] mpt2sas : Do not reset handle before calling _scsih_remove_device in R...Kashyap, Desai
2010-04-11[SCSI] mpt2sas: use correct pci_resource_flag for comparisonRichard A Lary
2010-04-11[SCSI] mpt2sas : Device removal algorithm in interrupt context onlyKashyap, Desai
2010-04-11[SCSI] mpt2sas: Upgrading version to 04.100.01.02Kashyap, Desai
2010-04-11[SCSI] mpt2sas: modified _scsih_sas_device_find_by_handle/sas_addressKashyap, Desai
2010-04-11[SCSI] mpt2sas: RESCAN Barrier work is added in case of HBA reset.Kashyap, Desai
2010-04-11[SCSI] mpt2sas: fix the incorrect scsi_dma_map error checkingFUJITA Tomonori