summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-071-1/+3
|\
| * scsi: aic94xx: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-061-1/+3
* | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-053-18/+10
|\ \
| * \ Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman2021-06-145-36/+51
| |\ \
| * \ \ Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman2021-05-3119-34/+73
| |\ \ \
| * | | | scsi: snic: debugfs: remove local storage of debugfs filesGreg Kroah-Hartman2021-05-212-17/+9
| * | | | firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-1/+1
| | |_|/ | |/| |
* | | | scsi: blkcg: Fix application ID config optionsMartin K. Petersen2021-07-041-13/+0
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-03210-2620/+49127
|\ \ \ \
| * | | | scsi: aha1740: Avoid over-read of sense bufferKees Cook2021-06-191-2/+5
| * | | | scsi: arcmsr: Avoid over-read of sense bufferKees Cook2021-06-191-8/+11
| * | | | scsi: ips: Avoid over-read of sense bufferKees Cook2021-06-191-4/+6
| * | | | scsi: ufs: ufs-mediatek: Add missing of_node_put() in ufs_mtk_probe()Zou Wei2021-06-191-0/+1
| * | | | scsi: elx: libefc: Fix IRQ restore in efc_domain_dispatch_frame()Dan Carpenter2021-06-191-2/+2
| * | | | scsi: elx: libefc: Fix less than zero comparison of a unsigned intColin Ian King2021-06-191-1/+1
| * | | | scsi: elx: efct: Fix pointer error checking in debugfs initJames Smart2021-06-191-6/+3
| * | | | scsi: elx: efct: Fix is_originator return code typeJames Smart2021-06-191-4/+4
| * | | | scsi: elx: efct: Fix link error for _bad_cmpxchgJames Smart2021-06-191-1/+1
| * | | | scsi: elx: efct: Eliminate unnecessary boolean check in efct_hw_command_cancel()Nathan Chancellor2021-06-191-2/+1
| * | | | scsi: elx: efct: Do not use id uninitialized in efct_lio_setup_session()Nathan Chancellor2021-06-191-3/+3
| * | | | scsi: elx: efct: Fix error handling in efct_hw_init()Wei Yongjun2021-06-191-2/+2
| * | | | scsi: elx: efct: Remove redundant initialization of variable lunColin Ian King2021-06-191-1/+1
| * | | | scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected"Colin Ian King2021-06-191-1/+1
| * | | | scsi: lpfc: Fix build error in lpfc_scsi.cJames Smart2021-06-191-1/+1
| * | | | scsi: qla4xxx: Remove redundant continue statementColin Ian King2021-06-191-2/+0
| * | | | scsi: ppa: Switch to use module_parport_driver()Andy Shevchenko2021-06-191-13/+1
| * | | | scsi: imm: Switch to use module_parport_driver()Andy Shevchenko2021-06-191-14/+1
| * | | | scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei2021-06-191-1/+3
| * | | | scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S2021-06-191-1/+1
| * | | | scsi: mpi3mr: Make some symbols staticYang Yingliang2021-06-193-3/+3
| * | | | scsi: mpi3mr: Fix error return code in mpi3mr_init_ioc()Yang Yingliang2021-06-191-0/+2
| * | | | scsi: mpi3mr: Fix missing unlock on errorYang Yingliang2021-06-191-2/+2
| * | | | scsi: elx: efct: Tie into kernel Kconfig and build processJames Smart2021-06-162-0/+3
| * | | | scsi: elx: efct: Add Makefile and Kconfig for efct driverJames Smart2021-06-162-0/+27
| * | | | scsi: elx: efct: Transport class host interface supportJames Smart2021-06-161-0/+436
| * | | | scsi: elx: efct: Transport and hardware teardown routinesJames Smart2021-06-163-0/+456
| * | | | scsi: elx: efct: Link and host statisticsJames Smart2021-06-162-0/+356
| * | | | scsi: elx: efct: Hardware I/O submission routinesJames Smart2021-06-162-0/+525
| * | | | scsi: elx: efct: LIO backend interface routinesJames Smart2021-06-162-0/+1887
| * | | | scsi: elx: efct: SCSI I/O handling routinesJames Smart2021-06-162-0/+1362
| * | | | scsi: elx: efct: Unsolicited FC frame processing routinesJames Smart2021-06-162-0/+509
| * | | | scsi: elx: efct: Hardware queues processingJames Smart2021-06-164-0/+764
| * | | | scsi: elx: efct: Hardware I/O and SGL initializationJames Smart2021-06-162-0/+615
| * | | | scsi: elx: efct: RQ buffer, memory pool allocation and deallocation APIsJames Smart2021-06-162-0/+415
| * | | | scsi: elx: efct: Hardware queue creation and deletionJames Smart2021-06-162-0/+681
| * | | | scsi: elx: efct: Driver initialization routinesJames Smart2021-06-166-0/+2749
| * | | | scsi: elx: efct: Data structures and defines for hw operationsJames Smart2021-06-161-0/+586
| * | | | scsi: elx: libefc: Register discovery objects with hardwareJames Smart2021-06-162-0/+812
| * | | | scsi: elx: libefc: Extended link Service I/O handlingJames Smart2021-06-162-0/+1205
| * | | | scsi: elx: libefc: FC node ELS and state handlingJames Smart2021-06-162-0/+1675