aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fcloop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15nvmet-fcloop: call done callback even when remote port is goneDaniel Wagner1-3/+5
2025-05-20nvmet-fcloop: don't wait for lport cleanupDaniel Wagner1-17/+4
2025-05-20nvmet-fcloop: add missing fcloop_callback_host_doneDaniel Wagner1-3/+9
2025-05-20nvmet-fcloop: drop response if targetport is goneDaniel Wagner1-5/+14
2025-05-20nvmet-fcloop: allocate/free fcloop_lsreq directlyDaniel Wagner1-18/+45
2025-05-20nvmet-fcloop: prevent double port deletionDaniel Wagner1-2/+17
2025-05-20nvmet-fcloop: access fcpreq only when holding reqlockDaniel Wagner1-15/+16
2025-05-20nvmet-fcloop: update refs on tfcp_reqDaniel Wagner1-3/+7
2025-05-20nvmet-fcloop: refactor fcloop_delete_local_portDaniel Wagner1-15/+15
2025-05-20nvmet-fcloop: refactor fcloop_nport_alloc and track lportDaniel Wagner1-43/+64
2025-05-20nvmet-fcloop: remove nport from list on last userDaniel Wagner1-2/+6
2025-05-20nvmet-fcloop: track ref counts for nportsDaniel Wagner1-43/+92
2025-04-09nvmet-fcloop: add ref counting to lportDaniel Wagner1-13/+31
2025-04-09nvmet-fcloop: replace kref with refcountDaniel Wagner1-24/+12
2025-04-09nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner1-1/+1
2024-06-24nvme-fcloop: implement 'host_traddr'Hannes Reinecke1-0/+11
2024-03-05nvme: fcloop: make fcloop_class constantRicardo B. Marliere1-8/+9
2024-02-01nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner1-3/+3
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-05nvmet-fcloop: Remove remote port from list when unlinkingDaniel Wagner1-5/+2
2023-06-12nvmet-fcloop: Do not wait on completion when unregister failsDaniel Wagner1-1/+2
2023-06-12nvme-fcloop: no need to return from void functionChaitanya Kulkarni1-2/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2023-04-13nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Ming Lei1-21/+27
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg1-8/+8
2021-02-02nvme: constify static attribute_group structsRikard Falkeborn1-1/+1
2021-01-06nvme-fcloop: Fix sscanf type and list_first_entry_or_null warningsJames Smart1-3/+4
2020-12-01nvme-fcloop: add sysfs attribute to inject command dropJames Smart1-2/+79
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