aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fcloop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-08nvme-fcloop: verify wwnn and wwpn formatDongli Zhang1-6/+23
2020-05-09nvme-fcloop: add target to host LS request supportJames Smart1-12/+118
2020-05-09nvme-fcloop: refactor to enable target to host LSJames Smart1-6/+13
2020-05-09nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart1-10/+10
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart1-1/+0
2020-03-31nvme-fcloop: fix deallocation of working contextJames Smart1-24/+52
2019-11-27nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+1
2019-07-09nvme-fcloop: resolve warnings on RCU usage and sleep warningsJames Smart1-1/+1
2019-07-09nvme-fcloop: fix inconsistent lock state warningsJames Smart1-21/+21
2019-06-21nvme-fcloop: add support for nvmet discovery_event opJames Smart1-0/+37
2019-02-20nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig1-12/+1
2018-10-17nvmet-fcloop: suppress a compiler warningBart Van Assche1-0/+1
2018-08-28nvme-fcloop: Fix dropped LS's to removed target portJames Smart1-1/+2
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-48/+196
2018-01-08nvme_fcloop: refactor host/target io job accessJames Smart1-22/+125
2018-01-08nvme_fcloop: rework to remove xxx_IN_ISR feature flagsJames Smart1-35/+63
2018-01-08nvme_fcloop: disassocate local port structsJames Smart1-10/+25
2018-01-08nvme_fcloop: fix abort race conditionJames Smart1-5/+7
2017-12-29nvme-fcloop: avoid possible uninitialized variable warningJames Smart1-1/+1
2017-09-25nvme-fcloop: fix port deletes and callbacksJames Smart1-64/+38
2017-09-25nvmet-fcloop: remove use of FC-specific error codesJames Smart1-1/+1
2017-08-28nvmet-fcloop: remove ALL_OPTS defineJohannes Thumshirn1-3/+0
2017-06-15nvmet-fc: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart1-1/+0
2017-04-24nvmet-fcloop: mark two symbols staticChristoph Hellwig1-2/+2
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart1-22/+130
2017-04-21nvme_fcloop: split job struct from transport for req_releaseJames Smart1-8/+17
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart1-5/+10
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart1-2/+3
2016-12-21nvmet/fcloop: remove some logically dead code performing redundant ret checksColin Ian King1-2/+2
2016-12-06nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEJames Smart1-0/+1148