summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fc.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner2024-04-041-7/+10
* nvmet-fc: use RCU list iterator for assoc_listDaniel Wagner2024-02-011-12/+22
* nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner2024-02-011-8/+23
* nvmet-fc: avoid deadlock on delete association pathDaniel Wagner2024-02-011-3/+13
* nvmet-fc: abort command when there is no bindingDaniel Wagner2024-02-011-2/+6
* nvmet-fc: do not tack refs on tgtports from assocDaniel Wagner2024-02-011-7/+1
* nvmet-fc: remove null hostport pointer checkDaniel Wagner2024-02-011-4/+2
* nvmet-fc: hold reference on hostport matchDaniel Wagner2024-02-011-2/+0
* nvmet-fc: free queue and assoc directlyDaniel Wagner2024-02-011-4/+2
* nvmet-fc: defer cleanup using RCU properlyDaniel Wagner2024-02-011-46/+37
* nvmet-fc: release reference on target portDaniel Wagner2024-02-011-1/+2
* nvmet: add module description to stop warningsChaitanya Kulkarni2024-01-241-0/+1
* nvmet-fc: remove unnecessary bracketDaniel Wagner2024-01-031-1/+1
* nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byKees Cook2023-10-051-1/+2
* nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel2023-02-011-1/+3
* nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-291-4/+4
* nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni2022-03-141-1/+1
* nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni2022-03-141-1/+1
* nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-6/+6
* nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke2021-06-171-8/+2
* nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel2021-04-151-31/+46
* nvmet-fc: update function documentationChaitanya Kulkarni2021-04-021-0/+1
* nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig2021-02-101-1/+1
* nvmet-fc: use RCU proctection for assoc_listLeonid Ravich2021-02-021-43/+38
* nvmet-fc: fix missing check for no hostport structJames Smart2020-09-271-1/+1
* nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET2020-08-281-2/+2
* nvmet-fc: remove redundant del_work_active flagJames Smart2020-07-291-24/+3
* nvmet-fc: check successful reference in nvmet_fc_find_target_assocJames Smart2020-07-291-1/+2
* nvmet-fc: slight cleanup for kbuild test warningsJames Smart2020-05-091-3/+4
* nvmet-fc: Add Disconnect Association Xmt supportJames Smart2020-05-091-10/+286
* nvmet-fc: rename ls_list to ls_rcv_listJames Smart2020-05-091-11/+11
* nvmet-fc: track hostport handle for associationsJames Smart2020-05-091-7/+170
* nvmet-fc: perform small cleanups on unneeded checksJames Smart2020-05-091-8/+5
* nvmet-fc: add LS failure messagesJames Smart2020-05-091-3/+19
* nvmet-fc: Update target for common definitions for LS handlingJames Smart2020-05-091-26/+2
* nvme-fc: Ensure private pointers are NULL if no dataJames Smart2020-05-091-1/+4
* nvmet-fc: Better size LS buffersJames Smart2020-05-091-30/+23
* nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart2020-05-091-106/+9
* nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2020-05-091-20/+57
* nvmet-fc: fix typo in commentJames Smart2020-03-311-1/+1
* nvmet: Open code nvmet_req_execute()Christoph Hellwig2019-11-041-2/+2
* nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart2019-11-041-12/+15
* nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im2019-06-211-1/+1
* nvmet-fc: add transport discovery change event callback supportJames Smart2019-06-211-0/+11
* nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy2019-04-251-1/+1
* nvmet-fc: use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva2019-04-051-5/+2
* nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart2019-03-131-31/+2
* nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart2019-03-131-5/+4
* nvmet-fc: convert to SPDX identifiersChristoph Hellwig2019-02-201-13/+1
* nvmet-fc: remove the IN_ISR deferred scheduling optionsJames Smart2018-12-071-64/+2