summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_nvmet.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne1-1/+1
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2020-05-27lpfc: fix axchg pointer reference after free and double freesJames Smart1-2/+1
2020-05-27lpfc: Fix pointer checks and comments in LS receive refactoringJames Smart1-9/+17
2020-05-10lpfc: nvmet: Add Send LS Request and Abort LS Request supportJames Smart1-0/+95
2020-05-10lpfc: nvmet: Add support for NVME LS request hosthandleJames Smart1-1/+52
2020-05-10lpfc: Refactor Send LS Response supportJames Smart1-78/+177
2020-05-10lpfc: Refactor NVME LS receive handlingJames Smart1-125/+38
2020-05-10lpfc: Commonize lpfc_async_xchg_ctx state and flag definitionsJames Smart1-79/+79
2020-05-10lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart1-54/+55
2020-05-10lpfc: Refactor lpfc nvme headersJames Smart1-5/+0
2020-05-10nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart1-5/+5
2020-04-22scsi: lpfc: remove duplicate unloading checksJames Smart1-11/+0
2020-03-30scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart1-29/+26
2020-03-27scsi: lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_reqJames Smart1-3/+4
2019-10-25scsi: lpfc: lpfc_nvmet: Fix Use plain integer as NULL pointerSaurav Girepunje1-2/+2
2019-10-25scsi: lpfc: Remove lock contention target write pathJames Smart1-36/+10
2019-10-01scsi: lpfc: Fix coverity errors on NULL pointer checksJames Smart1-4/+15
2019-10-01scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTSJames Smart1-31/+3
2019-08-20scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-4/+4
2019-08-20scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-5/+5
2019-08-20scsi: lpfc: Fix coverity warningsJames Smart1-1/+1
2019-08-20scsi: lpfc: Fix nvme target mode ABTSing a received ABTSJames Smart1-6/+2
2019-07-12Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-53/+279
2019-06-21lpfc: add nvmet discovery_event op supportJames Smart1-0/+17
2019-06-20scsi: lpfc: use sg helper to iterate over scatterlistMing Lei1-2/+1
2019-06-19scsi: lpfc: Avoid unused function warningsNathan Chancellor1-0/+2
2019-06-19scsi: lpfc: Make some symbols staticYueHaibing1-2/+2
2019-06-19scsi: lpfc: Fix kernel warnings related to smp_processor_id()James Smart1-1/+1
2019-06-19scsi: lpfc: Cancel queued work for an IO when processing a received ABTSJames Smart1-1/+2
2019-06-19scsi: lpfc: Prevent 'use after free' memory overwrite in nvmet LS handlingJames Smart1-1/+0
2019-06-19scsi: lpfc: Fix nvmet handling of received ABTS for unmapped framesJames Smart1-25/+209
2019-06-19scsi: lpfc: Separate CQ processing for nvmet_fc upcallsJames Smart1-20/+47
2019-06-19scsi: lpfc: Correct nvmet buffer free race conditionJames Smart1-7/+14
2019-06-19scsi: lpfc: Fix nvmet target abort cmd matchingJames Smart1-2/+8
2019-04-04scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche1-8/+8
2019-04-04scsi: lpfc: Remove set-but-not-used variablesBart Van Assche1-12/+3
2019-04-04scsi: lpfc: Declare local functions staticBart Van Assche1-1/+1
2019-03-19scsi: lpfc: Correct localport timeout duration errorJames Smart1-1/+5
2019-03-19scsi: lpfc: Fix nvmet async receive buffer replenishmentJames Smart1-1/+24
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-190/+258
2019-02-06scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-06scsi: lpfc: Fix nvmet issues when link bounce under IO loadJames Smart1-13/+37
2019-02-06scsi: lpfc: Correct upcalling nvmet_fc transport during io done downcallJames Smart1-112/+135
2019-02-06scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart1-13/+22
2019-02-06scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart1-8/+26
2019-02-06scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart1-32/+26
2019-02-06scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart1-11/+11
2019-02-06scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart1-5/+5