aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28nvmet-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-09nvmet-fc: slight cleanup for kbuild test warningsJames Smart1-3/+4
2020-05-09nvmet-fc: Add Disconnect Association Xmt supportJames Smart1-10/+286
2020-05-09nvmet-fc: rename ls_list to ls_rcv_listJames Smart1-11/+11
2020-05-09nvmet-fc: track hostport handle for associationsJames Smart1-7/+170
2020-05-09nvmet-fc: perform small cleanups on unneeded checksJames Smart1-8/+5
2020-05-09nvmet-fc: add LS failure messagesJames Smart1-3/+19
2020-05-09nvmet-fc: Update target for common definitions for LS handlingJames Smart1-26/+2
2020-05-09nvme-fc: Ensure private pointers are NULL if no dataJames Smart1-1/+4
2020-05-09nvmet-fc: Better size LS buffersJames Smart1-30/+23
2020-05-09nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart1-106/+9
2020-05-09nvme-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
2018-12-07nvmet-fc: remove the IN_ISR deferred scheduling optionsJames Smart1-64/+2
2018-10-17nvmet-fc: fix kernel-doc headersBart Van Assche1-3/+3
2018-10-01nvmet_fc: support target port removal with nvmet layerJames Smart1-8/+120
2018-10-01nvme-fc: fix for a minor typosMilan P. Gandhi1-1/+1
2018-07-24nvmet-fc: fix target sgl list on large transfersJames Smart1-9/+35
2018-05-25nvmet-fc: increase LS buffer count per fc portJames Smart1-1/+1
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig1-2/+2
2018-03-26nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart1-3/+16
2018-01-08nvmet-fc: cleanup nvmet add_port/remove_portJames Smart1-21/+3
2018-01-06nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche1-34/+2
2017-11-20nvmet-fc: correct ref counting error when deferred rcv usedJames Smart1-3/+6
2017-11-16nvmet_fc: fix better length checkingJames Smart1-2/+4
2017-11-10nvmet: better data length validationChristoph Hellwig1-20/+12
2017-11-01nvmet: fix fatal_err_work deadlockJames Smart1-2/+14
2017-09-25nvmet-fc: ensure target queue id within range.James Smart1-0/+3
2017-09-25nvmet-fc: on port remove call put outside lockJames Smart1-1/+5