index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
fc.c
Age
Commit message (
Expand
)
Author
2025-06-04
nvme: spelling fixes
Yi Zhang
2025-05-20
nvmet-fc: take tgtport refs for portentry
Daniel Wagner
2025-05-20
nvmet-fc: free pending reqs on tgtport unregister
Daniel Wagner
2025-05-20
nvmet: simplify the nvmet_req_init() interface
Wilfred Mallawa
2025-05-20
nvmet: support completion queue sharing
Wilfred Mallawa
2025-05-20
nvmet: fabrics: add CQ init and destroy
Wilfred Mallawa
2025-04-09
nvmet-fc: put ref when assoc->del_work is already scheduled
Daniel Wagner
2025-04-09
nvmet-fc: take tgtport reference only once
Daniel Wagner
2025-04-09
nvmet-fc: update tgtport ref per assoc
Daniel Wagner
2025-04-09
nvmet-fc: inline nvmet_fc_free_hostport
Daniel Wagner
2025-04-09
nvmet-fc: inline nvmet_fc_delete_assoc
Daniel Wagner
2025-03-20
nvmet-fc: Remove unused functions
WangYuli
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-06-26
nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]
Nathan Chancellor
2024-06-24
nvmet-fc: implement host_traddr()
Hannes Reinecke
2024-04-04
nvmet-fc: move RCU read lock to nvmet_fc_assoc_exists
Daniel Wagner
2024-02-01
nvmet-fc: use RCU list iterator for assoc_list
Daniel Wagner
2024-02-01
nvmet-fc: take ref count on tgtport before delete assoc
Daniel Wagner
2024-02-01
nvmet-fc: avoid deadlock on delete association path
Daniel Wagner
2024-02-01
nvmet-fc: abort command when there is no binding
Daniel Wagner
2024-02-01
nvmet-fc: do not tack refs on tgtports from assoc
Daniel Wagner
2024-02-01
nvmet-fc: remove null hostport pointer check
Daniel Wagner
2024-02-01
nvmet-fc: hold reference on hostport match
Daniel Wagner
2024-02-01
nvmet-fc: free queue and assoc directly
Daniel Wagner
2024-02-01
nvmet-fc: defer cleanup using RCU properly
Daniel Wagner
2024-02-01
nvmet-fc: release reference on target port
Daniel Wagner
2024-01-24
nvmet: add module description to stop warnings
Chaitanya Kulkarni
2024-01-03
nvmet-fc: remove unnecessary bracket
Daniel Wagner
2023-10-05
nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_by
Kees Cook
2023-02-01
nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association
Amit Engel
2022-03-29
nvmet: use a private workqueue instead of the system workqueue
Sagi Grimberg
2022-03-14
nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetport
Chaitanya Kulkarni
2022-03-14
nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetport
Chaitanya Kulkarni
2022-02-28
nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2021-06-17
nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()
Hannes Reinecke
2021-04-15
nvmet-fc: simplify nvmet_fc_alloc_hostport
Amit Engel
2021-04-02
nvmet-fc: update function documentation
Chaitanya Kulkarni
2021-02-10
nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues
Christoph Hellwig
2021-02-02
nvmet-fc: use RCU proctection for assoc_list
Leonid Ravich
2020-09-27
nvmet-fc: fix missing check for no hostport struct
James Smart
2020-08-28
nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'
Christophe JAILLET
2020-07-29
nvmet-fc: remove redundant del_work_active flag
James Smart
2020-07-29
nvmet-fc: check successful reference in nvmet_fc_find_target_assoc
James Smart
2020-05-09
nvmet-fc: slight cleanup for kbuild test warnings
James Smart
2020-05-09
nvmet-fc: Add Disconnect Association Xmt support
James Smart
2020-05-09
nvmet-fc: rename ls_list to ls_rcv_list
James Smart
2020-05-09
nvmet-fc: track hostport handle for associations
James Smart
2020-05-09
nvmet-fc: perform small cleanups on unneeded checks
James Smart
2020-05-09
nvmet-fc: add LS failure messages
James Smart
2020-05-09
nvmet-fc: Update target for common definitions for LS handling
James Smart
[next]