aboutsummaryrefslogtreecommitdiff
path: root/drivers/message
AgeCommit message (Expand)AuthorFilesLines
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 3-3/+0
2018-09-28scsi: mptfusion: Remove unnecessary parenthesesGravatar Nathan Chancellor 1-2/+2
2018-09-11scsi: message: fusion: fix a few trivial spelling mistakesGravatar Colin Ian King 3-9/+9
2018-07-30scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNELGravatar Jia-Ju Bai 2-2/+2
2018-07-30scsi: mptctl: change strncpy+truncation to strlcpyGravatar Dominique Martinet 1-2/+2
2018-07-10scsi: mptfusion: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 2-0/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-3/+4
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 5-6/+6
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-46/+11
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEGravatar Christoph Hellwig 1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-46/+11
2018-05-14scsi: mptlan: Fix mpt_lan_sdu_send()'s return typeGravatar Luc Van Oostenryck 1-1/+1
2018-05-08scsi: mptsas: fix spelling mistake: "matchs" -> "matches"Gravatar Colin Ian King 1-1/+1
2018-05-08scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"Gravatar Colin Ian King 1-1/+1
2018-04-19scsi: mptfc: fix spelling mistake in macro namesGravatar Colin Ian King 2-3/+3
2018-04-18scsi: mptsas: Disable WRITE SAMEGravatar Martin K. Petersen 1-0/+1
2018-03-26treewide: Align function definition open/close bracesGravatar Joe Perches 1-1/+1
2018-01-30scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Gravatar Dan Carpenter 1-0/+2
2018-01-17scsi: mptsas: remove duplicated assignment to pointer headGravatar Colin Ian King 1-1/+0
2018-01-17scsi: mptfusion: Use snprintf() instead of open coded divisionsGravatar Andy Shevchenko 1-18/+7
2018-01-08scsi: mptfusion: use strlcpy() instead of strncpy()Gravatar Xiongfeng Wang 1-1/+1
2017-12-07scsi: fusion: clean up some indentationsGravatar Colin Ian King 1-28/+29
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 15-0/+15
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 1-2/+2
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughGravatar Christoph Hellwig 1-42/+37
2017-08-25scsi: mptsas: Fixup device hotplug for VMWare ESXiGravatar Hannes Reinecke 1-4/+3
2017-08-25scsi: mptfc: Do not call fc_block_scsi_eh() on host resetGravatar Hannes Reinecke 1-9/+1
2017-08-07scsi: fusion: fix string overflow warningGravatar Arnd Bergmann 1-4/+4
2017-04-24scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Gravatar Hannes Reinecke 3-4/+15
2017-04-24scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Gravatar Colin Ian King 1-1/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-2/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateGravatar Christoph Hellwig 2-1/+2
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-4/+4
2017-01-05scsi: mptlan: Remove linux/miscdevice.h from mptlan.hGravatar Corentin Labbe 1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-25/+14
2016-11-17scsi: mptfusion: Fix printk continuationsGravatar Helge Deller 1-7/+7
2016-11-08scsi: fusion: print lan address via %pMRGravatar Andy Shevchenko 1-10/+4
2016-11-08scsi: mptscsih: Remove bogus interpretation of request->ioprioGravatar Christoph Hellwig 1-8/+3
2016-10-20net: use core MTU range checking in misc driversGravatar Jarod Wilson 1-11/+4
2016-09-14scsi: fusion: Fix error return code in mptfc_probe()Gravatar Wei Yongjun 1-1/+3
2016-09-02scsi: mpt: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-3/+4
2016-09-02scsi: mptfc: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-1/+2
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-3/+3
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2016-04-29mptsas: fix checks for dma mapping errorsGravatar Alexey Khoroshilov 1-2/+2
2016-04-11scsi: disable automatic target scanGravatar Hannes Reinecke 1-1/+1
2016-02-23mptbase: fixup error handling paths in mpt_attach()Gravatar Ewan D. Milne 1-7/+33
2016-02-23mptfusion: hide unused seq_mpt_print_ioc_summary functionGravatar Arnd Bergmann 1-0/+2