Age | Commit message (Expand) | Author |
2024-09-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro |
2024-09-12 | scsi: fusion: mptctl: Use min() macro | Yan Zhen |
2023-10-09 | scsi: message: fusion: Replace deprecated strncpy() with strscpy_pad() | Justin Stitt |
2023-05-31 | scsi: message: fusion: Replace all non-returning strlcpy() with strscpy() | Azeem Shaikh |
2022-11-08 | scsi: message: fusion: Remove variable 'where' | Colin Ian King |
2022-08-31 | scsi: message: fusion: Remove redundant variable iocnum | Colin Ian King |
2022-04-25 | scsi: message: fusion: Remove unused variable retval | Alexander Vorwerk |
2022-01-10 | scsi: message: fusion: mptctl: Use dma_alloc_coherent() | Christophe JAILLET |
2022-01-10 | scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET |
2021-10-12 | scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameter | Uwe Kleine-König |
2021-04-13 | scsi: message: fusion: Remove unused local variable 'port' | Zhen Lei |
2021-04-13 | scsi: message: fusion: Remove unused local variable 'time_count' | Zhen Lei |
2020-08-20 | scsi: mptctl: Remove unneeded cast from memory allocation | Li Heng |
2020-01-15 | scsi: mptfusion: Fix double fetch bug in ioctl | Dan Carpenter |
2019-03-19 | scsi: mptfusion: fix indentation issues | Colin Ian King |
2018-07-30 | scsi: mptctl: change strncpy+truncation to strlcpy | Dominique Martinet |
2018-01-30 | scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo() | Dan Carpenter |
2018-01-17 | scsi: mptfusion: Use snprintf() instead of open coded divisions | Andy Shevchenko |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2015-11-11 | mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl() | Dan Carpenter |
2015-08-26 | mptfusion: prevent some memory corruption | Dan Carpenter |
2014-09-16 | mptfusion: simplify rounding | Rasmus Villemoes |
2014-07-25 | mptfusion: use memdup_user | Joe Lawrence |
2014-05-28 | mptfusion: fix msgContext in mptctl_hp_hostinfo | Tomas Henzl |
2013-04-29 | mptctl: don't wank with fasync in ->release() | Al Viro |
2012-05-31 | drivers/message/fusion: use pci_dev->revision | Sergei Shtylyov |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds |
2011-02-12 | [SCSI] mptfusion: mptctl_release is required in mptctl.c | Kashyap, Desai |
2011-01-24 | [SCSI] mptfusion: Fix memory leak in mptctl_getiocinfo() | Jesper Juhl |
2010-09-15 | scsi: autoconvert trivial BKL users to private mutex | Arnd 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 timeout | Kei Tokunaga |
2010-07-27 | [SCSI] mptfusion: schedule_target_reset from all Reset context | Kashyap, Desai |
2010-04-11 | [SCSI] mptfusion: sanity check for vdevice pointer is added | Kashyap, 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 functions | Kei 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 patch | Kashyap, Desai |
2009-06-09 | [SCSI] mpt fusion: rewrite of ioctl_cmds internal generated function | Kashyap, Desai |
2009-06-09 | [SCSI] mpt fusion: config path optimized, completion queue is used | Kashyap, Desai |
2009-06-09 | [SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory region | Kashyap, Desai |
2009-01-02 | [SCSI] fusion: Move a dereference below a NULL test | Julia Lawall |
2008-11-01 | saner FASYNC handling on file close | Al Viro |
2008-07-27 | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison |
2008-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds |
2008-07-02 | mpt: fasync BKL pushdown | Jonathan Corbet |