summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-021-0/+1
* scsi: lpfc: Correct null ndlp reference on routine exitJames Smart2020-12-011-1/+2
* scsi: lpfc: Use generic power managementVaibhav Gupta2020-11-251-67/+33
* scsi: lpfc: Fix variable 'vport' set but not used in lpfc_sli4_abts_err_handl...James Smart2020-11-191-2/+0
* scsi: lpfc: Fix missing prototype for lpfc_nvmet_prep_abort_wqe()James Smart2020-11-191-1/+1
* scsi: lpfc: Fix set but unused variables in lpfc_dev_loss_tmo_handler()James Smart2020-11-191-2/+0
* scsi: lpfc: Fix set but not used warnings from Rework remote port lock handlingJames Smart2020-11-193-12/+0
* scsi: lpfc: Fix missing prototype warning for lpfc_fdmi_vendor_attr_mi()James Smart2020-11-191-1/+1
* scsi: lpfc: Fix memory leak on lcb_contextColin Ian King2020-11-191-3/+5
* scsi: lpfc: Remove dead code on second !ndlp checkColin Ian King2020-11-191-6/+0
* scsi: lpfc: Fix pointer defereference before it is null checked issueColin Ian King2020-11-191-2/+5
* scsi: lpfc: Update changed file copyrights for 2020James Smart2020-11-1711-11/+11
* scsi: lpfc: Update lpfc version to 12.8.0.6James Smart2020-11-171-2/+2
* scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart2020-11-1710-279/+253
* scsi: lpfc: Convert SCSI I/O completions to SLI-3 and SLI-4 handlersJames Smart2020-11-172-14/+481
* scsi: lpfc: Convert SCSI path to use common I/O submission pathJames Smart2020-11-173-149/+365
* scsi: lpfc: Enable common send_io interface for SCSI and NVMeJames Smart2020-11-174-2/+96
* scsi: lpfc: Enable common wqe_template support for both SCSI and NVMeJames Smart2020-11-174-132/+134
* scsi: lpfc: Refactor WQE structure definitions for common useJames Smart2020-11-173-15/+21
* scsi: lpfc: Fix NPIV Fabric Node reference countingJames Smart2020-11-174-46/+46
* scsi: lpfc: Fix NPIV discovery and Fabric Node detectionJames Smart2020-11-172-6/+9
* scsi: lpfc: Unsolicited ELS leaves node in incorrect state while dropping itJames Smart2020-11-171-11/+22
* scsi: lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately failsJames Smart2020-11-172-20/+85
* scsi: lpfc: Rework remote port lock handlingJames Smart2020-11-1712-465/+345
* scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIsJames Smart2020-11-177-164/+130
* scsi: lpfc: Fix removal of SCSI transport device get and put on dev structureJames Smart2020-11-174-21/+15
* scsi: lpfc: Rework locations of ndlp reference takingJames Smart2020-11-178-316/+569
* scsi: lpfc: Rework remote port ref counting and node freeingJames Smart2020-11-1715-630/+170
* scsi: lpfc: lpfc_nvmet: Fix-up some formatting and doc-rot issuesLee Jones2020-11-101-9/+8
* scsi: lpfc: lpfc_nvme: Fix some kernel-doc related issuesLee Jones2020-11-101-20/+15
* scsi: lpfc: lpfc_nvme: Remove unused variable 'phba'Lee Jones2020-11-101-2/+0
* scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functionsLee Jones2020-11-101-17/+17
* scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation issuesLee Jones2020-11-101-1/+2
* scsi: lpfc: lpfc_attr: Fix-up a bunch of kernel-doc misdemeanoursLee Jones2020-11-101-10/+23
* scsi: lpfc: lpfc_attr: Demote kernel-doc format for redefined functionsLee Jones2020-11-101-11/+12
* scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issuesLee Jones2020-11-101-18/+30
* scsi: lpfc: Update lpfc version to 12.8.0.5James Smart2020-10-261-1/+1
* scsi: lpfc: Reject CT request for MIB commandsJames Smart2020-10-263-39/+296
* scsi: lpfc: Add FDMI Vendor MIB supportJames Smart2020-10-269-6/+117
* scsi: lpfc: Enlarge max_sectors in scsi host templatesJames Smart2020-10-262-6/+3
* scsi: lpfc: Fix duplicate wq_create_version checkJames Smart2020-10-261-6/+0
* scsi: lpfc: Removed unused macros in lpfc_attr.cJames Smart2020-10-261-4/+0
* scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()James Smart2020-10-261-1/+1
* scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart2020-10-268-42/+136
* scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()James Smart2020-10-262-5/+9
* scsi: Remove unneeded break statementsTom Rix2020-10-264-13/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-143-6/+4
|\
| * scsi: lpfc: Remove unneeded variable 'status' in lpfc_fcp_cpu_map_store()Ye Bin2020-10-021-2/+1
| * scsi: lpfc: Drop nodelist reference on error in lpfc_gen_req()Hannes Reinecke2020-10-021-0/+2
| * Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen2020-09-154-4/+8
| |\