summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_sli.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-20scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart1-2/+3
2021-05-22scsi: lpfc: Fix illegal memory access on Abort IOCBsJames Smart1-2/+9
2021-05-11scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart1-20/+22
2021-05-11scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart1-1/+0
2021-01-17scsi: lpfc: Fix variable 'vport' set but not used in lpfc_sli4_abts_err_handl...James Smart1-2/+0
2020-12-30scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart1-12/+52
2020-12-30scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()James Smart1-2/+8
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-14/+14
2020-08-05scsi: lpfc: Fix oops when unloading driver while running mds diagsDick Kennedy1-2/+9
2020-07-29scsi: lpfc: Fix typo in comment for ULPFerruh Yigit1-1/+1
2020-07-25scsi: lpfc: Ensure variable has the same stipulations as code using itLee Jones1-1/+3
2020-07-25scsi: lpfc: Fix-up around 120 documentation issuesLee Jones1-46/+73
2020-07-25scsi: lpfc: Remove unused variable 'pg_addr'Lee Jones1-1/+1
2020-07-08scsi: lpfc: Fix inconsistent indentingColin Ian King1-1/+1
2020-07-03scsi: lpfc: Add an internal trace log bufferDick Kennedy1-178/+177
2020-07-03scsi: lpfc: Add blk_io_poll support for latency improvmentDick Kennedy1-23/+115
2020-07-03scsi: lpfc: Add support to display if adapter dumps are availableDick Kennedy1-0/+22
2020-07-03scsi: lpfc: Fix language in 0373 message to reflect non-error messageDick Kennedy1-2/+2
2020-07-03scsi: lpfc: Fix kdump hang on PPCDick Kennedy1-6/+30
2020-07-03scsi: lpfc: Fix stack trace seen while setting rrq activeDick Kennedy1-1/+1
2020-07-03scsi: lpfc: Fix oops due to overrun when reading SLI3 dataDick Kennedy1-7/+7
2020-07-03scsi: lpfc: Fix missing MDS functionalityDick Kennedy1-0/+1
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-24/+21
2020-05-27lpfc: fix axchg pointer reference after free and double freesJames Smart1-4/+6
2020-05-10lpfc: Refactor NVME LS receive handlingJames Smart1-3/+118
2020-05-10lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart1-1/+1
2020-05-10lpfc: Refactor lpfc nvme headersJames Smart1-3/+0
2020-05-08scsi: lpfc: Fix noderef and address space warningsDick Kennedy1-4/+4
2020-05-08scsi: lpfc: Remove unnecessary lockdep_assert_held callsDick Kennedy1-18/+15
2020-05-08scsi: lpfc: Maintain atomic consistency of queue_claimed flagDick Kennedy1-2/+2
2020-03-30scsi: lpfc: Remove prototype FIPS/DSS options from SLI-3James Smart1-17/+0
2020-03-27scsi: lpfc: Fix update of wq consumer index in lpfc_sli4_wq_releaseJames Smart1-13/+4
2020-03-27scsi: lpfc: Fix crash after handling a pci errorJames Smart1-0/+5
2020-03-27scsi: lpfc: Fix lockdep error - register non-static keyJames Smart1-4/+2
2020-03-27scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart1-0/+2
2020-02-18scsi: lpfc: add RDF registration and Link Integrity FPIN loggingJames Smart1-0/+1
2020-02-11scsi: lpfc: Copyright updates for 12.6.0.4 patchesJames Smart1-1/+1
2020-02-11scsi: lpfc: Clean up hba max_lun_queue_depth checksJames Smart1-9/+0
2020-02-11scsi: lpfc: Fix RQ buffer leakage when no IOCBs availableJames Smart1-0/+4
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen1-5/+5
2019-12-21scsi: lpfc: Fix MDS Latency Diagnostics Err-drop ratesJames Smart1-2/+11
2019-12-21scsi: lpfc: Fix missing check for CSF in Write Object Mbox RspJames Smart1-1/+11
2019-12-20scsi: lpfc: fix spelling mistakes of asynchronousColin Ian King1-5/+5
2019-12-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-66/+325
2019-11-20scsi: lpfc: use hdwq assigned cpu for allocationJames Smart1-2/+2
2019-11-13scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list()James Smart1-1/+1
2019-11-09scsi: lpfc: Fix a kernel warning triggered by lpfc_get_sgl_per_hdwq()Bart Van Assche1-2/+2
2019-11-06scsi: lpfc: Add enablement of multiple adapter dumpsJames Smart1-1/+26
2019-11-06scsi: lpfc: Add registration for CPU Offline/Online eventsJames Smart1-5/+159
2019-11-06scsi: lpfc: Fix duplicate unreg_rpi error in port offline flowJames Smart1-0/+7