summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/elx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen2024-08-231-1/+2
|\
| * scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-231-1/+2
* | scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()Dan Carpenter2024-08-231-1/+1
|/
* scsi: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-121-0/+1
* scsi: elx: libefc: Replace deprecated strncpy() with strscpy_pad()/memcpy()Justin Stitt2023-11-151-6/+6
* scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+5
* scsi: elx: sli4: Remove code duplicationRajeshwar R Shinde2023-08-211-6/+2
* Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-251-1/+1
|\
| * scsi: elx: efct: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
* | scsi: efct: Remove default fabric ops calloutsDmitry Bogdanov2023-03-171-20/+0
|/
* scsi: elx: libefc_sli: Use "/*" for non-kernel-doc commentRandy Dunlap2023-01-241-1/+1
* scsi: efct: Fix possible memleak in efct_device_init()Chen Zhongjin2022-11-261-0/+1
* scsi: elx: libefc: Fix second parameter type in state callbacksNathan Chancellor2022-11-081-2/+4
* scsi: elx: efct: Remove NULL check after calling container_of()Haowen Bai2022-05-201-3/+0
* scsi: elx: efct: Remove redundant memset() statementHarshit Mogalapalli2022-05-201-1/+0
* scsi: elx: efct: Remove unnecessary memset() in efct_io()Wan Jiabing2022-04-261-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-251-1/+1
|\
| * scsi: elx: libefc_sli: Fix typos in commentsJulia Lawall2022-03-151-1/+1
* | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-10/+10
|/
* scsi: elx: efct: Don't use GFP_KERNEL under spin lockYang Yingliang2022-01-251-6/+2
* scsi: efct: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-7/+4
* scsi: efct: Don't pass GFP_DMA to dma_alloc_coherent()Christoph Hellwig2021-12-176-18/+18
* scsi: elx: Use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-10-271-5/+4
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-124-10/+7
|\
| * scsi: elx: efct: Delete stray unlock statementDan Carpenter2021-10-051-2/+1
| * scsi: elx: efct: Do not hold lock while calling fc_vport_terminate()James Smart2021-09-141-2/+2
| * scsi: elx: efct: Fix void-pointer-to-enum-cast warning for efc_nport_topologyJames Smart2021-09-142-6/+4
* | scsi: elx: efct: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-292-6/+4
* | scsi: efct: Decrease area under spinlockDmitry Bogdanov2021-09-221-2/+1
* | scsi: efct: Fix nport freeDmitry Bogdanov2021-09-222-1/+7
* | scsi: efct: Add state in nport sm trace printoutDmitry Bogdanov2021-09-221-1/+1
* | scsi: elx: libefc: Prefer kcalloc() over open coded arithmeticLen Baker2021-09-151-1/+1
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-041-1/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | scsi: elx: efct: Remove redundant initialization of variable 'ret'Colin Ian King2021-08-101-1/+1
|/
* scsi: elx: efct: Fix vport list linkage in LIO backendJames Smart2021-06-231-4/+4
* scsi: elx: libefc_sli: Fix ANDing with zero bit valueJames Smart2021-06-231-2/+0
* 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: 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