linux_dsm_epyc7002/drivers/nvme/host
Christoph Hellwig d24de76af8 block: remove the error argument to the block_bio_complete tracepoint
The status can be trivially derived from the bio itself.  That also avoid
callers like NVMe to incorrectly pass a blk_status_t instead of the errno,
and the overhead of translating the blk_status_t to the errno in the I/O
completion fast path when no tracing is enabled.

Fixes: 35fe0d12c8 ("nvme: trace bio completion")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-06-04 21:16:11 -06:00
..
core.c for-5.8/drivers-2020-06-01 2020-06-02 15:37:03 -07:00
fabrics.c nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow 2020-03-26 04:51:55 +09:00
fabrics.h
fault_inject.c
fc.c nvme: replace zero-length array with flexible-array 2020-05-27 07:12:37 +02: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
Kconfig
lightnvm.c nvme: introduce namespace features flag 2020-05-27 07:12:38 +02:00
Makefile
multipath.c nvme: define constants for identification values 2020-05-09 16:18:36 -06:00
nvme.h block: remove the error argument to the block_bio_complete tracepoint 2020-06-04 21:16:11 -06:00
pci.c for-5.8/drivers-2020-06-01 2020-06-02 15:37:03 -07:00
rdma.c nvme-rdma: add metadata/T10-PI support 2020-05-27 07:12:39 +02:00
tcp.c nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to send 2020-05-27 07:12:36 +02:00
trace.c
trace.h