summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/fc.c
AgeCommit message (Expand)Author
2025-06-04nvme: spelling fixesYi Zhang
2025-05-20nvmet-fc: take tgtport refs for portentryDaniel Wagner
2025-05-20nvmet-fc: free pending reqs on tgtport unregisterDaniel Wagner
2025-05-20nvmet: simplify the nvmet_req_init() interfaceWilfred Mallawa
2025-05-20nvmet: support completion queue sharingWilfred Mallawa
2025-05-20nvmet: fabrics: add CQ init and destroyWilfred Mallawa
2025-04-09nvmet-fc: put ref when assoc->del_work is already scheduledDaniel Wagner
2025-04-09nvmet-fc: take tgtport reference only onceDaniel Wagner
2025-04-09nvmet-fc: update tgtport ref per assocDaniel Wagner
2025-04-09nvmet-fc: inline nvmet_fc_free_hostportDaniel Wagner
2025-04-09nvmet-fc: inline nvmet_fc_delete_assocDaniel Wagner
2025-03-20nvmet-fc: Remove unused functionsWangYuli
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-06-26nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor
2024-06-24nvmet-fc: implement host_traddr()Hannes Reinecke
2024-04-04nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner
2024-02-01nvmet-fc: use RCU list iterator for assoc_listDaniel Wagner
2024-02-01nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner
2024-02-01nvmet-fc: avoid deadlock on delete association pathDaniel Wagner
2024-02-01nvmet-fc: abort command when there is no bindingDaniel Wagner
2024-02-01nvmet-fc: do not tack refs on tgtports from assocDaniel Wagner
2024-02-01nvmet-fc: remove null hostport pointer checkDaniel Wagner
2024-02-01nvmet-fc: hold reference on hostport matchDaniel Wagner
2024-02-01nvmet-fc: free queue and assoc directlyDaniel Wagner
2024-02-01nvmet-fc: defer cleanup using RCU properlyDaniel Wagner
2024-02-01nvmet-fc: release reference on target portDaniel Wagner
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni
2024-01-03nvmet-fc: remove unnecessary bracketDaniel Wagner
2023-10-05nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byKees Cook
2023-02-01nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni
2022-02-28nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2021-06-17nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke
2021-04-15nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel
2021-04-02nvmet-fc: update function documentationChaitanya Kulkarni
2021-02-10nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig
2021-02-02nvmet-fc: use RCU proctection for assoc_listLeonid Ravich
2020-09-27nvmet-fc: fix missing check for no hostport structJames Smart
2020-08-28nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET
2020-07-29nvmet-fc: remove redundant del_work_active flagJames Smart
2020-07-29nvmet-fc: check successful reference in nvmet_fc_find_target_assocJames Smart
2020-05-09nvmet-fc: slight cleanup for kbuild test warningsJames Smart
2020-05-09nvmet-fc: Add Disconnect Association Xmt supportJames Smart
2020-05-09nvmet-fc: rename ls_list to ls_rcv_listJames Smart
2020-05-09nvmet-fc: track hostport handle for associationsJames Smart
2020-05-09nvmet-fc: perform small cleanups on unneeded checksJames Smart
2020-05-09nvmet-fc: add LS failure messagesJames Smart
2020-05-09nvmet-fc: Update target for common definitions for LS handlingJames Smart