WSL2-Linux-Kernel/drivers/nvme/host
Christoph Hellwig c62b37d96b block: move ->make_request_fn to struct block_device_operations
The make_request_fn is a little weird in that it sits directly in
struct request_queue instead of an operation vector.  Replace it with
a block_device_operations method called submit_bio (which describes much
better what it does).  Also remove the request_queue argument to it, as
the queue can be derived pretty trivially from the bio.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-07-01 07:27:24 -06:00
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile nvme: Add hardware monitoring support 2019-11-12 01:57:35 +09:00
core.c block: move ->make_request_fn to struct block_device_operations 2020-07-01 07:27:24 -06:00
fabrics.c nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow 2020-03-26 04:51:55 +09:00
fabrics.h nvme: Remove ADMIN_ONLY state 2019-10-14 23:21:44 +09:00
fault_inject.c
fc.c nvme: use blk_mq_complete_request_remote to avoid an indirect function call 2020-06-24 09:15:57 -06: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: switch to use <linux/units.h> helpers 2020-01-31 10:30:40 -08:00
lightnvm.c nvme: introduce namespace features flag 2020-05-27 07:12:38 +02:00
multipath.c block: move ->make_request_fn to struct block_device_operations 2020-07-01 07:27:24 -06:00
nvme.h block: move ->make_request_fn to struct block_device_operations 2020-07-01 07:27:24 -06:00
pci.c nvme: use blk_mq_complete_request_remote to avoid an indirect function call 2020-06-24 09:15:57 -06:00
rdma.c nvme-rdma: fix a missing completion with remove invalidation 2020-06-24 09:15:58 -06:00
tcp.c nvme: use blk_mq_complete_request_remote to avoid an indirect function call 2020-06-24 09:15:57 -06:00
trace.c nvme: trace: parse Get LBA Status command in detail 2019-08-29 12:55:01 -07:00
trace.h