summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptctl.c
Commit message (Expand)AuthorAgeFilesLines
* mptctl: don't wank with fasync in ->release()Al Viro2013-04-291-8/+0Star
* drivers/message/fusion: use pci_dev->revisionSergei Shtylyov2012-06-011-3/+1Star
* 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-181-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/+1Star
* [SCSI] mpt fusion: Code Cleanup patchKashyap, Desai2009-06-101-3/+3
* [SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai2009-06-101-293/+357
* [SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai2009-06-101-15/+16
* [SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai2009-06-101-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/+0Star
* [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-161-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/+3Star
* [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/+12Star
* [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-031-1/+1
* [SCSI] fusion - error handling bug fix'sEric Moore2007-02-031-1/+1
* [SCSI] fusion - Greater than 255 target and lun supportEric Moore2007-02-031-108/+51Star
* [SCSI] fusion: MODULE_VERSION supportEric Moore2007-01-061-2/+3
* [SCSI] mptfusion: misc fix'sEric Moore2006-07-131-2/+2
* [SCSI] fusion - static fix'sMoore, Eric2006-03-141-1/+1
* [SCSI] fusion - move some debug firmware event debug msgs to verbose levelMoore, Eric2006-03-141-3/+3
* [SCSI] fusion - mptctl -adding asyn event notification supportMoore, Eric2006-02-041-0/+79
* [SCSI] fusion - mptctl -firmware download fixMoore, Eric2006-02-041-15/+20
* [SCSI] fusion - mptctl - backplane istwi fixMoore, Eric2006-02-041-12/+62
* [SCSI] fusion - mptctl -sense width fixMoore, Eric2006-02-041-2/+6
* [SCSI] fusion - mptctl - Event Log FixMoore, Eric2006-02-041-3/+2Star