summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/elx/efct
Commit message (Expand)AuthorAgeFilesLines
* scsi: efct: Fix possible memleak in efct_device_init()Chen Zhongjin2022-11-251-0/+1
* scsi: elx: efct: Remove NULL check after calling container_of()Haowen Bai2022-05-191-3/+0
* scsi: elx: efct: Remove redundant memset() statementHarshit Mogalapalli2022-05-191-1/+0
* scsi: elx: efct: Remove unnecessary memset() in efct_io()Wan Jiabing2022-04-251-1/+0
* 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-163-7/+7
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-122-4/+3
|\
| * scsi: elx: efct: Delete stray unlock statementDan Carpenter2021-10-041-2/+1
| * scsi: elx: efct: Do not hold lock while calling fc_vport_terminate()James Smart2021-09-131-2/+2
* | scsi: elx: efct: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-282-6/+4
* | scsi: efct: Decrease area under spinlockDmitry Bogdanov2021-09-221-2/+1
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-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-091-1/+1
|/
* scsi: elx: efct: Fix vport list linkage in LIO backendJames Smart2021-06-221-4/+4
* scsi: elx: efct: Fix pointer error checking in debugfs initJames Smart2021-06-181-6/+3
* scsi: elx: efct: Fix is_originator return code typeJames Smart2021-06-181-4/+4
* scsi: elx: efct: Fix link error for _bad_cmpxchgJames Smart2021-06-181-1/+1
* scsi: elx: efct: Eliminate unnecessary boolean check in efct_hw_command_cancel()Nathan Chancellor2021-06-181-2/+1
* scsi: elx: efct: Do not use id uninitialized in efct_lio_setup_session()Nathan Chancellor2021-06-181-3/+3
* scsi: elx: efct: Fix error handling in efct_hw_init()Wei Yongjun2021-06-181-2/+2
* scsi: elx: efct: Remove redundant initialization of variable lunColin Ian King2021-06-181-1/+1
* scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected"Colin Ian King2021-06-181-1/+1
* scsi: elx: efct: Transport class host interface supportJames Smart2021-06-151-0/+436
* scsi: elx: efct: Transport and hardware teardown routinesJames Smart2021-06-153-0/+456
* scsi: elx: efct: Link and host statisticsJames Smart2021-06-152-0/+356
* scsi: elx: efct: Hardware I/O submission routinesJames Smart2021-06-152-0/+525
* scsi: elx: efct: LIO backend interface routinesJames Smart2021-06-152-0/+1887
* scsi: elx: efct: SCSI I/O handling routinesJames Smart2021-06-152-0/+1362
* scsi: elx: efct: Unsolicited FC frame processing routinesJames Smart2021-06-152-0/+509
* scsi: elx: efct: Hardware queues processingJames Smart2021-06-154-0/+764
* scsi: elx: efct: Hardware I/O and SGL initializationJames Smart2021-06-152-0/+615
* scsi: elx: efct: RQ buffer, memory pool allocation and deallocation APIsJames Smart2021-06-152-0/+415
* scsi: elx: efct: Hardware queue creation and deletionJames Smart2021-06-152-0/+681
* scsi: elx: efct: Driver initialization routinesJames Smart2021-06-156-0/+2749
* scsi: elx: efct: Data structures and defines for hw operationsJames Smart2021-06-151-0/+586