summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-29scsi: libfc: Fix array index out of bound exceptionJaved Hasan1-5/+8
2021-06-23scsi: mvsas: Use DEVICE_ATTR_RO()/RW() macroZhen Lei1-17/+9
2021-06-23scsi: megaraid_mbox: Use DEVICE_ATTR_ADMIN_RO() macroZhen Lei1-10/+8
2021-06-23scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei1-8/+6
2021-06-23scsi: qedi: Use DEVICE_ATTR_RO() macroZhen Lei1-7/+7
2021-06-23scsi: message: mptfc: Switch from pci_ to dma_ APIChristophe JAILLET1-17/+18
2021-06-23scsi: be2iscsi: Fix some missing space in some messagesChristophe JAILLET1-64/+38
2021-06-23scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET1-0/+1
2021-06-23scsi: ufs: Fix build warning without CONFIG_PMYueHaibing1-0/+4
2021-06-23scsi: bnx2fc: Remove meaningless bnx2fc_abts_cleanup() return value assignmentSeongJae Park1-1/+1
2021-06-23scsi: qla2xxx: Add heartbeat checkQuinn Tran8-1/+117
2021-06-23scsi: virtio_scsi: Do not overwrite SCSI statusHannes Reinecke1-2/+1
2021-06-23scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu8-0/+16
2021-06-23scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche3-17/+8
2021-06-23scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King1-1/+1
2021-06-23scsi: elx: efct: Fix vport list linkage in LIO backendJames Smart1-4/+4
2021-06-23scsi: elx: libefc_sli: Fix ANDing with zero bit valueJames Smart1-2/+0
2021-06-19scsi: aha1740: Avoid over-read of sense bufferKees Cook1-2/+5
2021-06-19scsi: arcmsr: Avoid over-read of sense bufferKees Cook1-8/+11
2021-06-19scsi: ips: Avoid over-read of sense bufferKees Cook1-4/+6
2021-06-19scsi: ufs: ufs-mediatek: Add missing of_node_put() in ufs_mtk_probe()Zou Wei1-0/+1
2021-06-19scsi: elx: libefc: Fix IRQ restore in efc_domain_dispatch_frame()Dan Carpenter1-2/+2
2021-06-19scsi: elx: libefc: Fix less than zero comparison of a unsigned intColin Ian King1-1/+1
2021-06-19scsi: elx: efct: Fix pointer error checking in debugfs initJames Smart1-6/+3
2021-06-19scsi: elx: efct: Fix is_originator return code typeJames Smart1-4/+4
2021-06-19scsi: elx: efct: Fix link error for _bad_cmpxchgJames Smart1-1/+1
2021-06-19scsi: elx: efct: Eliminate unnecessary boolean check in efct_hw_command_cancel()Nathan Chancellor1-2/+1
2021-06-19scsi: elx: efct: Do not use id uninitialized in efct_lio_setup_session()Nathan Chancellor1-3/+3
2021-06-19scsi: elx: efct: Fix error handling in efct_hw_init()Wei Yongjun1-2/+2
2021-06-19scsi: elx: efct: Remove redundant initialization of variable lunColin Ian King1-1/+1
2021-06-19scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected"Colin Ian King1-1/+1
2021-06-19scsi: lpfc: Fix build error in lpfc_scsi.cJames Smart1-1/+1
2021-06-19scsi: target: iscsi: Remove redundant continue statementColin Ian King1-2/+0
2021-06-19scsi: qla4xxx: Remove redundant continue statementColin Ian King1-2/+0
2021-06-19scsi: ppa: Switch to use module_parport_driver()Andy Shevchenko1-13/+1
2021-06-19scsi: imm: Switch to use module_parport_driver()Andy Shevchenko1-14/+1
2021-06-19scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei1-1/+3
2021-06-19scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S1-1/+1
2021-06-19scsi: mpi3mr: Make some symbols staticYang Yingliang3-3/+3
2021-06-19scsi: mpi3mr: Fix error return code in mpi3mr_init_ioc()Yang Yingliang1-0/+2
2021-06-19scsi: mpi3mr: Fix missing unlock on errorYang Yingliang1-2/+2
2021-06-16scsi: elx: efct: Tie into kernel Kconfig and build processJames Smart2-0/+3
2021-06-16scsi: elx: efct: Add Makefile and Kconfig for efct driverJames Smart2-0/+27
2021-06-16scsi: elx: efct: Transport class host interface supportJames Smart1-0/+436
2021-06-16scsi: elx: efct: Transport and hardware teardown routinesJames Smart3-0/+456
2021-06-16scsi: elx: efct: Link and host statisticsJames Smart2-0/+356
2021-06-16scsi: elx: efct: Hardware I/O submission routinesJames Smart2-0/+525
2021-06-16scsi: elx: efct: LIO backend interface routinesJames Smart2-0/+1887
2021-06-16scsi: elx: efct: SCSI I/O handling routinesJames Smart2-0/+1362
2021-06-16scsi: elx: efct: Unsolicited FC frame processing routinesJames Smart2-0/+509