Age | Commit message (Expand) | Author | Files | Lines |
2018-07-30 | scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL | Jia-Ju Bai | 2 | -2/+2 |
2018-07-30 | scsi: mptctl: change strncpy+truncation to strlcpy | Dominique Martinet | 1 | -2/+2 |
2018-07-10 | scsi: mptfusion: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -0/+4 |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -3/+4 |
2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -6/+6 |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -46/+11 |
2018-05-29 | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig | 1 | -1/+1 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -46/+11 |
2018-05-14 | scsi: mptlan: Fix mpt_lan_sdu_send()'s return type | Luc Van Oostenryck | 1 | -1/+1 |
2018-05-08 | scsi: mptsas: fix spelling mistake: "matchs" -> "matches" | Colin Ian King | 1 | -1/+1 |
2018-05-08 | scsi: mptfusion: fix spelling mistake: "initators" -> "initiators" | Colin Ian King | 1 | -1/+1 |
2018-04-19 | scsi: mptfc: fix spelling mistake in macro names | Colin Ian King | 2 | -3/+3 |
2018-04-18 | scsi: mptsas: Disable WRITE SAME | Martin K. Petersen | 1 | -0/+1 |
2018-03-26 | treewide: Align function definition open/close braces | Joe Perches | 1 | -1/+1 |
2018-01-30 | scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo() | Dan Carpenter | 1 | -0/+2 |
2018-01-17 | scsi: mptsas: remove duplicated assignment to pointer head | Colin Ian King | 1 | -1/+0 |
2018-01-17 | scsi: mptfusion: Use snprintf() instead of open coded divisions | Andy Shevchenko | 1 | -18/+7 |
2018-01-08 | scsi: mptfusion: use strlcpy() instead of strncpy() | Xiongfeng Wang | 1 | -1/+1 |
2017-12-07 | scsi: fusion: clean up some indentations | Colin Ian King | 1 | -28/+29 |
2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 15 | -0/+15 |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 1 | -2/+2 |
2017-08-29 | scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough | Christoph Hellwig | 1 | -42/+37 |
2017-08-25 | scsi: mptsas: Fixup device hotplug for VMWare ESXi | Hannes Reinecke | 1 | -4/+3 |
2017-08-25 | scsi: mptfc: Do not call fc_block_scsi_eh() on host reset | Hannes Reinecke | 1 | -9/+1 |
2017-08-07 | scsi: fusion: fix string overflow warning | Arnd Bergmann | 1 | -4/+4 |
2017-04-24 | scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host() | Hannes Reinecke | 3 | -4/+15 |
2017-04-24 | scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency" | Colin Ian King | 1 | -1/+1 |
2017-02-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -2/+2 |
2017-02-06 | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 2 | -1/+2 |
2017-01-27 | block: split scsi_request out of struct request | Christoph Hellwig | 1 | -4/+4 |
2017-01-05 | scsi: mptlan: Remove linux/miscdevice.h from mptlan.h | Corentin Labbe | 1 | -1/+0 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
2016-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -25/+14 |
2016-11-17 | scsi: mptfusion: Fix printk continuations | Helge Deller | 1 | -7/+7 |
2016-11-08 | scsi: fusion: print lan address via %pMR | Andy Shevchenko | 1 | -10/+4 |
2016-11-08 | scsi: mptscsih: Remove bogus interpretation of request->ioprio | Christoph Hellwig | 1 | -8/+3 |
2016-10-20 | net: use core MTU range checking in misc drivers | Jarod Wilson | 1 | -11/+4 |
2016-09-14 | scsi: fusion: Fix error return code in mptfc_probe() | Wei Yongjun | 1 | -1/+3 |
2016-09-02 | scsi: mpt: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -3/+4 |
2016-09-02 | scsi: mptfc: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -1/+2 |
2016-05-18 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -3/+3 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -1/+1 |
2016-04-29 | mptsas: fix checks for dma mapping errors | Alexey Khoroshilov | 1 | -2/+2 |
2016-04-11 | scsi: disable automatic target scan | Hannes Reinecke | 1 | -1/+1 |
2016-02-23 | mptbase: fixup error handling paths in mpt_attach() | Ewan D. Milne | 1 | -7/+33 |
2016-02-23 | mptfusion: hide unused seq_mpt_print_ioc_summary function | Arnd Bergmann | 1 | -0/+2 |
2015-11-12 | Merge tag '4.4-scsi-mkp' into misc | James Bottomley | 1 | -0/+4 |
2015-11-11 | mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl() | Dan Carpenter | 1 | -0/+4 |
2015-11-09 | scsi: use host wide tags by default | Christoph Hellwig | 1 | -1/+0 |