| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: mptfusion: fix indentation issues | Colin Ian King | 2019-03-19 | 1 | -1/+1 |
* | scsi: mptctl: change strncpy+truncation to strlcpy | Dominique Martinet | 2018-07-30 | 1 | -2/+2 |
* | scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo() | Dan Carpenter | 2018-01-30 | 1 | -0/+2 |
* | scsi: mptfusion: Use snprintf() instead of open coded divisions | Andy Shevchenko | 2018-01-17 | 1 | -18/+7 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl() | Dan Carpenter | 2015-11-11 | 1 | -0/+4 |
* | mptfusion: prevent some memory corruption | Dan Carpenter | 2015-08-26 | 1 | -0/+9 |
* | mptfusion: simplify rounding | Rasmus Villemoes | 2014-09-16 | 1 | -6/+1 |
* | mptfusion: use memdup_user | Joe Lawrence | 2014-07-25 | 1 | -13/+5 |
* | mptfusion: fix msgContext in mptctl_hp_hostinfo | Tomas Henzl | 2014-05-28 | 1 | -3/+3 |
* | mptctl: don't wank with fasync in ->release() | Al Viro | 2013-04-29 | 1 | -8/+0 |
* | drivers/message/fusion: use pci_dev->revision | Sergei Shtylyov | 2012-05-31 | 1 | -3/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-03-17 | 1 | -1/+3 |
|\ |
|
| * | [SCSI] mptfusion: Fix memory leak in mptctl_getiocinfo() | Jesper Juhl | 2011-01-24 | 1 | -1/+3 |
* | | [SCSI] mptfusion: mptctl_release is required in mptctl.c | Kashyap, Desai | 2011-02-12 | 1 | -0/+8 |
|/ |
|
* | scsi: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-09-15 | 1 | -7/+8 |
* | [SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e... | Kashyap, Desai | 2010-07-28 | 1 | -2/+4 |
* | [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeout | Kei Tokunaga | 2010-07-27 | 1 | -4/+14 |
* | [SCSI] mptfusion: schedule_target_reset from all Reset context | Kashyap, Desai | 2010-07-27 | 1 | -3/+11 |
* | [SCSI] mptfusion: sanity check for vdevice pointer is added | Kashyap, Desai | 2010-04-11 | 1 | -0/+7 |
* | [SCSI] mptfusion: Updated SCSI IO IOCTL error handling. | Kashyap, Desai | 2010-04-11 | 1 | -75/+86 |
* | [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset) | Kashyap, Desai | 2010-04-11 | 1 | -1/+1 |
* | [SCSI] mpt: modify mptctl_exit() to call proper deregister functions | Kei Tokunaga | 2010-04-11 | 1 | -1/+12 |
* | [SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH com... | Kashyap, Desai | 2010-01-18 | 1 | -2/+2 |
* | [SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/me... | Kashyap, Desai | 2009-10-29 | 1 | -4/+1 |
* | [SCSI] mpt fusion: Code Cleanup patch | Kashyap, Desai | 2009-06-09 | 1 | -3/+3 |
* | [SCSI] mpt fusion: rewrite of ioctl_cmds internal generated function | Kashyap, Desai | 2009-06-09 | 1 | -293/+357 |
* | [SCSI] mpt fusion: config path optimized, completion queue is used | Kashyap, Desai | 2009-06-09 | 1 | -15/+16 |
* | [SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory region | Kashyap, Desai | 2009-06-09 | 1 | -18/+19 |
* | [SCSI] fusion: Move a dereference below a NULL test | Julia Lawall | 2009-01-02 | 1 | -2/+3 |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -7/+0 |
* | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-07-27 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-07-15 | 1 | -2/+2 |
|\ |
|
| * | [SCSI] mpt fusion : Updated copyright statment with 2008 included | Prakash, Sathya | 2008-06-05 | 1 | -2/+2 |
* | | mpt: fasync BKL pushdown | Jonathan Corbet | 2008-07-02 | 1 | -1/+5 |
|/ |
|
* | drivers/message/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -4/+4 |
* | [SCSI] mptctl : shutup uninitialized variable warnings | Eric Moore | 2007-10-12 | 1 | -5/+3 |
* | [SCSI] mpt fusion: add use of shost_priv and remove all the typecasting | Eric Moore | 2007-10-12 | 1 | -5/+5 |
* | [SCSI] mpt fusion: rename vdev to vdevice | Eric Moore | 2007-10-12 | 1 | -9/+9 |
* | [SCSI] mpt fusion: standardize printks and debug info | Eric Moore | 2007-10-12 | 1 | -116/+117 |
* | [SCSI] mpt fusion: mostly kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-12 | 1 | -24/+12 |
* | [SCSI] mpt fusion: Change company name from LSI Logic to LSI | Prakash, Sathya | 2007-10-12 | 1 | -5/+5 |
* | [SCSI] mpt fusion: Change call back indices to u8 from int | Prakash, Sathya | 2007-10-12 | 1 | -2/+3 |
* | [SCSI] mpt fusion: Usage of high priority request FIFO to send task managemen... | Prakash, Sathya | 2007-10-12 | 1 | -16/+28 |
* | [SCSI] mpt fusion: Changes in mptctl.c for logging support | Prakash, Sathya | 2007-07-28 | 1 | -125/+141 |
* | [SCSI] mpt fusion: update MAINTAINERS (fusion part) | Eric Moore | 2007-06-17 | 1 | -1/+1 |
* | [PATCH] mark struct file_operations const 4 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [SCSI] fusion - bump version - 3.04.04 | Eric Moore | 2007-02-02 | 1 | -1/+1 |
* | [SCSI] fusion - error handling bug fix's | Eric Moore | 2007-02-02 | 1 | -1/+1 |