summaryrefslogtreecommitdiff
path: root/drivers/message/fusion/mptctl.c
AgeCommit message (Expand)Author
2023-10-09scsi: message: fusion: Replace deprecated strncpy() with strscpy_pad()Justin Stitt
2023-05-31scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2022-11-08scsi: message: fusion: Remove variable 'where'Colin Ian King
2022-08-31scsi: message: fusion: Remove redundant variable iocnumColin Ian King
2022-04-25scsi: message: fusion: Remove unused variable retvalAlexander Vorwerk
2022-01-10scsi: message: fusion: mptctl: Use dma_alloc_coherent()Christophe JAILLET
2022-01-10scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2021-10-12scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameterUwe Kleine-König
2021-04-13scsi: message: fusion: Remove unused local variable 'port'Zhen Lei
2021-04-13scsi: message: fusion: Remove unused local variable 'time_count'Zhen Lei
2020-08-20scsi: mptctl: Remove unneeded cast from memory allocationLi Heng
2020-01-15scsi: mptfusion: Fix double fetch bug in ioctlDan Carpenter
2019-03-19scsi: mptfusion: fix indentation issuesColin Ian King
2018-07-30scsi: mptctl: change strncpy+truncation to strlcpyDominique Martinet
2018-01-30scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter
2018-01-17scsi: mptfusion: Use snprintf() instead of open coded divisionsAndy Shevchenko
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-11-11mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl()Dan Carpenter
2015-08-26mptfusion: prevent some memory corruptionDan Carpenter
2014-09-16mptfusion: simplify roundingRasmus Villemoes
2014-07-25mptfusion: use memdup_userJoe Lawrence
2014-05-28mptfusion: fix msgContext in mptctl_hp_hostinfoTomas Henzl
2013-04-29mptctl: don't wank with fasync in ->release()Al Viro
2012-05-31drivers/message/fusion: use pci_dev->revisionSergei Shtylyov
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-02-12[SCSI] mptfusion: mptctl_release is required in mptctl.cKashyap, Desai
2011-01-24[SCSI] mptfusion: Fix memory leak in mptctl_getiocinfo()Jesper Juhl
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-07-28[SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e...Kashyap, Desai
2010-07-27[SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga
2010-07-27[SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai
2010-04-11[SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai
2010-04-11[SCSI] mptfusion: Updated SCSI IO IOCTL error handling.Kashyap, Desai
2010-04-11[SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai
2010-04-11[SCSI] mpt: modify mptctl_exit() to call proper deregister functionsKei Tokunaga
2010-01-18[SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH com...Kashyap, Desai
2009-10-29[SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/me...Kashyap, Desai
2009-06-09[SCSI] mpt fusion: Code Cleanup patchKashyap, Desai
2009-06-09[SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai
2009-06-09[SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai
2009-06-09[SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai
2009-01-02[SCSI] fusion: Move a dereference below a NULL testJulia Lawall
2008-11-01saner FASYNC handling on file closeAl Viro
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-07-02mpt: fasync BKL pushdownJonathan Corbet
2008-06-05[SCSI] mpt fusion : Updated copyright statment with 2008 includedPrakash, Sathya
2008-02-03drivers/message/: Spelling fixesJoe Perches
2007-10-12[SCSI] mptctl : shutup uninitialized variable warningsEric Moore