summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptscsih.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Hannes Reinecke2017-04-241-2/+0
* scsi: mptscsih: Remove bogus interpretation of request->ioprioChristoph Hellwig2016-11-081-8/+3
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-9/+3
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig2014-11-121-6/+1
* scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-121-3/+2
* mptfusion: tweak null pointer checksJoe Lawrence2014-07-251-11/+8
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-7/+7
* fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-5/+3
* fusion: switch to ->show_info()Al Viro2013-04-091-91/+7
* drivers/message/fusion/mptscsih.c: missing breakAlan Cox2012-12-181-0/+1
* [SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN E...nagalakshmi.nandigama@lsi.com2011-09-221-1/+2
* [SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetkashyap.desai@lsi.com2011-08-271-2/+10
* [SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionkashyap.desai@lsi.com2011-08-271-1/+2
* [SCSI] mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN E...Kashyap, Desai2011-07-271-1/+1
* [SCSI] mptfusion: Remove debug print from mptscsih_qcmd()Kashyap, Desai2011-05-011-4/+1
* [SCSI] fusion: do not check serial_number in the abort handlerChristoph Hellwig2011-05-011-5/+3
* [SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_resetKashyap, Desai2011-02-121-3/+4
* [SCSI] mptfusion: Block Error handling for deleting devices or Device in DMDKashyap, Desai2010-07-281-9/+31
* [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga2010-07-271-4/+8
* [SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai2010-07-271-0/+2
* [SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSYKashyap, Desai2010-07-271-1/+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: Task abort is not supported for VolumesKashyap, Desai2010-04-111-1/+13
* [SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai2010-04-111-0/+2
* [SCSI] mptfusion: mpt_detach is called properly at the time of rmmodKashyap, Desai2010-04-111-5/+0
* [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai2010-04-111-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-02-261-2/+7
|\
| * [SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priorityKashyap, Desai2010-01-181-2/+7
* | [SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of v...Kashyap, Desai2010-02-081-1/+1
|/
* [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-2/+7
* [SCSI] mptspi: Fix for incorrect data underrun errataKashyap, Desai2009-10-291-5/+81
* [SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed deviceKashyap, Desai2009-09-121-1/+11
* [SCSI] mptsas : set max_id to infinite value.Kashyap, Desai2009-08-221-1/+4
* [SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY s...Kashyap, Desai2009-08-221-1/+1
* [SCSI] mptsas : Removed mptscsih_timer_expired.Kashyap, Desai2009-08-221-48/+0
* fusion: fix recent kernel-doc problemsRandy Dunlap2009-06-141-2/+2
* [SCSI] mpt fusion: fix up doc book commentsJames Bottomley2009-06-091-4/+1
* [SCSI] mpt fusion: Added support for Broadcast primitives Event handlingKashyap, Desai2009-06-091-0/+21
* [SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai2009-06-091-2/+83
* [SCSI] mpt fusion: Code Cleanup patchKashyap, Desai2009-06-091-112/+62
* [SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai2009-06-091-2/+0
* [SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frameKashyap, Desai2009-06-091-15/+4
* [SCSI] mpt fusion: rewrite taskmgmt request and completion routinesKashyap, Desai2009-06-091-295/+164
* [SCSI] mpt fusion: rewrite of all internal generated functionsKashyap, Desai2009-06-091-303/+211
* [SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai2009-06-091-83/+19
* [SCSI] mpt fusion: Add Firmware debug supportKashyap, Desai2009-01-131-0/+3
* [SCSI] mpt fusion: clear list of outstanding commands on host resetJames Bottomley2008-12-161-0/+3