Age | Commit message (Expand) | Author |
2021-04-13 | scsi: message: fusion: Remove unused local variable 'vtarget' | Jiapeng Chong |
2021-04-13 | scsi: message: fusion: Remove unused local variable 'status' | Jiapeng Chong |
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 |
2021-04-05 | scsi: message: fusion: Use BUG_ON instead of if condition followed by BUG | zhouchuangao |
2021-04-01 | scsi: message: mptlan: Replace one-element array with flexible-array member | Gustavo A. R. Silva |
2021-04-01 | scsi: message: fusion: Replace one-element array with flexible-array member | Gustavo A. R. Silva |
2021-04-01 | scsi: message: fusion: Avoid -Wempty-body warnings | Arnd Bergmann |
2021-03-24 | scsi: message: fusion: Remove unnecessary cast | Wang Qing |
2021-03-18 | scsi: fusion: Fix a typo in the file mptbase.h | Bhaskar Chowdhury |
2021-03-04 | scsi: core: Add scsi_device_busy() wrapper | Ming Lei |
2021-01-26 | scsi: message: fusion: Fix 'physical' typos | Bjorn Helgaas |
2020-12-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-12-01 | scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event... | Sebastian Andrzej Siewior |
2020-12-01 | scsi: message: fusion: Remove in_interrupt() usage in mpt_config() | Thomas Gleixner |
2020-10-26 | scsi: message: fusion: Remove unneeded break | Tom Rix |
2020-10-26 | scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove() | Helge Deller |
2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-09-01 | scsi: mptscsih: Remove set but not used 'timeleft' | Jason Yan |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-20 | scsi: mptctl: Remove unneeded cast from memory allocation | Li Heng |
2020-08-20 | scsi: mptfc: Remove unneeded cast from memory allocation | Li Heng |
2020-06-26 | scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocations | Christoph Hellwig |
2020-06-24 | scsi: mptscsih: Fix read sense data size | Tomas Henzl |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-04-13 | scsi: docs: fusion: get rid of a doc build warning | Mauro Carvalho Chehab |
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 |