linux/drivers/nvme/host
Christoph Hellwig 69d3b8ac15 nvme: synchronize access to ctrl->namespaces
Currently traversal and modification of ctrl->namespaces happens completely
unsynchronized, which can be fixed by the addition of a simple mutex.

Note: nvme_dev_ioctl will be handled in the next patch.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Acked-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2016-01-12 13:30:13 -07:00
..
core.c nvme: synchronize access to ctrl->namespaces 2016-01-12 13:30:13 -07:00
Kconfig NVMe: Add explicit block config dependency 2015-10-12 11:43:22 -06:00
lightnvm.c NVMe: fix build with CONFIG_NVM enabled 2015-12-03 09:52:05 -07:00
Makefile nvme: split command submission helpers out of pci.c 2015-12-01 10:59:38 -07:00
nvme.h nvme: synchronize access to ctrl->namespaces 2016-01-12 13:30:13 -07:00
pci.c nvme: Move nvme_freeze/unfreeze_queues to nvme core 2016-01-12 13:30:11 -07:00
scsi.c nvme: move chardev and sysfs interface to common code 2015-12-01 10:59:40 -07:00