alistair23-linux/drivers/nvme/host
Keith Busch db3cbfff5b NVMe: IO queue deletion re-write
The nvme driver deletes IO queues asynchronously since this operation
may potentially take an undesirable amount of time with a large number
of queues if done serially.

The driver used to manage coordinating asynchronous deletions. This
patch simplifies that by leveraging the block layer rather than using
kthread workers and chaining more complicated callbacks.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2016-01-12 14:47:56 -07:00
..
core.c NVMe: Remove queue freezing on resets 2016-01-12 13:33:36 -07:00
Kconfig nvme: make SG_IO support optional 2016-01-12 13:30:16 -07:00
lightnvm.c NVMe: fix build with CONFIG_NVM enabled 2015-12-03 09:52:05 -07:00
Makefile nvme: make SG_IO support optional 2016-01-12 13:30:16 -07:00
nvme.h NVMe: Remove queue freezing on resets 2016-01-12 13:33:36 -07:00
pci.c NVMe: IO queue deletion re-write 2016-01-12 14:47:56 -07:00
scsi.c nvme: move chardev and sysfs interface to common code 2015-12-01 10:59:40 -07:00