summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptscsih.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: message: fusion: Switch to attribute groupsBart Van Assche2021-10-161-14/+22
* scsi: message: fusion: Call scsi_done() directlyBart Van Assche2021-10-161-5/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-161-1/+1
|\
| * scsi: message: fusion: Remove in_interrupt() usage in mpt_config()Thomas Gleixner2020-12-011-1/+1
* | scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()Helge Deller2020-10-261-5/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-2/+1
|\
| * scsi: mptscsih: Remove set but not used 'timeleft'Jason Yan2020-09-011-2/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* scsi: mptscsih: Fix read sense data sizeTomas Henzl2020-06-241-3/+1
* scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-031-0/+2
* scsi: mptfusion: fix indentation issuesColin Ian King2019-03-191-1/+1
* 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