WSL2-Linux-Kernel/drivers/nvme/host
Sagi Grimberg 148b4e7ff3 nvme-rdma: stop queues instead of simply flipping their state
If we move the queues from LIVE state, we might as well stop them (drain
for rdma).  Do it after we stop the request queues to prevent a stray
request sneaking in .queue_rq after we stop the queue.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2017-08-28 23:00:33 +03:00
..
Kconfig nvme: Remove SCSI translations 2017-06-28 08:14:13 -06:00
Makefile nvme: Makefile: remove dead build rule 2017-06-29 09:43:23 -06:00
core.c nvme: add support for NVMe 1.3 Timestamp Feature 2017-08-28 21:38:18 +02:00
fabrics.c nvme-fabrics: fix reporting of unrecognized options 2017-08-17 18:48:54 +02:00
fabrics.h nvme: read the subsystem NQN from Identify Controller 2017-06-28 08:14:13 -06:00
fc.c nvme: Add admin_tagset pointer to nvme_ctrl 2017-08-28 21:38:24 +02:00
lightnvm.c block: replace bi_bdev with a gendisk pointer and partitions index 2017-08-23 12:49:55 -06:00
nvme.h nvme: Add admin_tagset pointer to nvme_ctrl 2017-08-28 21:38:24 +02:00
pci.c nvme: Add admin_tagset pointer to nvme_ctrl 2017-08-28 21:38:24 +02:00
rdma.c nvme-rdma: stop queues instead of simply flipping their state 2017-08-28 23:00:33 +03:00