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
2021-06-23scsi: message: mptfc: Switch from pci_ to dma_ APIChristophe JAILLET
2021-05-15scsi: message: fusion: Remove redundant assignment to rcJiapeng Chong
2021-05-10scsi: message: fusion: Documentation cleanupRandy Dunlap
2021-04-13scsi: message: fusion: Remove unused local variable 'vtarget'Jiapeng Chong
2021-04-13scsi: message: fusion: Remove unused local variable 'status'Jiapeng Chong
2021-04-13scsi: message: fusion: Remove unused local variable 'port'Zhen Lei
2021-04-13scsi: message: fusion: Remove unused local variable 'time_count'Zhen Lei
2021-04-06scsi: message: fusion: Use BUG_ON instead of if condition followed by BUGzhouchuangao
2021-04-02scsi: message: mptlan: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-04-02scsi: message: fusion: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-04-02scsi: message: fusion: Avoid -Wempty-body warningsArnd Bergmann
2021-03-25scsi: message: fusion: Remove unnecessary castWang Qing
2021-03-19scsi: fusion: Fix a typo in the file mptbase.hBhaskar Chowdhury
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei
2021-01-27scsi: message: fusion: Fix 'physical' typosBjorn Helgaas
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-12-01scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event...Sebastian Andrzej Siewior
2020-12-01scsi: message: fusion: Remove in_interrupt() usage in mpt_config()Thomas Gleixner
2020-10-27scsi: message: fusion: Remove unneeded breakTom Rix
2020-10-26scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()Helge Deller
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-02scsi: mptscsih: Remove set but not used 'timeleft'Jason Yan
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21scsi: mptctl: Remove unneeded cast from memory allocationLi Heng
2020-08-21scsi: mptfc: Remove unneeded cast from memory allocationLi Heng
2020-06-27scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocationsChristoph Hellwig
2020-06-24scsi: mptscsih: Fix read sense data sizeTomas Henzl
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-13scsi: docs: fusion: get rid of a doc build warningMauro Carvalho Chehab
2020-03-27scsi: message: fusion: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-12scsi: fusion: fix if-statement empty body warningRandy Dunlap
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16scsi: mptfusion: Fix double fetch bug in ioctlDan Carpenter
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-19scsi: message: fusion: Use kmemdup instead of memcpy and kmallocBharath Vedartham
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
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