aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message
AgeCommit message (Expand)AuthorFilesLines
2024-01-23scsi: message: fusion: Remove redundant pointer 'hd'Colin Ian King1-3/+1
2023-10-24scsi: message: fusion: Initialize return value in mptfc_bus_reset()Hannes Reinecke1-1/+1
2023-10-13Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen3-30/+120
2023-10-13scsi: message: fusion: Open-code mptfc_block_error_handler() for bus resetHannes Reinecke1-3/+14
2023-10-13scsi: message: fusion: Correct definitions for mptscsih_dev_reset()Hannes Reinecke2-1/+55
2023-10-13scsi: message: fusion: Simplify mptfc_block_error_handler()Hannes Reinecke1-29/+54
2023-10-09scsi: message: fusion: Replace deprecated strncpy() with strscpy()Justin Stitt1-8/+8
2023-10-09scsi: message: fusion: Replace deprecated strncpy() with strscpy_pad()Justin Stitt1-10/+9
2023-05-31scsi: message: fusion: Add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2023-05-31scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-3/+3
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2023-04-14scsi: message: fusion: Mark mpt_halt_firmware() __noreturnJosh Poimboeuf2-2/+2
2023-03-24scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race ...Zheng Wang1-0/+2
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen3-3/+3
2023-03-24scsi: message: fusion: Declare SCSI host template members constBart Van Assche3-3/+3
2023-03-09scsi: message: fusion: Avoid flush_scheduled_work() usageTetsuo Handa1-1/+0
2023-03-09scsi: message: fusion: Remove unused sas_persist_task workTetsuo Handa1-1/+0
2022-11-08scsi: message: fusion: Remove variable 'where'Colin Ian King1-2/+0
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche1-4/+4
2022-08-31scsi: message: fusion: Remove redundant variable iocnumColin Ian King1-4/+2
2022-06-21scsi: message: fusion: Drop redundant "the"Jiang Jian1-1/+1
2022-04-25scsi: message: fusion: Remove unused variable retvalAlexander Vorwerk1-3/+0
2022-04-06scsi: message: fusion: Remove redundant variable dmpColin Ian King1-2/+2
2022-02-27scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic con...Christophe JAILLET1-1/+1
2022-02-11scsi: message: fusion: Use GFP_KERNELJulia Lawall1-1/+1
2022-01-10scsi: message: fusion: mptctl: Use dma_alloc_coherent()Christophe JAILLET1-12/+19
2022-01-10scsi: message: fusion: mptsas: Use dma_alloc_coherent()Christophe JAILLET1-20/+20
2022-01-10scsi: message: fusion: Use dma_alloc_coherent() in mptsas_exp_repmanufacture_...Christophe JAILLET1-1/+2
2022-01-10scsi: message: fusion: mptbase: Use dma_alloc_coherent()Christophe JAILLET1-20/+32
2022-01-10scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()Christophe JAILLET1-1/+2
2022-01-10scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET4-132/+154
2021-12-06scsi: mptfusion: Remove redundant variable rColin Ian King1-4/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-9/+6
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-29/+37
2021-10-28mpt fusion: use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-16scsi: message: fusion: Switch to attribute groupsBart Van Assche5-18/+26
2021-10-16scsi: message: fusion: Call scsi_done() directlyBart Van Assche4-11/+11
2021-10-12scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameterUwe Kleine-König4-9/+6
2021-06-22scsi: message: mptfc: Switch from pci_ to dma_ APIChristophe JAILLET1-17/+18
2021-05-14scsi: message: fusion: Remove redundant assignment to rcJiapeng Chong1-2/+0
2021-05-10scsi: message: fusion: Documentation cleanupRandy Dunlap1-56/+63
2021-04-13scsi: message: fusion: Remove unused local variable 'vtarget'Jiapeng Chong1-2/+0
2021-04-13scsi: message: fusion: Remove unused local variable 'status'Jiapeng Chong1-2/+1
2021-04-13scsi: message: fusion: Remove unused local variable 'port'Zhen Lei1-6/+0
2021-04-13scsi: message: fusion: Remove unused local variable 'time_count'Zhen Lei1-2/+0
2021-04-05scsi: message: fusion: Use BUG_ON instead of if condition followed by BUGzhouchuangao1-4/+2
2021-04-01scsi: message: mptlan: Replace one-element array with flexible-array memberGustavo A. R. Silva2-8/+5
2021-04-01scsi: message: fusion: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-04-01scsi: message: fusion: Avoid -Wempty-body warningsArnd Bergmann1-3/+4
2021-03-24scsi: message: fusion: Remove unnecessary castWang Qing1-3/+3
2021-03-18scsi: fusion: Fix a typo in the file mptbase.hBhaskar Chowdhury1-1/+1
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1
2021-01-26scsi: message: fusion: Fix 'physical' typosBjorn Helgaas2-2/+2
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-26/+41
2020-12-01scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event...Sebastian Andrzej Siewior2-10/+36
2020-12-01scsi: message: fusion: Remove in_interrupt() usage in mpt_config()Thomas Gleixner4-15/+5
2020-10-26scsi: message: fusion: Remove unneeded breakTom Rix1-1/+0
2020-10-26scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()Helge Deller1-5/+8
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-9/+5
2020-09-01scsi: mptscsih: Remove set but not used 'timeleft'Jason Yan1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-6/+6
2020-08-20scsi: mptctl: Remove unneeded cast from memory allocationLi Heng1-3/+2
2020-08-20scsi: mptfc: Remove unneeded cast from memory allocationLi Heng1-4/+2
2020-06-26scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocationsChristoph Hellwig1-21/+20
2020-06-24scsi: mptscsih: Fix read sense data sizeTomas Henzl1-3/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-7/+7
2020-04-13scsi: docs: fusion: get rid of a doc build warningMauro Carvalho Chehab1-3/+5
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/vi...Linus 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/gi...Linus 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
2016-11-08scsi: fusion: print lan address via %pMRAndy Shevchenko1-10/+4
2016-11-08scsi: mptscsih: Remove bogus interpretation of request->ioprioChristoph Hellwig1-8/+3
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-11/+4
2016-09-14scsi: fusion: Fix error return code in mptfc_probe()Wei Yongjun1-1/+3
2016-09-02scsi: mpt: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-3/+4
2016-09-02scsi: mptfc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-29mptsas: fix checks for dma mapping errorsAlexey Khoroshilov1-2/+2
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+1
2016-02-23mptbase: fixup error handling paths in mpt_attach()Ewan D. Milne1-7/+33
2016-02-23mptfusion: hide unused seq_mpt_print_ioc_summary functionArnd Bergmann1-0/+2
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-0/+4
2015-11-11mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl()Dan Carpenter1-0/+4
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-08-26mptfusion: prevent some memory corruptionDan Carpenter1-0/+9
2015-06-13fusion: remove dead MTRR codeLuis R. Rodriguez2-25/+0
2015-06-13mptsas: fix depth param in scsi_track_queue_fullTomas Henzl1-2/+2
2015-02-03i2o: move to stagingAlan Cox20-10435/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2-11/+4
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+1
2014-11-12mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig1-6/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-3/+2
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds3-13/+7
2014-09-25mptfusion: enable no_write_same for vmware scsi disksChris J Arges1-0/+5
2014-09-16scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSRandy Dunlap1-1/+1
2014-09-16fusion: fix excess parameter kernel-doc warningRandy Dunlap1-1/+0
2014-09-16mptfusion: simplify roundingRasmus Villemoes2-12/+2
2014-07-25mptfusion: tweak null pointer checksJoe Lawrence3-44/+37
2014-07-25mptfusion: combine fw_event_work and its event_dataJoe Lawrence2-11/+7
2014-07-25mptfusion: make adapter prod_name[] a pointerJoe Lawrence2-7/+6
2014-07-25mptfusion: use memdup_userJoe Lawrence1-13/+5
2014-07-25mptfusion: remove redundant kfree checksJoe Lawrence2-4/+2
2014-07-25mptfusion: mark file-private functions as staticJoe Lawrence3-5/+5
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig1-1/+1
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke5-19/+18
2014-05-28mptfusion: fix msgContext in mptctl_hp_hostinfoTomas Henzl1-3/+3
2014-05-28fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox5-26/+18
2014-05-28fusion: Add free msg frames to the head, not tail of listMatthew Wilcox1-1/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-43/+42
2014-02-26i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyBjorn Helgaas1-10/+6
2014-02-26i2o: Refactor i2o_iop_systab_set() PCI space allocationBjorn Helgaas1-43/+46
2014-02-26i2o: Fix I/O space alignment requirementBjorn Helgaas1-1/+1
2014-02-26i2o: Fix I/O space allocation copy/paste errorBjorn Helgaas1-1/+1
2014-02-10drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS)Alexey Khoroshilov1-2/+2
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2014-01-14MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki1-1/+1
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-4/+4
2013-11-13drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o...Wei Yongjun1-6/+10
2013-10-16i2o: convert bus code to use dev_groupsGreg Kroah-Hartman3-13/+23
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-2/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2013-05-07block_device_operations->release() should return voidAl Viro1-6/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-180/+35
2013-05-01proc: Add proc_mkdir_data()David Howells1-6/+2
2013-04-30i2o: check copy_from_user() size parameterDan Carpenter1-0/+10
2013-04-29mptctl: don't wank with fasync in ->release()Al Viro1-8/+0
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-21/+21
2013-04-09fusion: switch to ->show_info()Al Viro5-95/+11
2013-04-09i2o: use proc_remove_subtree()Al Viro1-50/+1
2013-03-23block: Remove some unnecessary bi_vcnt usageKent Overstreet1-3/+3
2013-01-03Drivers: message: remove __dev* attributes.Greg Kroah-Hartman4-13/+11
2012-12-18drivers/message/fusion/mptscsih.c: missing breakAlan Cox1-0/+1
2012-11-28messages: i2o: Fix typo in messages/i2oMasanari Iida3-8/+8
2012-09-14[SCSI] Fusion MPT: disable pci device when mpt map resoures failedHanjun Guo1-7/+11
2012-07-30drivers/message/i2o/i2o_config.c: bound allocationAlan Cox1-0/+7
2012-07-30drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to...Kamil Dudka1-15/+22
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-11/+5
2012-05-31drivers/message/fusion: use pci_dev->revisionSergei Shtylyov2-11/+5
2012-05-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2012-05-22[SCSI] mptfusion: unlock on error in mpt_config()Dan Carpenter1-0/+1
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-13/+0
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker1-1/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds4-3/+8
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-03switch procfs to umode_t useAl Viro1-1/+1
2011-12-15[SCSI] mptsas: Add device ID for SAS1068_820XELP.Chandrakala Chavva2-0/+3
2011-12-15[SCSI] fusion: ensure NUL-termination of MptCallbacksName elementsFerenc Wagner2-3/+5