Age | Commit message (Expand) | Author | Files | Lines |
2021-10-16 | scsi: message: fusion: Switch to attribute groups | Bart Van Assche | 1 | -14/+22 |
2021-10-16 | scsi: message: fusion: Call scsi_done() directly | Bart Van Assche | 1 | -5/+5 |
2020-12-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
2020-12-01 | scsi: message: fusion: Remove in_interrupt() usage in mpt_config() | Thomas Gleixner | 1 | -1/+1 |
2020-10-26 | scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove() | Helge Deller | 1 | -5/+8 |
2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+1 |
2020-09-01 | scsi: mptscsih: Remove set but not used 'timeleft' | Jason Yan | 1 | -2/+1 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-06-24 | scsi: mptscsih: Fix read sense data size | Tomas Henzl | 1 | -3/+1 |
2019-04-03 | scsi: mptscsih: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
2019-03-19 | scsi: mptfusion: fix indentation issues | Colin Ian King | 1 | -1/+1 |
2017-04-24 | scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host() | Hannes Reinecke | 1 | -2/+0 |
2016-11-08 | scsi: mptscsih: Remove bogus interpretation of request->ioprio | Christoph Hellwig | 1 | -8/+3 |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -9/+3 |
2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -1/+1 |
2014-11-12 | mptfusion: don't change queue type in ->change_queue_depth | Christoph Hellwig | 1 | -6/+1 |
2014-11-12 | scsi: remove ordered_tags scsi_device field | Christoph Hellwig | 1 | -3/+2 |
2014-07-25 | mptfusion: tweak null pointer checks | Joe Lawrence | 1 | -11/+8 |
2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -7/+7 |
2014-05-28 | fusion: Remove use of DEF_SCSI_QCMD | Matthew Wilcox | 1 | -5/+3 |
2013-04-09 | fusion: switch to ->show_info() | Al Viro | 1 | -91/+7 |
2012-12-18 | drivers/message/fusion/mptscsih.c: missing break | Alan Cox | 1 | -0/+1 |
2011-09-22 | [SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN E... | nagalakshmi.nandigama@lsi.com | 1 | -1/+2 |
2011-08-27 | [SCSI] mptfusion: Fix for device offline while doing aggressive HBA reset | kashyap.desai@lsi.com | 1 | -2/+10 |
2011-08-27 | [SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error condition | kashyap.desai@lsi.com | 1 | -1/+2 |
2011-07-27 | [SCSI] mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN E... | Kashyap, Desai | 1 | -1/+1 |
2011-05-01 | [SCSI] mptfusion: Remove debug print from mptscsih_qcmd() | Kashyap, Desai | 1 | -4/+1 |
2011-05-01 | [SCSI] fusion: do not check serial_number in the abort handler | Christoph Hellwig | 1 | -5/+3 |
2011-02-12 | [SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_reset | Kashyap, Desai | 1 | -3/+4 |
2010-07-28 | [SCSI] mptfusion: Block Error handling for deleting devices or Device in DMD | Kashyap, Desai | 1 | -9/+31 |
2010-07-27 | [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeout | Kei Tokunaga | 1 | -4/+8 |
2010-07-27 | [SCSI] mptfusion: schedule_target_reset from all Reset context | Kashyap, Desai | 1 | -0/+2 |
2010-07-27 | [SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSY | Kashyap, Desai | 1 | -1/+3 |
2010-07-27 | [SCSI] mptsas: fix hangs caused by ATA pass-through | Ryan Kuester | 1 | -0/+2 |
2010-05-24 | fusion: fix kernel-doc notation | Ben Hutchings | 1 | -4/+2 |
2010-04-11 | [SCSI] mptfusion: Task abort is not supported for Volumes | Kashyap, Desai | 1 | -1/+13 |
2010-04-11 | [SCSI] mptfusion: sanity check for vdevice pointer is added | Kashyap, Desai | 1 | -0/+2 |
2010-04-11 | [SCSI] mptfusion: mpt_detach is called properly at the time of rmmod | Kashyap, Desai | 1 | -5/+0 |
2010-04-11 | [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset) | Kashyap, Desai | 1 | -3/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -2/+7 |
2010-02-08 | [SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of v... | Kashyap, Desai | 1 | -1/+1 |
2010-01-18 | [SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priority | Kashyap, Desai | 1 | -2/+7 |
2009-12-04 | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 1 | -2/+7 |
2009-10-29 | [SCSI] mptspi: Fix for incorrect data underrun errata | Kashyap, Desai | 1 | -5/+81 |
2009-09-12 | [SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed device | Kashyap, Desai | 1 | -1/+11 |
2009-08-22 | [SCSI] mptsas : set max_id to infinite value. | Kashyap, Desai | 1 | -1/+4 |
2009-08-22 | [SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY s... | Kashyap, Desai | 1 | -1/+1 |
2009-08-22 | [SCSI] mptsas : Removed mptscsih_timer_expired. | Kashyap, Desai | 1 | -48/+0 |
2009-06-14 | fusion: fix recent kernel-doc problems | Randy Dunlap | 1 | -2/+2 |