aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-nextJiri Kosina2010-12-223-5/+10
|\
| * SCSI host lock push-downJeff Garzik2010-11-163-5/+10
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-013-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-1/+3
|\
| * [SCSI] drivers/message/fusion: Return -ENOMEM on memory allocation failureJulia Lawall2010-09-051-1/+3
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-7/+8
|/
* fusion: add function parameter names to kernel-docRandy Dunlap2010-08-141-0/+2
* fusion: fix non-kernel-doc comment blockRandy Dunlap2010-08-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-141-1/+1
|\
| * [SCSI] drivers/message/fusion: Adjust confusing if indentationJulia Lawall2010-08-111-1/+1
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-2/+1
|\ \
| * | param: use module_param in drivers/message/fusion/mptbase.cRusty Russell2010-08-111-2/+1
| |/
* | fusion: fix kernel-doc warningsRandy Dunlap2010-08-111-2/+0
* | mpt fusion: convert to seq_fileAlexey Dobriyan2010-08-112-142/+119
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-06-161-4/+2
| |\
| * | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-2/+2
* | | [SCSI] mptfusion: release resources in error return pathTomas Henzl2010-07-281-0/+3
* | | [SCSI] mptfusion: Bump version 03.04.17Kashyap, Desai2010-07-281-2/+2
* | | [SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e...Kashyap, Desai2010-07-287-26/+47
* | | [SCSI] mptfusion: Block Error handling for deleting devices or Device in DMDKashyap, Desai2010-07-283-10/+157
* | | [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga2010-07-274-15/+33
* | | [SCSI] mptsas: fixed hot-removal processingKei Tokunaga2010-07-271-1/+1
* | | [SCSI] mpt fusion: Cleanup some duplicate calls in mptbase.cBandan Das2010-07-271-2/+0
* | | [SCSI] mptfusion: Bump version 03.04.16Kashyap, Desai2010-07-271-2/+2
* | | [SCSI] mptfusion: Added missing reset for ioc_reset_in_progress in SoftResetKashyap, Desai2010-07-271-0/+1
* | | [SCSI] mptfusion: Added code for occationally SATA hotplug failure.Kashyap, Desai2010-07-271-1/+30
* | | [SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai2010-07-274-21/+56
* | | [SCSI] mptfusion: Added sanity to check B_T mapping for device before adding ...Kashyap, Desai2010-07-272-0/+38
* | | [SCSI] mptfusion: Corrected declaration of device_missing_delayKashyap, Desai2010-07-272-3/+3
* | | [SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSYKashyap, Desai2010-07-271-1/+3
* | | [SCSI] mptfusion: Set fw_events_off to 1 at driver load time.Kashyap, Desai2010-07-271-0/+3
* | | [SCSI] mptsas: fix hangs caused by ATA pass-throughRyan Kuester2010-07-271-0/+2
| |/ |/|
* | fusion: fix kernel-doc notationBen Hutchings2010-05-241-4/+2
|/
* [SCSI] mptfusion: Bump version 03.04.15Kashyap, Desai2010-04-111-2/+2
* [SCSI] mptfusion: Proper error handling is added after mpt_config timeoutKashyap, Desai2010-04-111-5/+11
* [SCSI] mptfusion: Event data alignment with 4 byte.Kashyap, Desai2010-04-111-1/+1
* [SCSI] mptfusion: Check for command status is added after completion.Kashyap, Desai2010-04-111-10/+16
* [SCSI] mptfusion: Task abort is not supported for VolumesKashyap, Desai2010-04-111-1/+13
* [SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai2010-04-113-0/+26
* [SCSI] mptfusion: Setting period,offset and width for SPI driverKashyap, Desai2010-04-111-0/+5
* [SCSI] mptfusion: Proper bus_type check is addedKashyap, Desai2010-04-113-1/+12
* [SCSI] mptfusion: mpt_detach is called properly at the time of rmmodKashyap, Desai2010-04-112-5/+6
* [SCSI] mptfusion: mpt config will do Hard Reset based upon retry countsKashyap, Desai2010-04-111-2/+7
* [SCSI] mptfusion: Updated SCSI IO IOCTL error handling.Kashyap, Desai2010-04-111-75/+86
* [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai2010-04-115-10/+177
* [SCSI] mpt: modify mptctl_exit() to call proper deregister functionsKei Tokunaga2010-04-111-1/+12
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-02-266-19/+231
|\
| * [SCSI] fusion: hold off error recovery while alternate ioc is initializingMichael Reed2010-02-171-6/+11