aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptscsih.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-03-19scsi: mptfusion: fix indentation issuesColin Ian King1-1/+1
2017-04-24scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Hannes Reinecke1-2/+0
2016-11-08scsi: mptscsih: Remove bogus interpretation of request->ioprioChristoph Hellwig1-8/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-9/+3
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig1-6/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-3/+2
2014-07-25mptfusion: tweak null pointer checksJoe Lawrence1-11/+8
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-7/+7
2014-05-28fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox1-5/+3
2013-04-09fusion: switch to ->show_info()Al Viro1-91/+7
2012-12-18drivers/message/fusion/mptscsih.c: missing breakAlan Cox1-0/+1
2011-09-22[SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN ERRATAnagalakshmi.nandigama@lsi.com1-1/+2
2011-08-27[SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetkashyap.desai@lsi.com1-2/+10
2011-08-27[SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionkashyap.desai@lsi.com1-1/+2
2011-07-27[SCSI] mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN ERRATAKashyap, Desai1-1/+1
2011-05-01[SCSI] mptfusion: Remove debug print from mptscsih_qcmd()Kashyap, Desai1-4/+1
2011-05-01[SCSI] fusion: do not check serial_number in the abort handlerChristoph Hellwig1-5/+3
2011-02-12[SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_resetKashyap, Desai1-3/+4
2010-07-28[SCSI] mptfusion: Block Error handling for deleting devices or Device in DMDKashyap, Desai1-9/+31
2010-07-27[SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga1-4/+8
2010-07-27[SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai1-0/+2
2010-07-27[SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSYKashyap, Desai1-1/+3
2010-07-27[SCSI] mptsas: fix hangs caused by ATA pass-throughRyan Kuester1-0/+2
2010-05-24fusion: fix kernel-doc notationBen Hutchings1-4/+2
2010-04-11[SCSI] mptfusion: Task abort is not supported for VolumesKashyap, Desai1-1/+13
2010-04-11[SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai1-0/+2
2010-04-11[SCSI] mptfusion: mpt_detach is called properly at the time of rmmodKashyap, Desai1-5/+0
2010-04-11[SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+7
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: Added MPI_SCSIIO_CONTROL_HEADOFQ priorityKashyap, Desai1-2/+7
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-2/+7
2009-10-29[SCSI] mptspi: Fix for incorrect data underrun errataKashyap, Desai1-5/+81
2009-09-12[SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed deviceKashyap, Desai1-1/+11
2009-08-22[SCSI] mptsas : set max_id to infinite value.Kashyap, Desai1-1/+4
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, Desai1-48/+0
2009-06-14fusion: fix recent kernel-doc problemsRandy Dunlap1-2/+2
2009-06-09[SCSI] mpt fusion: fix up doc book commentsJames Bottomley1-4/+1
2009-06-09[SCSI] mpt fusion: Added support for Broadcast primitives Event handlingKashyap, Desai1-0/+21
2009-06-09[SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai1-2/+83
2009-06-09[SCSI] mpt fusion: Code Cleanup patchKashyap, Desai1-112/+62
2009-06-09[SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai1-2/+0
2009-06-09[SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frameKashyap, Desai1-15/+4
2009-06-09[SCSI] mpt fusion: rewrite taskmgmt request and completion routinesKashyap, Desai1-295/+164
2009-06-09[SCSI] mpt fusion: rewrite of all internal generated functionsKashyap, Desai1-303/+211
2009-06-09[SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai1-83/+19