summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvmet.c
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: lpfc: Fix nvme target mode ABTSing a received ABTSJames Smart2019-08-191-6/+2
* Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-2/+1
|\
| * scsi: lpfc: use sg helper to iterate over scatterlistMing Lei2019-06-201-2/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-53/+279
|\ \
| * | scsi: lpfc: Avoid unused function warningsNathan Chancellor2019-06-181-0/+2
| * | scsi: lpfc: Make some symbols staticYueHaibing2019-06-181-2/+2
| * | scsi: lpfc: Fix kernel warnings related to smp_processor_id()James Smart2019-06-181-1/+1
| * | scsi: lpfc: Cancel queued work for an IO when processing a received ABTSJames Smart2019-06-181-1/+2
| * | scsi: lpfc: Prevent 'use after free' memory overwrite in nvmet LS handlingJames Smart2019-06-181-1/+0
| * | scsi: lpfc: Fix nvmet handling of received ABTS for unmapped framesJames Smart2019-06-181-25/+209
| * | scsi: lpfc: Separate CQ processing for nvmet_fc upcallsJames Smart2019-06-181-20/+47
| * | scsi: lpfc: Correct nvmet buffer free race conditionJames Smart2019-06-181-7/+14
| * | scsi: lpfc: Fix nvmet target abort cmd matchingJames Smart2019-06-181-2/+8
| |/
* / lpfc: add nvmet discovery_event op supportJames Smart2019-06-211-0/+17
|/
* scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche2019-04-031-8/+8
* scsi: lpfc: Remove set-but-not-used variablesBart Van Assche2019-04-031-12/+3
* scsi: lpfc: Declare local functions staticBart Van Assche2019-04-031-1/+1
* scsi: lpfc: Correct localport timeout duration errorJames Smart2019-03-191-1/+5
* scsi: lpfc: Fix nvmet async receive buffer replenishmentJames Smart2019-03-191-1/+24
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-190/+258
|\
| * scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-051-1/+1
| * scsi: lpfc: Fix nvmet issues when link bounce under IO loadJames Smart2019-02-051-13/+37
| * scsi: lpfc: Correct upcalling nvmet_fc transport during io done downcallJames Smart2019-02-051-112/+135
| * scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart2019-02-051-13/+22
| * scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-051-8/+26
| * scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart2019-02-051-32/+26
| * scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-051-11/+11
| * scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-051-5/+5
* | scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetportEwan D. Milne2019-01-221-3/+5
|/
* scsi: lpfc: Fix errors in log messages.James Smart2018-09-111-4/+3
* scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart2018-09-111-10/+3
* scsi: lpfc: remove null check on nvmebufColin Ian King2018-07-301-5/+3
* scsi: lpfc: Revise copyright for new company languageJames Smart2018-07-101-1/+1
* scsi: lpfc: Fix NVME Target crash in defer rcv logicJames Smart2018-07-101-1/+11
* scsi: lpfc: Make PBDE optimizations configurableJames Smart2018-07-101-10/+13
* scsi: lpfc: Fix abort error path for NVMETJames Smart2018-07-101-4/+11
* scsi: lpfc: make several unions static, fix non-ANSI prototypeColin Ian King2018-03-141-4/+4
* scsi: lpfc: Streamline NVME Targe6t WQE setupJames Smart2018-03-121-104/+189
* scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart2018-03-121-6/+6
* scsi: lpfc: Add missing unlock in WQ full logicJames Smart2018-03-121-0/+1
* scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart2018-02-221-0/+24
* scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart2018-02-121-1/+1
* scsi: lpfc: Fix header inclusion in lpfc_nvmetJames Smart2018-02-121-1/+1
* scsi: lpfc: Validate adapter support for SRIU optionJames Smart2018-02-121-3/+4
* scsi: lpfc: Fix RQ empty firmware trapJames Smart2018-02-121-10/+21
* scsi: lpfc: Add WQ Full Logic for NVME TargetJames Smart2018-02-121-0/+116
* scsi: lpfc: correct debug counters for abortJames Smart2018-02-121-2/+2
* scsi: lpfc: Beef up stat counters for debugJames Smart2017-12-201-5/+29
* scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcvJames Smart2017-12-201-2/+22
* scsi: lpfc: small sg cnt cleanupJames Smart2017-12-041-1/+1