Age | Commit message (Expand) | Author |
2020-03-26 | scsi: message: fusion: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-03-11 | scsi: fusion: fix if-statement empty body warning | Randy Dunlap |
2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-15 | scsi: mptfusion: Fix double fetch bug in ioctl | Dan Carpenter |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2019-06-18 | scsi: message: fusion: Use kmemdup instead of memcpy and kmalloc | Bharath Vedartham |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-03 | scsi: mptscsih: Mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-03-19 | scsi: mptfusion: remove set, but not used, variables | YueHaibing |
2019-03-19 | scsi: mptfusion: mark expected switch fall-through | Gustavo A. R. Silva |
2019-03-19 | scsi: mptfusion: fix indentation issues | Colin Ian King |
2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig |
2018-09-28 | scsi: mptfusion: Remove unnecessary parentheses | Nathan Chancellor |
2018-09-11 | scsi: message: fusion: fix a few trivial spelling mistakes | Colin Ian King |
2018-07-30 | scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL | Jia-Ju Bai |
2018-07-30 | scsi: mptctl: change strncpy+truncation to strlcpy | Dominique Martinet |
2018-07-10 | scsi: mptfusion: mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-05-29 | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
2018-05-14 | scsi: mptlan: Fix mpt_lan_sdu_send()'s return type | Luc Van Oostenryck |
2018-05-08 | scsi: mptsas: fix spelling mistake: "matchs" -> "matches" | Colin Ian King |
2018-05-08 | scsi: mptfusion: fix spelling mistake: "initators" -> "initiators" | Colin Ian King |
2018-04-19 | scsi: mptfc: fix spelling mistake in macro names | Colin Ian King |
2018-04-18 | scsi: mptsas: Disable WRITE SAME | Martin K. Petersen |
2018-03-26 | treewide: Align function definition open/close braces | Joe Perches |
2018-01-30 | scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo() | Dan Carpenter |
2018-01-17 | scsi: mptsas: remove duplicated assignment to pointer head | Colin Ian King |
2018-01-17 | scsi: mptfusion: Use snprintf() instead of open coded divisions | Andy Shevchenko |
2018-01-08 | scsi: mptfusion: use strlcpy() instead of strncpy() | Xiongfeng Wang |
2017-12-07 | scsi: fusion: clean up some indentations | Colin Ian King |
2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook |
2017-08-29 | scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough | Christoph Hellwig |
2017-08-25 | scsi: mptsas: Fixup device hotplug for VMWare ESXi | Hannes Reinecke |
2017-08-25 | scsi: mptfc: Do not call fc_block_scsi_eh() on host reset | Hannes Reinecke |
2017-08-07 | scsi: fusion: fix string overflow warning | Arnd Bergmann |
2017-04-24 | scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host() | Hannes Reinecke |
2017-04-24 | scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency" | Colin Ian King |
2017-02-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2017-02-06 | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig |
2017-01-27 | block: split scsi_request out of struct request | Christoph Hellwig |
2017-01-05 | scsi: mptlan: Remove linux/miscdevice.h from mptlan.h | Corentin Labbe |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2016-11-17 | scsi: mptfusion: Fix printk continuations | Helge Deller |