summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion
AgeCommit message (Expand)AuthorLines
2010-05-24fusion: fix kernel-doc notationBen Hutchings-4/+2
2010-04-11[SCSI] mptfusion: Bump version 03.04.15Kashyap, Desai-2/+2
2010-04-11[SCSI] mptfusion: Proper error handling is added after mpt_config timeoutKashyap, Desai-5/+11
2010-04-11[SCSI] mptfusion: Event data alignment with 4 byte.Kashyap, Desai-1/+1
2010-04-11[SCSI] mptfusion: Check for command status is added after completion.Kashyap, Desai-10/+16
2010-04-11[SCSI] mptfusion: Task abort is not supported for VolumesKashyap, Desai-1/+13
2010-04-11[SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai-0/+26
2010-04-11[SCSI] mptfusion: Setting period,offset and width for SPI driverKashyap, Desai-0/+5
2010-04-11[SCSI] mptfusion: Proper bus_type check is addedKashyap, Desai-1/+12
2010-04-11[SCSI] mptfusion: mpt_detach is called properly at the time of rmmodKashyap, Desai-5/+6
2010-04-11[SCSI] mptfusion: mpt config will do Hard Reset based upon retry countsKashyap, Desai-2/+7
2010-04-11[SCSI] mptfusion: Updated SCSI IO IOCTL error handling.Kashyap, Desai-75/+86
2010-04-11[SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai-10/+177
2010-04-11[SCSI] mpt: modify mptctl_exit() to call proper deregister functionsKei Tokunaga-1/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+5
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-19/+231
2010-02-17[SCSI] fusion: hold off error recovery while alternate ioc is initializingMichael Reed-6/+11
2010-02-08[SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of v...Kashyap, Desai-1/+1
2010-01-18[SCSI] mptfusion: Bump version 03.04.14Kashyap, Desai-2/+2
2010-01-18[SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH com...Kashyap, Desai-2/+2
2010-01-18[SCSI] mptfusion: block device when target is being removed by FWKashyap, Desai-5/+20
2010-01-18[SCSI] mptfusion: Added sysfs expander manufacture information at the time of...Kashyap, Desai-0/+186
2010-01-18[SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priorityKashyap, Desai-2/+7
2010-01-18[SCSI] fusion: fix warning when not using procfsErik Ekman-2/+3
2010-01-17[SCSI] mptsas: Fix issue with chain pools allocation on katmaiAnatolij Gustschin-0/+2
2009-12-10[SCSI] mpt fusion: Fix 32 bit platforms with 64 bit resources.Pravin Bathija-3/+3
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie-3/+9
2009-10-29[SCSI] mptfusion: Bump version to 3.04.13Kashyap, Desai-2/+2
2009-10-29[SCSI] mptspi: Fix for incorrect data underrun errataKashyap, Desai-5/+81
2009-10-29[SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/me...Kashyap, Desai-4/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig-2/+2
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-208/+77
2009-09-12[SCSI] mptsas : Bump version to 3.04.12Kashyap, Desai-2/+2
2009-09-12[SCSI] mptsas : FW event thread and scsi mid layer deadlock in SYNCHRONIZE CA...Kashyap, Desai-7/+1
2009-09-12[SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed deviceKashyap, Desai-1/+11
2009-09-12[SCSI] mptsas : PAE Kernel more than 4 GB kernel panicKashyap, Desai-5/+5
2009-09-12[SCSI] mptsas : NULL pointer on big endian systems causing Expander not to te...Kashyap, Desai-0/+1
2009-09-12[SCSI] mptsas : Sanity check for phyinfo is addedKashyap, Desai-1/+7
2009-08-22[SCSI] mptsas : Bump version to 3.04.11Kashyap, Desai-2/+2
2009-08-22[SCSI] mptsas : Code cleanup of host page alloc and diag reset.Kashyap, Desai-54/+30
2009-08-22[SCSI] mptsas : set max_id to infinite value.Kashyap, Desai-4/+6
2009-08-22[SCSI] mptsas : Change config request timeout value to 30 seconds.Kashyap, Desai-9/+10
2009-08-22[SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY s...Kashyap, Desai-1/+1
2009-08-22[SCSI] mptsas : Removed mptscsih_timer_expired.Kashyap, Desai-122/+0
2009-08-22[SCSI] mptsas : Change DEFINED value of can queue for FC and SAS devices.Kashyap, Desai-2/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy-1/+1
2009-06-22fusion: mptsas, fix lock imbalanceJiri Slaby-2/+2
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton-4/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-2468/+4582