Files
linux/drivers
Keith Busch 42483228d4 NVMe: Remove hctx reliance for multi-namespace
The driver needs to track shared tags to support multiple namespaces
that may be dynamically allocated or deleted. Relying on the first
request_queue's hctx's is not appropriate as we cannot clear outstanding
tags for all namespaces using this handle, nor can the driver easily track
all request_queue's hctx as namespaces are attached/detached. Instead,
this patch uses the nvme_dev's tagset to get the shared tag resources
instead of through a request_queue hctx.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2015-06-01 14:36:06 -06:00
..
2015-05-05 13:40:42 -06:00
2015-04-30 16:48:53 -04:00
2015-04-07 12:05:12 +02:00
2015-04-15 10:02:42 +02:00
2015-04-27 10:10:19 -07:00
2015-04-08 08:11:51 -06:00