aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds6-19/+231
2010-02-17[SCSI] fusion: hold off error recovery while alternate ioc is initializingMichael Reed1-6/+11
2010-02-08[SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of value 0.Kashyap, Desai1-1/+1
2010-01-18[SCSI] mptfusion: Bump version 03.04.14Kashyap, Desai1-2/+2
2010-01-18[SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH commandsKashyap, Desai1-2/+2
2010-01-18[SCSI] mptfusion: block device when target is being removed by FWKashyap, Desai1-5/+20
2010-01-18[SCSI] mptfusion: Added sysfs expander manufacture information at the time of expander add.Kashyap, Desai1-0/+186
2010-01-18[SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priorityKashyap, Desai1-2/+7
2010-01-18[SCSI] fusion: fix warning when not using procfsErik Ekman1-2/+3
2010-01-17[SCSI] mptsas: Fix issue with chain pools allocation on katmaiAnatolij Gustschin1-0/+2
2009-12-10[SCSI] mpt fusion: Fix 32 bit platforms with 64 bit resources.Pravin Bathija1-3/+3
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2-3/+9
2009-10-29[SCSI] mptfusion: Bump version to 3.04.13Kashyap, Desai1-2/+2
2009-10-29[SCSI] mptspi: Fix for incorrect data underrun errataKashyap, Desai1-5/+81
2009-10-29[SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/messageKashyap, Desai1-4/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-2/+2
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds7-208/+77
2009-09-12[SCSI] mptsas : Bump version to 3.04.12Kashyap, Desai1-2/+2
2009-09-12[SCSI] mptsas : FW event thread and scsi mid layer deadlock in SYNCHRONIZE CACHE commandKashyap, Desai1-7/+1
2009-09-12[SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed deviceKashyap, Desai1-1/+11
2009-09-12[SCSI] mptsas : PAE Kernel more than 4 GB kernel panicKashyap, Desai1-5/+5
2009-09-12[SCSI] mptsas : NULL pointer on big endian systems causing Expander not to tear offKashyap, Desai1-0/+1
2009-09-12[SCSI] mptsas : Sanity check for phyinfo is addedKashyap, Desai1-1/+7
2009-08-22[SCSI] mptsas : Bump version to 3.04.11Kashyap, Desai1-2/+2
2009-08-22[SCSI] mptsas : Code cleanup of host page alloc and diag reset.Kashyap, Desai1-54/+30
2009-08-22[SCSI] mptsas : set max_id to infinite value.Kashyap, Desai2-4/+6
2009-08-22[SCSI] mptsas : Change config request timeout value to 30 seconds.Kashyap, Desai1-9/+10
2009-08-22[SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY statusKashyap, Desai1-1/+1
2009-08-22[SCSI] mptsas : Removed mptscsih_timer_expired.Kashyap, Desai6-122/+0
2009-08-22[SCSI] mptsas : Change DEFINED value of can queue for FC and SAS devices.Kashyap, Desai2-2/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-22fusion: mptsas, fix lock imbalanceJiri Slaby1-2/+2
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton1-4/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller11-2468/+4582
2009-06-14fusion: fix recent kernel-doc problemsRandy Dunlap2-4/+3
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-2/+2
2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante1-3/+3
2009-06-12[SCSI] Merge branch 'linus'James Bottomley1-11/+11
2009-06-09[SCSI] mpt fusion: fix up doc book commentsJames Bottomley2-13/+8
2009-06-09[SCSI] mpt fusion: Added support for Broadcast primitives Event handlingKashyap, Desai4-0/+230
2009-06-09[SCSI] mpt fusion: Queue full event handlingKashyap, Desai2-0/+139
2009-06-09[SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai5-62/+527
2009-06-09[SCSI] mpt fusion: Put IOC into ready state if it not already in ready stateKashyap, Desai1-0/+16
2009-06-09[SCSI] mpt fusion: Code Cleanup patchKashyap, Desai6-294/+443
2009-06-09[SCSI] mpt fusion: Rescan SAS topology addedKashyap, Desai2-3/+172
2009-06-09[SCSI] mpt fusion: SAS topology scan changes, expander eventsKashyap, Desai2-236/+515
2009-06-09[SCSI] mpt fusion: Firmware event implementation using seperate WorkQueueKashyap, Desai4-446/+984
2009-06-09[SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai6-320/+394