summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2021-05-14scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()James Smart1-26/+24
2021-05-12scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logicJames Smart4-313/+3
2021-05-12scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart3-56/+70
2021-05-12scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp()James Smart1-63/+1
2021-05-12scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart2-3/+0
2021-05-12scsi: lpfc: Fix ADISC handling that never frees nodesJames Smart1-26/+7
2021-05-12scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGINJames Smart1-169/+70
2021-05-12scsi: lpfc: Fix status returned in lpfc_els_retry() error exit pathJames Smart1-1/+1
2021-05-12scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart1-2/+7
2021-05-12scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart1-1/+0
2021-05-12scsi: lpfc: Fix rmmod crash due to bad ring pointers to abort_iotagJames Smart4-17/+21
2021-03-24scsi: lpfc: Fix some error codes in debugfsDan Carpenter1-2/+2
2021-03-04scsi: lpfc: Fix ancient double freeDan Carpenter1-8/+7
2021-01-29scsi: lpfc: Fix EEH encountering oops with NVMe trafficJames Smart1-0/+3
2020-12-02scsi: lpfc: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-01scsi: lpfc: Correct null ndlp reference on routine exitJames Smart1-1/+2
2020-11-26scsi: lpfc: Use generic power managementVaibhav Gupta1-67/+33
2020-11-20scsi: lpfc: Fix variable 'vport' set but not used in lpfc_sli4_abts_err_handl...James Smart1-2/+0
2020-11-20scsi: lpfc: Fix missing prototype for lpfc_nvmet_prep_abort_wqe()James Smart1-1/+1
2020-11-20scsi: lpfc: Fix set but unused variables in lpfc_dev_loss_tmo_handler()James Smart1-2/+0
2020-11-20scsi: lpfc: Fix set but not used warnings from Rework remote port lock handlingJames Smart3-12/+0
2020-11-20scsi: lpfc: Fix missing prototype warning for lpfc_fdmi_vendor_attr_mi()James Smart1-1/+1
2020-11-20scsi: lpfc: Fix memory leak on lcb_contextColin Ian King1-3/+5
2020-11-20scsi: lpfc: Remove dead code on second !ndlp checkColin Ian King1-6/+0
2020-11-20scsi: lpfc: Fix pointer defereference before it is null checked issueColin Ian King1-2/+5
2020-11-17scsi: lpfc: Update changed file copyrights for 2020James Smart11-11/+11
2020-11-17scsi: lpfc: Update lpfc version to 12.8.0.6James Smart1-2/+2
2020-11-17scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart10-279/+253
2020-11-17scsi: lpfc: Convert SCSI I/O completions to SLI-3 and SLI-4 handlersJames Smart2-14/+481
2020-11-17scsi: lpfc: Convert SCSI path to use common I/O submission pathJames Smart3-149/+365
2020-11-17scsi: lpfc: Enable common send_io interface for SCSI and NVMeJames Smart4-2/+96
2020-11-17scsi: lpfc: Enable common wqe_template support for both SCSI and NVMeJames Smart4-132/+134
2020-11-17scsi: lpfc: Refactor WQE structure definitions for common useJames Smart3-15/+21
2020-11-17scsi: lpfc: Fix NPIV Fabric Node reference countingJames Smart4-46/+46
2020-11-17scsi: lpfc: Fix NPIV discovery and Fabric Node detectionJames Smart2-6/+9
2020-11-17scsi: lpfc: Unsolicited ELS leaves node in incorrect state while dropping itJames Smart1-11/+22
2020-11-17scsi: lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately failsJames Smart2-20/+85
2020-11-17scsi: lpfc: Rework remote port lock handlingJames Smart12-465/+345
2020-11-17scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIsJames Smart7-164/+130
2020-11-17scsi: lpfc: Fix removal of SCSI transport device get and put on dev structureJames Smart4-21/+15
2020-11-17scsi: lpfc: Rework locations of ndlp reference takingJames Smart8-316/+569
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart15-630/+170
2020-11-11scsi: lpfc: lpfc_nvmet: Fix-up some formatting and doc-rot issuesLee Jones1-9/+8
2020-11-11scsi: lpfc: lpfc_nvme: Fix some kernel-doc related issuesLee Jones1-20/+15
2020-11-11scsi: lpfc: lpfc_nvme: Remove unused variable 'phba'Lee Jones1-2/+0
2020-11-11scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functionsLee Jones1-17/+17
2020-11-11scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation issuesLee Jones1-1/+2
2020-11-11scsi: lpfc: lpfc_attr: Fix-up a bunch of kernel-doc misdemeanoursLee Jones1-10/+23
2020-11-11scsi: lpfc: lpfc_attr: Demote kernel-doc format for redefined functionsLee Jones1-11/+12
2020-11-11scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issuesLee Jones1-18/+30