Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-04scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva
2019-03-20scsi: mptfusion: remove set, but not used, variablesYueHaibing
2019-03-20scsi: mptfusion: mark expected switch fall-throughGustavo A. R. Silva
2019-03-20scsi: mptfusion: fix indentation issuesColin Ian King
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig
2018-09-28scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor
2018-09-12scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King
2018-07-31scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai
2018-07-31scsi: mptctl: change strncpy+truncation to strlcpyDominique Martinet
2018-07-11scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-15scsi: mptlan: Fix mpt_lan_sdu_send()'s return typeLuc Van Oostenryck
2018-05-08scsi: mptsas: fix spelling mistake: "matchs" -> "matches"Colin Ian King
2018-05-08scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"Colin Ian King
2018-04-19scsi: mptfc: fix spelling mistake in macro namesColin Ian King
2018-04-19scsi: mptsas: Disable WRITE SAMEMartin K. Petersen
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-01-31scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter
2018-01-17scsi: mptsas: remove duplicated assignment to pointer headColin Ian King
2018-01-17scsi: mptfusion: Use snprintf() instead of open coded divisionsAndy Shevchenko
2018-01-09scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang
2017-12-08scsi: fusion: clean up some indentationsColin Ian King
2017-11-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-08-30scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig
2017-08-26scsi: mptsas: Fixup device hotplug for VMWare ESXiHannes Reinecke
2017-08-26scsi: mptfc: Do not call fc_block_scsi_eh() on host resetHannes Reinecke
2017-08-07scsi: fusion: fix string overflow warningArnd Bergmann
2017-04-25scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Hannes Reinecke
2017-04-25scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-02-07scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-01-28block: split scsi_request out of struct requestChristoph Hellwig
2017-01-05scsi: mptlan: Remove linux/miscdevice.h from mptlan.hCorentin Labbe
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-11-18scsi: mptfusion: Fix printk continuationsHelge Deller
2016-11-09scsi: fusion: print lan address via %pMRAndy Shevchenko
2016-11-09scsi: mptscsih: Remove bogus interpretation of request->ioprioChristoph Hellwig
2016-10-20net: use core MTU range checking in misc driversJarod Wilson
2016-09-14scsi: fusion: Fix error return code in mptfc_probe()Wei Yongjun
2016-09-02scsi: mpt: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-09-02scsi: mptfc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-05-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal