summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-9/+57
|\
| * scsi: lpfc: Use list_move_tail() instead of list_del()/list_add_tail()Zou Wei2021-06-151-2/+1
| * scsi: lpfc: vmid: Append the VMID to the wqe before sendingGaurav Srivastava2021-06-101-0/+14
| * scsi: lpfc: vmid: Add support for VMID in mailbox commandGaurav Srivastava2021-06-101-0/+9
| * scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart2021-05-211-2/+3
| * scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart2021-05-211-1/+0
| * scsi: lpfc: Add ndlp kref accounting for resume RPI pathJames Smart2021-05-211-1/+22
| * scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart2021-05-211-2/+8
| * scsi: lpfc: Remove redundant assignment to pointer temp_hdrColin Ian King2021-05-101-1/+0
* | scsi: lpfc: Fix failure to transmit ABTS on FC linkJames Smart2021-05-311-3/+1
|/
* scsi: lpfc: Fix bad memory access during VPD DUMP mailbox commandJames Smart2021-04-261-7/+8
* scsi: lpfc: Fix illegal memory access on Abort IOCBsJames Smart2021-04-261-2/+9
* scsi: lpfc: Standardize discovery object logging formatJames Smart2021-04-131-3/+3
* scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart2021-04-131-4/+4
* scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart2021-04-131-20/+22
* scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart2021-04-131-1/+0
* scsi: lpfc: Fix rmmod crash due to bad ring pointers to abort_iotagJames Smart2021-04-131-5/+15
* scsi: lpfc: Fix a bunch of kernel-doc issuesLee Jones2021-03-151-6/+6
* scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart2021-03-041-2/+2
* scsi: lpfc: Fix crash caused by switch rebootJames Smart2021-03-041-3/+2
* scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix stale node accesses on stale RRQ requestJames Smart2021-03-041-10/+8
* scsi: lpfc: Enhancements to LOG_TRACE_EVENT for better readabilityJames Smart2021-01-071-1/+1
* scsi: lpfc: Implement health checking when aborting I/OJames Smart2021-01-071-3/+41
* scsi: lpfc: Fix crash when nvmet transport calls host_releaseJames Smart2021-01-071-4/+25
* scsi: lpfc: Fix NVMe recovery after mailbox timeoutJames Smart2021-01-071-8/+12
* scsi: lpfc: Fix auto sli_mode and its effect on CONFIG_PORT for SLI3James Smart2021-01-071-34/+12
* scsi: lpfc: Fix variable 'vport' set but not used in lpfc_sli4_abts_err_handl...James Smart2020-11-191-2/+0
* scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart2020-11-171-152/+177
* scsi: lpfc: Convert SCSI I/O completions to SLI-3 and SLI-4 handlersJames Smart2020-11-171-1/+4
* scsi: lpfc: Convert SCSI path to use common I/O submission pathJames Smart2020-11-171-14/+41
* scsi: lpfc: Enable common send_io interface for SCSI and NVMeJames Smart2020-11-171-0/+87
* scsi: lpfc: Enable common wqe_template support for both SCSI and NVMeJames Smart2020-11-171-0/+126
* scsi: lpfc: Fix NPIV Fabric Node reference countingJames Smart2020-11-171-3/+7
* scsi: lpfc: Rework remote port lock handlingJames Smart2020-11-171-9/+8
* scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIsJames Smart2020-11-171-3/+10
* scsi: lpfc: Rework locations of ndlp reference takingJames Smart2020-11-171-2/+7
* scsi: lpfc: Rework remote port ref counting and node freeingJames Smart2020-11-171-21/+11
* scsi: lpfc: Fix duplicate wq_create_version checkJames Smart2020-10-261-6/+0
* scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart2020-10-261-12/+52
* scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()James Smart2020-10-261-2/+8
* scsi: Remove unneeded break statementsTom Rix2020-10-261-3/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-14/+14
* scsi: lpfc: Fix oops when unloading driver while running mds diagsDick Kennedy2020-08-041-2/+9
* scsi: lpfc: Fix typo in comment for ULPFerruh Yigit2020-07-281-1/+1
* scsi: lpfc: Ensure variable has the same stipulations as code using itLee Jones2020-07-241-1/+3
* scsi: lpfc: Fix-up around 120 documentation issuesLee Jones2020-07-241-46/+73
* scsi: lpfc: Remove unused variable 'pg_addr'Lee Jones2020-07-241-1/+1
* scsi: lpfc: Fix inconsistent indentingColin Ian King2020-07-081-1/+1
* scsi: lpfc: Add an internal trace log bufferDick Kennedy2020-07-021-178/+177