summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/fc.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-26nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor1-1/+1
2024-04-04nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner1-7/+10
2024-02-01nvmet-fc: use RCU list iterator for assoc_listDaniel Wagner1-12/+22
2024-02-01nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner1-8/+23
2024-02-01nvmet-fc: avoid deadlock on delete association pathDaniel Wagner1-3/+13
2024-02-01nvmet-fc: abort command when there is no bindingDaniel Wagner1-2/+6
2024-02-01nvmet-fc: do not tack refs on tgtports from assocDaniel Wagner1-7/+1
2024-02-01nvmet-fc: remove null hostport pointer checkDaniel Wagner1-4/+2
2024-02-01nvmet-fc: hold reference on hostport matchDaniel Wagner1-2/+0
2024-02-01nvmet-fc: free queue and assoc directlyDaniel Wagner1-4/+2
2024-02-01nvmet-fc: defer cleanup using RCU properlyDaniel Wagner1-46/+37
2024-02-01nvmet-fc: release reference on target portDaniel Wagner1-1/+2
2024-01-24nvmet: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-03nvmet-fc: remove unnecessary bracketDaniel Wagner1-1/+1
2023-10-05nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byKees Cook1-1/+2
2023-02-01nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel1-1/+3
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg1-4/+4
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni1-1/+1
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni1-1/+1
2022-02-28nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-6/+6
2021-06-17nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke1-8/+2
2021-04-15nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel1-31/+46
2021-04-02nvmet-fc: update function documentationChaitanya Kulkarni1-0/+1
2021-02-10nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig1-1/+1
2021-02-02nvmet-fc: use RCU proctection for assoc_listLeonid Ravich1-43/+38
2020-09-27nvmet-fc: fix missing check for no hostport structJames Smart1-1/+1
2020-08-29nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-07-29nvmet-fc: remove redundant del_work_active flagJames Smart1-24/+3
2020-07-29nvmet-fc: check successful reference in nvmet_fc_find_target_assocJames Smart1-1/+2
2020-05-10nvmet-fc: slight cleanup for kbuild test warningsJames Smart1-3/+4
2020-05-10nvmet-fc: Add Disconnect Association Xmt supportJames Smart1-10/+286
2020-05-10nvmet-fc: rename ls_list to ls_rcv_listJames Smart1-11/+11
2020-05-10nvmet-fc: track hostport handle for associationsJames Smart1-7/+170
2020-05-10nvmet-fc: perform small cleanups on unneeded checksJames Smart1-8/+5
2020-05-10nvmet-fc: add LS failure messagesJames Smart1-3/+19
2020-05-10nvmet-fc: Update target for common definitions for LS handlingJames Smart1-26/+2
2020-05-10nvme-fc: Ensure private pointers are NULL if no dataJames Smart1-1/+4
2020-05-10nvmet-fc: Better size LS buffersJames Smart1-30/+23
2020-05-10nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart1-106/+9
2020-05-10nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart1-20/+57
2020-03-31nvmet-fc: fix typo in commentJames Smart1-1/+1
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig1-2/+2
2019-11-04nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart1-12/+15
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im1-1/+1
2019-06-21nvmet-fc: add transport discovery change event callback supportJames Smart1-0/+11
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy1-1/+1
2019-04-05nvmet-fc: use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva1-5/+2
2019-03-13nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart1-31/+2
2019-03-13nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart1-5/+4
2019-02-20nvmet-fc: convert to SPDX identifiersChristoph Hellwig1-13/+1