aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptctl.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09scsi: message: fusion: Replace deprecated strncpy() with strscpy_pad()Justin Stitt1-10/+9
2023-05-31scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2022-11-08scsi: message: fusion: Remove variable 'where'Colin Ian King1-2/+0
2022-08-31scsi: message: fusion: Remove redundant variable iocnumColin Ian King1-4/+2
2022-04-25scsi: message: fusion: Remove unused variable retvalAlexander Vorwerk1-3/+0
2022-01-10scsi: message: fusion: mptctl: Use dma_alloc_coherent()Christophe JAILLET1-12/+19
2022-01-10scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-21/+30
2021-10-12scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameterUwe Kleine-König1-2/+2
2021-04-13scsi: message: fusion: Remove unused local variable 'port'Zhen Lei1-6/+0
2021-04-13scsi: message: fusion: Remove unused local variable 'time_count'Zhen Lei1-2/+0
2020-08-20scsi: mptctl: Remove unneeded cast from memory allocationLi Heng1-3/+2
2020-01-15scsi: mptfusion: Fix double fetch bug in ioctlDan Carpenter1-163/+50
2019-03-19scsi: mptfusion: fix indentation issuesColin Ian King1-1/+1
2018-07-30scsi: mptctl: change strncpy+truncation to strlcpyDominique Martinet1-2/+2
2018-01-30scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter1-0/+2
2018-01-17scsi: mptfusion: Use snprintf() instead of open coded divisionsAndy Shevchenko1-18/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-11-11mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl()Dan Carpenter1-0/+4
2015-08-26mptfusion: prevent some memory corruptionDan Carpenter1-0/+9
2014-09-16mptfusion: simplify roundingRasmus Villemoes1-6/+1
2014-07-25mptfusion: use memdup_userJoe Lawrence1-13/+5
2014-05-28mptfusion: fix msgContext in mptctl_hp_hostinfoTomas Henzl1-3/+3
2013-04-29mptctl: don't wank with fasync in ->release()Al Viro1-8/+0
2012-05-31drivers/message/fusion: use pci_dev->revisionSergei Shtylyov1-3/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+3
2011-02-12[SCSI] mptfusion: mptctl_release is required in mptctl.cKashyap, Desai1-0/+8
2011-01-24[SCSI] mptfusion: Fix memory leak in mptctl_getiocinfo()Jesper Juhl1-1/+3
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-07-28[SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e...Kashyap, Desai1-2/+4
2010-07-27[SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga1-4/+14
2010-07-27[SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai1-3/+11
2010-04-11[SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai1-0/+7
2010-04-11[SCSI] mptfusion: Updated SCSI IO IOCTL error handling.Kashyap, Desai1-75/+86
2010-04-11[SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai1-1/+1
2010-04-11[SCSI] mpt: modify mptctl_exit() to call proper deregister functionsKei Tokunaga1-1/+12
2010-01-18[SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH com...Kashyap, Desai1-2/+2
2009-10-29[SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/me...Kashyap, Desai1-4/+1
2009-06-09[SCSI] mpt fusion: Code Cleanup patchKashyap, Desai1-3/+3
2009-06-09[SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai1-293/+357
2009-06-09[SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai1-15/+16
2009-06-09[SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai1-18/+19
2009-01-02[SCSI] fusion: Move a dereference below a NULL testJulia Lawall1-2/+3
2008-11-01saner FASYNC handling on file closeAl Viro1-7/+0
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+2
2008-07-02mpt: fasync BKL pushdownJonathan Corbet1-1/+5
2008-06-05[SCSI] mpt fusion : Updated copyright statment with 2008 includedPrakash, Sathya1-2/+2
2008-02-03drivers/message/: Spelling fixesJoe Perches1-4/+4
2007-10-12[SCSI] mptctl : shutup uninitialized variable warningsEric Moore1-5/+3
2007-10-12[SCSI] mpt fusion: add use of shost_priv and remove all the typecastingEric Moore1-5/+5
2007-10-12[SCSI] mpt fusion: rename vdev to vdeviceEric Moore1-9/+9
2007-10-12[SCSI] mpt fusion: standardize printks and debug infoEric Moore1-116/+117
2007-10-12[SCSI] mpt fusion: mostly kmalloc + memset conversion to kzallocMariusz Kozlowski1-24/+12
2007-10-12[SCSI] mpt fusion: Change company name from LSI Logic to LSIPrakash, Sathya1-5/+5
2007-10-12[SCSI] mpt fusion: Change call back indices to u8 from intPrakash, Sathya1-2/+3
2007-10-12[SCSI] mpt fusion: Usage of high priority request FIFO to send task managemen...Prakash, Sathya1-16/+28
2007-07-28[SCSI] mpt fusion: Changes in mptctl.c for logging supportPrakash, Sathya1-125/+141
2007-06-17[SCSI] mpt fusion: update MAINTAINERS (fusion part)Eric Moore1-1/+1
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2007-02-02[SCSI] fusion - bump version - 3.04.04Eric Moore1-1/+1
2007-02-02[SCSI] fusion - error handling bug fix'sEric Moore1-1/+1
2007-02-02[SCSI] fusion - Greater than 255 target and lun supportEric Moore1-108/+51
2007-01-06[SCSI] fusion: MODULE_VERSION supportEric Moore1-2/+3
2006-07-13[SCSI] mptfusion: misc fix'sEric Moore1-2/+2
2006-03-14[SCSI] fusion - static fix'sMoore, Eric1-1/+1
2006-03-14[SCSI] fusion - move some debug firmware event debug msgs to verbose levelMoore, Eric1-3/+3
2006-02-04[SCSI] fusion - mptctl -adding asyn event notification supportMoore, Eric1-0/+79
2006-02-04[SCSI] fusion - mptctl -firmware download fixMoore, Eric1-15/+20
2006-02-04[SCSI] fusion - mptctl - backplane istwi fixMoore, Eric1-12/+62
2006-02-04[SCSI] fusion - mptctl -sense width fixMoore, Eric1-2/+6
2006-02-04[SCSI] fusion - mptctl - Event Log FixMoore, Eric1-3/+2
2006-02-04[SCSI] fusion - mtctl - change to wait_event_timeoutMoore, Eric1-6/+5
2006-02-04[SCSI] fusion - mptctl - adding support for bus_type=SASMoore, Eric1-3/+5
2006-02-04[SCSI] fusion - mptctl - MPTCOMMAND - adding function types.Moore, Eric1-0/+21
2006-01-14[SCSI] fusion: convert semaphores to mutexesChristoph Hellwig1-6/+6
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-2/+0
2005-12-13[SCSI] mptfusion - mapping fixs required support for transport layers.Moore, Eric Dean1-2/+2
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-09-19[SCSI] fusion SAS support (mptsas driver) updatesMoore, Eric Dean1-2/+2
2005-09-04[SCSI] fusion: endianess fixesChristoph Hellwig1-1/+1
2005-09-04[SCSI] fusion: extended config header supportChristoph Hellwig1-6/+6
2005-05-20[SCSI] fusion-kfree-cleanupMoore, Eric Dean1-11/+11
2005-05-20[SCSI] mptfusion: mptctl Remove credits and update copyrightMoore, Eric Dean1-37/+9
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2878