aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/message (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26scsi: message: fusion: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-11scsi: fusion: fix if-statement empty body warningRandy Dunlap1-2/+3
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-163/+50
2020-01-15scsi: mptfusion: Fix double fetch bug in ioctlDan Carpenter1-163/+50
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2019-06-18scsi: message: fusion: Use kmemdup instead of memcpy and kmallocBharath Vedartham1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-03scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-03-19scsi: mptfusion: remove set, but not used, variablesYueHaibing1-5/+0
2019-03-19scsi: mptfusion: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-19scsi: mptfusion: fix indentation issuesColin Ian King3-20/+20
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig3-3/+0
2018-09-28scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor1-2/+2
2018-09-11scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King3-9/+9
2018-07-30scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2-2/+2
2018-07-30scsi: mptctl: change strncpy+truncation to strlcpyDominique Martinet1-2/+2
2018-07-10scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva2-0/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-6/+6
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-46/+11
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-46/+11
2018-05-14scsi: mptlan: Fix mpt_lan_sdu_send()'s return typeLuc Van Oostenryck1-1/+1
2018-05-08scsi: mptsas: fix spelling mistake: "matchs" -> "matches"Colin Ian King1-1/+1
2018-05-08scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"Colin Ian King1-1/+1
2018-04-19scsi: mptfc: fix spelling mistake in macro namesColin Ian King2-3/+3
2018-04-18scsi: mptsas: Disable WRITE SAMEMartin K. Petersen1-0/+1
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2018-01-30scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter1-0/+2
2018-01-17scsi: mptsas: remove duplicated assignment to pointer headColin Ian King1-1/+0
2018-01-17scsi: mptfusion: Use snprintf() instead of open coded divisionsAndy Shevchenko1-18/+7
2018-01-08scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang1-1/+1
2017-12-07scsi: fusion: clean up some indentationsColin Ian King1-28/+29
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman15-0/+15
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig1-42/+37
2017-08-25scsi: mptsas: Fixup device hotplug for VMWare ESXiHannes Reinecke1-4/+3
2017-08-25scsi: mptfc: Do not call fc_block_scsi_eh() on host resetHannes Reinecke1-9/+1
2017-08-07scsi: fusion: fix string overflow warningArnd Bergmann1-4/+4
2017-04-24scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Hannes Reinecke3-4/+15
2017-04-24scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King1-1/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-2/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2-1/+2
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-4/+4
2017-01-05scsi: mptlan: Remove linux/miscdevice.h from mptlan.hCorentin Labbe1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-25/+14
2016-11-17scsi: mptfusion: Fix printk continuationsHelge Deller1-7/+7