aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2021-03-24scsi: lpfc: Fix a typowengjianfeng1-3/+3
2021-03-15scsi: lpfc: Fix some error codes in debugfsDan Carpenter1-2/+2
2021-03-15scsi: lpfc: Fix kernel-doc formatting issueLee Jones1-1/+1
2021-03-15scsi: lpfc: Fix a few incorrectly named functionsLee Jones1-3/+3
2021-03-15scsi: lpfc: Fix incorrectly documented function lpfc_debugfs_commonxripools_data()Lee Jones1-1/+1
2021-03-15scsi: lpfc: Fix a bunch of misnamed functionsLee Jones1-6/+6
2021-03-15scsi: lpfc: Fix a bunch of kernel-doc misdemeanoursLee Jones1-12/+12
2021-03-15scsi: lpfc: Fix incorrect naming of __lpfc_update_fcf_record()Lee Jones1-1/+1
2021-03-15scsi: lpfc: Fix formatting and misspelling issuesLee Jones1-6/+6
2021-03-15scsi: lpfc: Fix a bunch of kernel-doc issuesLee Jones1-6/+6
2021-03-04scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart14-17/+17
2021-03-04scsi: lpfc: Update lpfc version to 12.8.0.8James Smart1-2/+2
2021-03-04scsi: lpfc: Correct function header comments related to ndlp reference countingJames Smart1-87/+70
2021-03-04scsi: lpfc: Reduce LOG_TRACE_EVENT logging for vportsJames Smart1-4/+4
2021-03-04scsi: lpfc: Change wording of invalid pci reset log messageJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix crash caused by switch rebootJames Smart1-3/+2
2021-03-04scsi: lpfc: Fix pt2pt state transition causing rmmod hangJames Smart1-1/+11
2021-03-04scsi: lpfc: Fix nodeinfo debugfs outputJames Smart1-4/+7
2021-03-04scsi: lpfc: Fix ADISC handling that never frees nodesJames Smart1-26/+7
2021-03-04scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGINJames Smart1-169/+70
2021-03-04scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart5-3/+22
2021-03-04scsi: lpfc: Fix status returned in lpfc_els_retry() error exit pathJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix use after free in lpfc_els_free_iocbJames Smart1-171/+177
2021-03-04scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()James Smart1-25/+23
2021-03-04scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_bufJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart1-2/+7
2021-03-04scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereferenceJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix FLOGI failure due to accessing a freed nodeJames Smart1-1/+2
2021-03-04scsi: lpfc: Fix stale node accesses on stale RRQ requestJames Smart3-35/+16
2021-03-04scsi: lpfc: Fix reftag generation sizing errorsJames Smart1-38/+52
2021-03-04scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid()James Smart1-2/+2
2021-03-04scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart1-1/+0
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-221/+448
2021-01-29scsi: lpfc: Fix EEH encountering oops with NVMe trafficJames Smart1-0/+3
2021-01-29scsi: lpfc: Fix 'physical' typosBjorn Helgaas1-1/+1
2021-01-26scsi: lpfc: Fix ancient double freeDan Carpenter1-8/+7
2021-01-22scsi: lpfc: Fix kerneldoc inconsistency in lpfc_sli4_dump_page_a0()Eric Curtin1-1/+1
2021-01-14scsi: lpfc: Add support for eh_should_retry_cmd()Muneendra Kumar1-0/+1
2021-01-13scsi: lpfc: Simplify bool comparisonYANG LI1-2/+2
2021-01-07scsi: lpfc: Update lpfc version to 12.8.0.7James Smart1-1/+1
2021-01-07scsi: lpfc: Enhancements to LOG_TRACE_EVENT for better readabilityJames Smart2-2/+20
2021-01-07scsi: lpfc: Implement health checking when aborting I/OJames Smart10-75/+178
2021-01-07scsi: lpfc: Fix crash when nvmet transport calls host_releaseJames Smart3-15/+63
2021-01-07scsi: lpfc: Fix vport create loggingJames Smart1-1/+1
2021-01-07scsi: lpfc: Fix NVMe recovery after mailbox timeoutJames Smart4-28/+37
2021-01-07scsi: lpfc: Fix target reset failingJames Smart3-2/+46
2021-01-07scsi: lpfc: Fix error log messages being logged following SCSI task mgntJames Smart1-4/+13
2021-01-07scsi: lpfc: Prevent duplicate requests to unregister with cpuhp frameworkJames Smart1-1/+5
2021-01-07scsi: lpfc: Fix FW reset action if I/Os are outstandingJames Smart1-0/+10
2021-01-07scsi: lpfc: Use the nvme-fc transport supplied timeout for LS requestsJames Smart1-2/+2