aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/elx
AgeCommit message (Expand)AuthorFilesLines
2023-11-15scsi: elx: libefc: Replace deprecated strncpy() with strscpy_pad()/memcpy()Justin Stitt1-6/+6
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie1-0/+5
2023-08-21scsi: elx: sli4: Remove code duplicationRajeshwar R Shinde1-6/+2
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen1-1/+1
2023-03-24scsi: elx: efct: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-16scsi: efct: Remove default fabric ops calloutsDmitry Bogdanov1-20/+0
2023-01-23scsi: elx: libefc_sli: Use "/*" for non-kernel-doc commentRandy Dunlap1-1/+1
2022-11-25scsi: efct: Fix possible memleak in efct_device_init()Chen Zhongjin1-0/+1
2022-11-08scsi: elx: libefc: Fix second parameter type in state callbacksNathan Chancellor1-2/+4
2022-05-19scsi: elx: efct: Remove NULL check after calling container_of()Haowen Bai1-3/+0
2022-05-19scsi: elx: efct: Remove redundant memset() statementHarshit Mogalapalli1-1/+0
2022-04-25scsi: elx: efct: Remove unnecessary memset() in efct_io()Wan Jiabing1-1/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-03-15scsi: elx: libefc_sli: Fix typos in commentsJulia Lawall1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-10/+10
2022-01-24scsi: elx: efct: Don't use GFP_KERNEL under spin lockYang Yingliang1-6/+2
2022-01-10scsi: efct: Remove useless DMA-32 fallback configurationChristophe JAILLET1-7/+4
2021-12-16scsi: efct: Don't pass GFP_DMA to dma_alloc_coherent()Christoph Hellwig6-18/+18
2021-10-26scsi: elx: Use 'bitmap_zalloc()' when applicableChristophe JAILLET1-5/+4
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen4-10/+7
2021-10-04scsi: elx: efct: Delete stray unlock statementDan Carpenter1-2/+1
2021-09-28scsi: elx: efct: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2-6/+4
2021-09-22scsi: efct: Decrease area under spinlockDmitry Bogdanov1-2/+1
2021-09-22scsi: efct: Fix nport freeDmitry Bogdanov2-1/+7
2021-09-22scsi: efct: Add state in nport sm trace printoutDmitry Bogdanov1-1/+1
2021-09-14scsi: elx: libefc: Prefer kcalloc() over open coded arithmeticLen Baker1-1/+1
2021-09-13scsi: elx: efct: Do not hold lock while calling fc_vport_terminate()James Smart1-2/+2
2021-09-13scsi: elx: efct: Fix void-pointer-to-enum-cast warning for efc_nport_topologyJames Smart2-6/+4
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+0
2021-08-09scsi: elx: efct: Remove redundant initialization of variable 'ret'Colin Ian King1-1/+1
2021-06-22scsi: elx: efct: Fix vport list linkage in LIO backendJames Smart1-4/+4
2021-06-22scsi: elx: libefc_sli: Fix ANDing with zero bit valueJames Smart1-2/+0
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-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
2021-06-15scsi: elx: libefc_sli: SLI Descriptors and Queue entriesJames Smart2-0/+1798
2021-06-15scsi: elx: libefc_sli: SLI-4 register offsets and field definitionsJames Smart2-0/+330