summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptctl.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter2018-01-301-0/+2
* scsi: mptfusion: Use snprintf() instead of open coded divisionsAndy Shevchenko2018-01-171-18/+7
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl()Dan Carpenter2015-11-111-0/+4
* mptfusion: prevent some memory corruptionDan Carpenter2015-08-261-0/+9
* mptfusion: simplify roundingRasmus Villemoes2014-09-161-6/+1
* mptfusion: use memdup_userJoe Lawrence2014-07-251-13/+5
* mptfusion: fix msgContext in mptctl_hp_hostinfoTomas Henzl2014-05-281-3/+3
* mptctl: don't wank with fasync in ->release()Al Viro2013-04-291-8/+0
* drivers/message/fusion: use pci_dev->revisionSergei Shtylyov2012-05-311-3/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-1/+3
|\
| * [SCSI] mptfusion: Fix memory leak in mptctl_getiocinfo()Jesper Juhl2011-01-241-1/+3
* | [SCSI] mptfusion: mptctl_release is required in mptctl.cKashyap, Desai2011-02-121-0/+8
|/
* scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-7/+8
* [SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e...Kashyap, Desai2010-07-281-2/+4
* [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga2010-07-271-4/+14
* [SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai2010-07-271-3/+11
* [SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai2010-04-111-0/+7
* [SCSI] mptfusion: Updated SCSI IO IOCTL error handling.Kashyap, Desai2010-04-111-75/+86
* [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai2010-04-111-1/+1
* [SCSI] mpt: modify mptctl_exit() to call proper deregister functionsKei Tokunaga2010-04-111-1/+12
* [SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH com...Kashyap, Desai2010-01-181-2/+2
* [SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/me...Kashyap, Desai2009-10-291-4/+1
* [SCSI] mpt fusion: Code Cleanup patchKashyap, Desai2009-06-091-3/+3
* [SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai2009-06-091-293/+357
* [SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai2009-06-091-15/+16
* [SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai2009-06-091-18/+19
* [SCSI] fusion: Move a dereference below a NULL testJulia Lawall2009-01-021-2/+3
* saner FASYNC handling on file closeAl Viro2008-11-011-7/+0
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-151-2/+2
|\
| * [SCSI] mpt fusion : Updated copyright statment with 2008 includedPrakash, Sathya2008-06-051-2/+2
* | mpt: fasync BKL pushdownJonathan Corbet2008-07-021-1/+5
|/
* drivers/message/: Spelling fixesJoe Perches2008-02-031-4/+4
* [SCSI] mptctl : shutup uninitialized variable warningsEric Moore2007-10-121-5/+3
* [SCSI] mpt fusion: add use of shost_priv and remove all the typecastingEric Moore2007-10-121-5/+5
* [SCSI] mpt fusion: rename vdev to vdeviceEric Moore2007-10-121-9/+9
* [SCSI] mpt fusion: standardize printks and debug infoEric Moore2007-10-121-116/+117
* [SCSI] mpt fusion: mostly kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-121-24/+12
* [SCSI] mpt fusion: Change company name from LSI Logic to LSIPrakash, Sathya2007-10-121-5/+5
* [SCSI] mpt fusion: Change call back indices to u8 from intPrakash, Sathya2007-10-121-2/+3
* [SCSI] mpt fusion: Usage of high priority request FIFO to send task managemen...Prakash, Sathya2007-10-121-16/+28
* [SCSI] mpt fusion: Changes in mptctl.c for logging supportPrakash, Sathya2007-07-281-125/+141
* [SCSI] mpt fusion: update MAINTAINERS (fusion part)Eric Moore2007-06-171-1/+1
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-121-1/+1
* [SCSI] fusion - bump version - 3.04.04Eric Moore2007-02-021-1/+1
* [SCSI] fusion - error handling bug fix'sEric Moore2007-02-021-1/+1
* [SCSI] fusion - Greater than 255 target and lun supportEric Moore2007-02-021-108/+51
* [SCSI] fusion: MODULE_VERSION supportEric Moore2007-01-061-2/+3