summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fcloop.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: constify static attribute_group structsRikard Falkeborn2021-02-021-1/+1
* nvme-fcloop: Fix sscanf type and list_first_entry_or_null warningsJames Smart2021-01-061-3/+4
* nvme-fcloop: add sysfs attribute to inject command dropJames Smart2020-12-011-2/+79
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* nvme-fcloop: verify wwnn and wwpn formatDongli Zhang2020-07-081-6/+23
* nvme-fcloop: add target to host LS request supportJames Smart2020-05-091-12/+118
* nvme-fcloop: refactor to enable target to host LSJames Smart2020-05-091-6/+13
* nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2020-05-091-10/+10
* nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-041-1/+0
* nvme-fcloop: fix deallocation of working contextJames Smart2020-03-311-24/+52
* nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-271-0/+1
* nvme-fcloop: resolve warnings on RCU usage and sleep warningsJames Smart2019-07-091-1/+1
* nvme-fcloop: fix inconsistent lock state warningsJames Smart2019-07-091-21/+21
* nvme-fcloop: add support for nvmet discovery_event opJames Smart2019-06-211-0/+37
* nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig2019-02-201-12/+1
* nvmet-fcloop: suppress a compiler warningBart Van Assche2018-10-171-0/+1
* nvme-fcloop: Fix dropped LS's to removed target portJames Smart2018-08-281-1/+2
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-48/+196
|\
| * nvme_fcloop: refactor host/target io job accessJames Smart2018-01-081-22/+125
| * nvme_fcloop: rework to remove xxx_IN_ISR feature flagsJames Smart2018-01-081-35/+63
| * nvme_fcloop: disassocate local port structsJames Smart2018-01-081-10/+25
| * nvme_fcloop: fix abort race conditionJames Smart2018-01-081-5/+7
* | nvme-fcloop: avoid possible uninitialized variable warningJames Smart2017-12-291-1/+1
|/
* nvme-fcloop: fix port deletes and callbacksJames Smart2017-09-251-64/+38
* nvmet-fcloop: remove use of FC-specific error codesJames Smart2017-09-251-1/+1
* nvmet-fcloop: remove ALL_OPTS defineJohannes Thumshirn2017-08-281-3/+0
* nvmet-fc: Remove a set-but-not-used variableBart Van Assche2017-06-151-2/+0
* nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-201-1/+0
* nvmet-fcloop: mark two symbols staticChristoph Hellwig2017-04-241-2/+2
* nvmet_fc: Rework target side abort handlingJames Smart2017-04-211-22/+130
* nvme_fcloop: split job struct from transport for req_releaseJames Smart2017-04-211-8/+17
* nvmet_fc: add req_release to lldd apiJames Smart2017-04-211-5/+10
* nvmet_fc: add target feature flags for upcall isr contextsJames Smart2017-04-211-2/+3
* nvmet/fcloop: remove some logically dead code performing redundant ret checksColin Ian King2016-12-211-2/+2
* nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEJames Smart2016-12-061-0/+1148