linux/drivers/nvme/host
Kanchan Joshi 51ad06cd69 nvme: avoid memset for passthrough requests
nvme_clear_nvme_request() clears the nvme_command, which is unncessary
for passthrough requests as nvme_command is overwritten immediately.
Move clearing part from this helper to the caller, so that double memset
for passthrough requests is avoided.

Signed-off-by: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2021-05-04 09:35:49 +02:00
..
core.c nvme: avoid memset for passthrough requests 2021-05-04 09:35:49 +02:00
fabrics.c nvme: sanitize KATO setting 2021-04-21 19:13:15 +02:00
fabrics.h nvme-fabrics: only reserve a single tag 2021-03-18 05:38:48 +01:00
fault_inject.c nvme: enable to inject errors into admin commands 2019-06-21 11:15:50 +02:00
fc.c for-5.13/drivers-2021-04-27 2021-04-28 14:39:37 -07:00
fc.h nvme-fc: Update header and host for common definitions for LS handling 2020-05-09 16:18:33 -06:00
hwmon.c nvme-hwmon: Return error code when registration fails 2021-03-05 13:41:03 +01:00
ioctl.c nvme: fix controller ioctl through ns_head 2021-05-04 09:35:47 +02:00
Kconfig nvme-tcp: fix kconfig dependency warning when !CRYPTO 2020-09-15 07:58:49 +02:00
lightnvm.c for-5.13/drivers-2021-04-27 2021-04-28 14:39:37 -07:00
Makefile nvme: move the ioctl code to a separate file 2021-04-15 08:12:55 +02:00
multipath.c nvme: introduce generic per-namespace chardev 2021-04-22 07:25:17 +02:00
nvme.h nvme: fix controller ioctl through ns_head 2021-05-04 09:35:47 +02:00
pci.c nvme-pci: remove single trailing whitespace 2021-04-15 08:12:54 +02:00
rdma.c for-5.13/drivers-2021-04-27 2021-04-28 14:39:37 -07:00
tcp.c for-5.13/drivers-2021-04-27 2021-04-28 14:39:37 -07:00
trace.c nvme: add tracing of zns commands 2021-02-02 10:26:12 +01:00
trace.h nvme-trace: print result and status in hex format 2019-06-21 11:12:37 +02:00
zns.c nvme: let namespace probing continue for unsupported features 2021-04-15 08:12:56 +02:00