aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas
Commit message (Expand)AuthorAgeFilesLines
...
| * [SCSI] mpt2sas: Basic Code Cleanup in mpt2sas_baseKashyap, Desai2011-01-242-56/+68
| * [SCSI] mpt2sas: Add support for Customer specific branding messagesKashyap, Desai2011-01-242-0/+40
| * [SCSI] mpt2sas: Revision P MPI Header UpdateKashyap, Desai2011-01-245-392/+18
* | [SCSI] mpt2sas: fix Integrated Raid unsynced on shutdown problemKashyap, Desai2011-01-241-0/+1
* | [SCSI] mpt2sas: Kernel Panic during Large Topology discovery Kashyap, Desai2011-01-241-2/+11
* | [SCSI] mpt2sas: Fix the race between broadcast asyn event and scsi command co...Kashyap, Desai2011-01-241-9/+45
* | [SCSI] mpt2sas: Correct resizing calculation for max_queue_depthKashyap, Desai2011-01-241-3/+3
* | [SCSI] mpt2sas: fix internal device reset for older firmware prior to MPI Rev KKashyap, Desai2011-01-241-0/+6
* | [SCSI] mpt2sas: Fix device removal handshake for zoned devicesKashyap, Desai2011-01-241-3/+0
|/
* [SCSI] mpt2sas: Bump version 07.100.00.00Kashyap, Desai2010-12-211-2/+2
* [SCSI] mpt2sas: Debug string changes from target to device.Kashyap, Desai2010-12-211-2/+2
* [SCSI] mpt2sas: Sanity check for phy count is added using max phy countKashyap, Desai2010-12-211-4/+8
* [SCSI] mpt2sas: change queue depth with reason argument more appropriatelyKashyap, Desai2010-12-211-11/+26
* [SCSI] mpt2sas: Remove code for TASK_SET_FULL from driver.Kashyap, Desai2010-12-212-92/+0
* [SCSI] mpt2sas: MPI 2.0 Header updatedKashyap, Desai2010-12-218-18/+95
* [SCSI] mpt2sas: Modify code to support Expander switchKashyap, Desai2010-12-213-124/+206
* [SCSI] mpt2sas: Create a pool of chain buffer instead of dedicated per IOsKashyap, Desai2010-12-213-43/+119
* [SCSI] mpt2sas: Added loadtime para for IOMissingDelay and DMDKashyap, Desai2010-12-211-0/+100
* [SCSI] mpt2sas: Added sanity check for cb_idx and smid access.Kashyap, Desai2010-12-212-1/+9
* [SCSI] mpt2sas: Removed compiler warnnings when logging is disabledKashyap, Desai2010-12-212-2/+3
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-1/+1
|\
| * [SCSI] drivers/scsi: Adjust confusing if indentationJulia Lawall2010-09-051-1/+1
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-5/+6
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-042-3/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-06-162-2/+2
| |\
| * | fix typos concerning "management"Uwe Kleine-König2010-06-162-3/+3
* | | [SCSI] mpt2sas: driver fails to recover from injected PCIe bus errorsEric Moore2010-07-276-19/+57
* | | [SCSI] mpt2sas: Bump version 06.100.00.00Kashyap, Desai2010-07-271-3/+3
* | | [SCSI] mpt2sas: Copy message frame before releasing to free pool to have a lo...Kashyap, Desai2010-07-271-18/+38
* | | [SCSI] mpt2sas: Copy sense buffer instead of working on direct memory locationKashyap, Desai2010-07-273-5/+28
* | | [SCSI] mpt2sas: Adding additional message to error escalation callbackKashyap, Desai2010-07-271-39/+104
* | | [SCSI] mpt2sas: Add additional check for responding volumes after Host ResetKashyap, Desai2010-07-271-2/+12
* | | [SCSI] mpt2sas: Added -ENOMEM return type when allocation failsKashyap, Desai2010-07-271-1/+10
* | | [SCSI] mpt2sas: Redesign Raid devices event handling using pd_handles per HBAKashyap, Desai2010-07-273-103/+391
* | | [SCSI] mpt2sas: Tie a log info message to a specific PHY.Kashyap, Desai2010-07-273-1/+62
* | | [SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFOKashyap, Desai2010-07-276-114/+113
* | | [SCSI] mpt2sas: Added sysfs support for trace bufferKashyap, Desai2010-07-273-4/+200
* | | [SCSI] mpt2sas: MPI header version N is updated.Kashyap, Desai2010-07-275-45/+308
* | | [SCSI] mpt2sas: Added sysfs counter for ioc resetKashyap, Desai2010-07-273-2/+32
* | | [SCSI] mpt2sas: Added expander phy control supportKashyap, Desai2010-07-271-30/+275
* | | [SCSI] mpt2sas: Added expander phy counter supportKashyap, Desai2010-07-271-9/+233
* | | [SCSI] mpt2sas: staged device discovery. disable_discovery module parameter i...Kashyap, Desai2010-07-271-0/+7
* | | [SCSI] mpt2sas: Hold Controller reset when another reset is in progressKashyap, Desai2010-07-273-7/+27
* | | [SCSI] mpt2sas: Fix to use sas device list instead of enclosure list for _tra...Kashyap, Desai2010-07-271-6/+6
* | | [SCSI] mpt2sas: DIF Type 2 Protection SupportEric Moore2010-07-272-8/+14
| |/ |/|
* | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-252-2/+2
|/
* [SCSI] mpt2sas: Bump version 05.100.00.02Kashyap, Desai2010-04-111-2/+2