kernel_optimize_test/drivers/nvme/target
Hannes Reinecke 950a739905 nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()
[ Upstream commit 2a4a910aa4f0acc428dc8d10227c42e14ed21d10 ]

When parsing a request in nvmet_fc_handle_fcp_rqst() we should not
check for invalid target ports; if we do the command is aborted
from the fcp layer, causing the host to assume a transport error.
Rather we should still forward this request to the nvmet layer, which
will then correctly fail the command with an appropriate error status.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-07-14 16:56:00 +02:00
..
admin-cmd.c nvmet: remove unsupported command noise 2021-05-22 11:40:54 +02:00
configfs.c
core.c nvmet: fix false keep-alive timeout when a controller is torn down 2021-06-16 12:01:38 +02:00
discovery.c
fabrics-cmd.c
fc.c nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst() 2021-07-14 16:56:00 +02:00
fcloop.c
io-cmd-bdev.c nvmet: fix inline bio check for bdev-ns 2021-05-19 10:13:14 +02:00
io-cmd-file.c nvmet: seset ns->file when open fails 2021-05-26 12:06:50 +02:00
Kconfig
loop.c nvme-loop: do not warn for deleted controllers during reset 2021-06-18 10:00:05 +02:00
Makefile
nvmet.h nvmet: fix false keep-alive timeout when a controller is torn down 2021-06-16 12:01:38 +02:00
passthru.c
rdma.c nvmet-rdma: Fix NULL deref when SEND is completed with error 2021-05-19 10:13:14 +02:00
tcp.c nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_response 2021-06-03 09:00:39 +02:00
trace.c
trace.h