aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18scsi: ufs: ufs-mediatek: Add missing of_node_put() in ufs_mtk_probe()Zou Wei1-0/+1
2021-06-18scsi: elx: libefc: Fix IRQ restore in efc_domain_dispatch_frame()Dan Carpenter1-2/+2
2021-06-18scsi: elx: libefc: Fix less than zero comparison of a unsigned intColin Ian King1-1/+1
2021-06-18scsi: elx: efct: Fix pointer error checking in debugfs initJames Smart1-6/+3
2021-06-18scsi: elx: efct: Fix is_originator return code typeJames Smart1-4/+4
2021-06-18scsi: elx: efct: Fix link error for _bad_cmpxchgJames Smart1-1/+1
2021-06-18scsi: elx: efct: Eliminate unnecessary boolean check in efct_hw_command_cancel()Nathan Chancellor1-2/+1
2021-06-18scsi: elx: efct: Do not use id uninitialized in efct_lio_setup_session()Nathan Chancellor1-3/+3
2021-06-18scsi: elx: efct: Fix error handling in efct_hw_init()Wei Yongjun1-2/+2
2021-06-18scsi: elx: efct: Remove redundant initialization of variable lunColin Ian King1-1/+1
2021-06-18scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected"Colin Ian King1-1/+1
2021-06-18scsi: lpfc: Fix build error in lpfc_scsi.cJames Smart1-1/+1
2021-06-18scsi: qla4xxx: Remove redundant continue statementColin Ian King1-2/+0
2021-06-18scsi: ppa: Switch to use module_parport_driver()Andy Shevchenko1-13/+1
2021-06-18scsi: imm: Switch to use module_parport_driver()Andy Shevchenko1-14/+1
2021-06-18scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei1-1/+3
2021-06-18scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S1-1/+1
2021-06-18scsi: sr: Return appropriate error code when disk is ejectedManYi Li1-0/+2
2021-06-18scsi: mpi3mr: Make some symbols staticYang Yingliang3-3/+3
2021-06-18scsi: mpi3mr: Fix error return code in mpi3mr_init_ioc()Yang Yingliang1-0/+2
2021-06-18scsi: mpi3mr: Fix missing unlock on errorYang Yingliang1-2/+2
2021-06-15scsi: elx: efct: Tie into kernel Kconfig and build processJames Smart2-0/+3
2021-06-15scsi: elx: efct: Add Makefile and Kconfig for efct driverJames Smart2-0/+27
2021-06-15scsi: elx: efct: Transport class host interface supportJames Smart1-0/+436
2021-06-15scsi: elx: efct: Transport and hardware teardown routinesJames Smart3-0/+456
2021-06-15scsi: elx: efct: Link and host statisticsJames Smart2-0/+356
2021-06-15scsi: elx: efct: Hardware I/O submission routinesJames Smart2-0/+525
2021-06-15scsi: elx: efct: LIO backend interface routinesJames Smart2-0/+1887
2021-06-15scsi: elx: efct: SCSI I/O handling routinesJames Smart2-0/+1362
2021-06-15scsi: elx: efct: Unsolicited FC frame processing routinesJames Smart2-0/+509
2021-06-15scsi: elx: efct: Hardware queues processingJames Smart4-0/+764
2021-06-15scsi: elx: efct: Hardware I/O and SGL initializationJames Smart2-0/+615
2021-06-15scsi: elx: efct: RQ buffer, memory pool allocation and deallocation APIsJames Smart2-0/+415
2021-06-15scsi: elx: efct: Hardware queue creation and deletionJames Smart2-0/+681
2021-06-15scsi: elx: efct: Driver initialization routinesJames Smart6-0/+2749
2021-06-15scsi: elx: efct: Data structures and defines for hw operationsJames Smart1-0/+586
2021-06-15scsi: elx: libefc: Register discovery objects with hardwareJames Smart2-0/+812
2021-06-15scsi: elx: libefc: Extended link Service I/O handlingJames Smart2-0/+1205
2021-06-15scsi: elx: libefc: FC node ELS and state handlingJames Smart2-0/+1675
2021-06-15scsi: elx: libefc: Fabric node state machine interfacesJames Smart2-0/+1680
2021-06-15scsi: elx: libefc: Remote node state machine interfacesJames Smart2-0/+1293
2021-06-15scsi: elx: libefc: SLI and FC PORT state machine interfacesJames Smart2-0/+827
2021-06-15scsi: elx: libefc: FC Domain state machine interfacesJames Smart2-0/+1142
2021-06-15scsi: elx: libefc: Emulex FC discovery library APIs and definitionsJames Smart3-0/+753
2021-06-15scsi: elx: libefc: Generic state machine frameworkJames Smart2-0/+251
2021-06-15scsi: elx: libefc_sli: APIs to setup SLI libraryJames Smart2-0/+1532
2021-06-15scsi: elx: libefc_sli: BMBX routines and SLI config commandsJames Smart1-0/+1164
2021-06-15scsi: elx: libefc_sli: Populate and post different WQEsJames Smart1-0/+1499
2021-06-15scsi: elx: libefc_sli: Queue create/destroy/parse routinesJames Smart3-0/+1371
2021-06-15scsi: elx: libefc_sli: Data structures and defines for mbox commandsJames Smart1-0/+1637