summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvmet-fc: fix kernel-doc headersBart Van Assche2018-10-171-3/+3
* nvmet_fc: support target port removal with nvmet layerJames Smart2018-10-011-8/+120
* nvme-fc: fix for a minor typosMilan P. Gandhi2018-10-011-1/+1
* nvmet-fc: fix target sgl list on large transfersJames Smart2018-07-241-9/+35
* nvmet-fc: increase LS buffer count per fc portJames Smart2018-05-251-1/+1
* nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig2018-03-261-2/+2
* nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart2018-03-261-3/+16
* nvmet-fc: cleanup nvmet add_port/remove_portJames Smart2018-01-081-21/+3
* nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-061-34/+2
* nvmet-fc: correct ref counting error when deferred rcv usedJames Smart2017-11-201-3/+6
* nvmet_fc: fix better length checkingJames Smart2017-11-161-2/+4
* nvmet: better data length validationChristoph Hellwig2017-11-101-20/+12
* nvmet: fix fatal_err_work deadlockJames Smart2017-11-011-2/+14
* nvmet-fc: ensure target queue id within range.James Smart2017-09-251-0/+3
* nvmet-fc: on port remove call put outside lockJames Smart2017-09-251-1/+5
* nvmet-fc: fix failing max io queue connectionsJames Smart2017-09-251-3/+3
* nvmet-fc: remove use of FC-specific error codesJames Smart2017-09-251-6/+3
* nvmet-fc: simplify sg list handlingJames Smart2017-08-281-38/+10
* nvmet-fc: eliminate incorrect static markers on local variablesJames Smart2017-08-171-2/+2
* nvmet-fc: correct use after free on list teardownJames Smart2017-08-161-2/+3