aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message (follow)
AgeCommit message (Expand)AuthorFilesLines
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_q()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/viro/vfsLinus Torvalds1-46/+11