| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host() | Hannes Reinecke | 2017-04-24 | 1 | -2/+0 |
* | scsi: mptscsih: Remove bogus interpretation of request->ioprio | Christoph Hellwig | 2016-11-08 | 1 | -8/+3 |
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -9/+3 |
* | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -1/+1 |
* | mptfusion: don't change queue type in ->change_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -6/+1 |
* | scsi: remove ordered_tags scsi_device field | Christoph Hellwig | 2014-11-12 | 1 | -3/+2 |
* | mptfusion: tweak null pointer checks | Joe Lawrence | 2014-07-25 | 1 | -11/+8 |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -7/+7 |
* | fusion: Remove use of DEF_SCSI_QCMD | Matthew Wilcox | 2014-05-28 | 1 | -5/+3 |
* | fusion: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -91/+7 |
* | drivers/message/fusion/mptscsih.c: missing break | Alan Cox | 2012-12-18 | 1 | -0/+1 |
* | [SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN E... | nagalakshmi.nandigama@lsi.com | 2011-09-22 | 1 | -1/+2 |
* | [SCSI] mptfusion: Fix for device offline while doing aggressive HBA reset | kashyap.desai@lsi.com | 2011-08-27 | 1 | -2/+10 |
* | [SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error condition | kashyap.desai@lsi.com | 2011-08-27 | 1 | -1/+2 |
* | [SCSI] mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN E... | Kashyap, Desai | 2011-07-27 | 1 | -1/+1 |
* | [SCSI] mptfusion: Remove debug print from mptscsih_qcmd() | Kashyap, Desai | 2011-05-01 | 1 | -4/+1 |
* | [SCSI] fusion: do not check serial_number in the abort handler | Christoph Hellwig | 2011-05-01 | 1 | -5/+3 |
* | [SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_reset | Kashyap, Desai | 2011-02-12 | 1 | -3/+4 |
* | [SCSI] mptfusion: Block Error handling for deleting devices or Device in DMD | Kashyap, Desai | 2010-07-28 | 1 | -9/+31 |
* | [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeout | Kei Tokunaga | 2010-07-27 | 1 | -4/+8 |
* | [SCSI] mptfusion: schedule_target_reset from all Reset context | Kashyap, Desai | 2010-07-27 | 1 | -0/+2 |
* | [SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSY | Kashyap, Desai | 2010-07-27 | 1 | -1/+3 |
* | [SCSI] mptsas: fix hangs caused by ATA pass-through | Ryan Kuester | 2010-07-27 | 1 | -0/+2 |
* | fusion: fix kernel-doc notation | Ben Hutchings | 2010-05-24 | 1 | -4/+2 |
* | [SCSI] mptfusion: Task abort is not supported for Volumes | Kashyap, Desai | 2010-04-11 | 1 | -1/+13 |
* | [SCSI] mptfusion: sanity check for vdevice pointer is added | Kashyap, Desai | 2010-04-11 | 1 | -0/+2 |
* | [SCSI] mptfusion: mpt_detach is called properly at the time of rmmod | Kashyap, Desai | 2010-04-11 | 1 | -5/+0 |
* | [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset) | Kashyap, Desai | 2010-04-11 | 1 | -3/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-02-26 | 1 | -2/+7 |
|\ |
|
| * | [SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priority | Kashyap, Desai | 2010-01-18 | 1 | -2/+7 |
* | | [SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of v... | Kashyap, Desai | 2010-02-08 | 1 | -1/+1 |
|/ |
|
* | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 2009-12-04 | 1 | -2/+7 |
* | [SCSI] mptspi: Fix for incorrect data underrun errata | Kashyap, Desai | 2009-10-29 | 1 | -5/+81 |
* | [SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed device | Kashyap, Desai | 2009-09-12 | 1 | -1/+11 |
* | [SCSI] mptsas : set max_id to infinite value. | Kashyap, Desai | 2009-08-22 | 1 | -1/+4 |
* | [SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY s... | Kashyap, Desai | 2009-08-22 | 1 | -1/+1 |
* | [SCSI] mptsas : Removed mptscsih_timer_expired. | Kashyap, Desai | 2009-08-22 | 1 | -48/+0 |
* | fusion: fix recent kernel-doc problems | Randy Dunlap | 2009-06-14 | 1 | -2/+2 |
* | [SCSI] mpt fusion: fix up doc book comments | James Bottomley | 2009-06-09 | 1 | -4/+1 |
* | [SCSI] mpt fusion: Added support for Broadcast primitives Event handling | Kashyap, Desai | 2009-06-09 | 1 | -0/+21 |
* | [SCSI] mpt fusion: RAID device handling and Dual port Raid support is added | Kashyap, Desai | 2009-06-09 | 1 | -2/+83 |
* | [SCSI] mpt fusion: Code Cleanup patch | Kashyap, Desai | 2009-06-09 | 1 | -112/+62 |
* | [SCSI] mpt fusion: rewrite of ioctl_cmds internal generated function | Kashyap, Desai | 2009-06-09 | 1 | -2/+0 |
* | [SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frame | Kashyap, Desai | 2009-06-09 | 1 | -15/+4 |
* | [SCSI] mpt fusion: rewrite taskmgmt request and completion routines | Kashyap, Desai | 2009-06-09 | 1 | -295/+164 |
* | [SCSI] mpt fusion: rewrite of all internal generated functions | Kashyap, Desai | 2009-06-09 | 1 | -303/+211 |
* | [SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory region | Kashyap, Desai | 2009-06-09 | 1 | -83/+19 |
* | [SCSI] mpt fusion: Add Firmware debug support | Kashyap, Desai | 2009-01-13 | 1 | -0/+3 |
* | [SCSI] mpt fusion: clear list of outstanding commands on host reset | James Bottomley | 2008-12-16 | 1 | -0/+3 |