linux/drivers/nvme/host
Matias Bjørling 06894efea7 lightnvm: use end_io callback instead of instance
When the lightnvm core had the "gennvm" layer between the device and the
target, there was a need for the core to be able to figure out which
target it should send an end_io callback to. Leading to a "double"
end_io, first for the media manager instance, and then for the target
instance. Now that core and gennvm is merged, there is no longer a need
for this, and a single end_io callback will do.

Signed-off-by: Matias Bjørling <matias@cnexlabs.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2017-01-31 08:32:13 -07:00
..
core.c lightnvm: add ioctls for vector I/Os 2017-01-31 08:32:13 -07:00
fabrics.c nvme-fabrics: Adjust source code indentation 2016-12-06 10:17:03 +02:00
fabrics.h Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block 2016-10-07 14:42:05 -07:00
fc.c nvme/fc: simplify error handling of nvme_fc_create_hw_io_queues 2016-12-21 11:34:25 +01:00
Kconfig nvme-fabrics: Add host support for FC transport 2016-12-06 10:17:56 +02:00
lightnvm.c lightnvm: use end_io callback instead of instance 2017-01-31 08:32:13 -07:00
Makefile nvme-fabrics: Add host support for FC transport 2016-12-06 10:17:56 +02:00
nvme.h lightnvm: add ioctls for vector I/Os 2017-01-31 08:32:13 -07:00
pci.c blk-mq-sched: allow setting of default IO scheduler 2017-01-17 10:04:31 -07:00
rdma.c Updates for 4.10 kernel merge window 2016-12-15 12:03:32 -08:00
scsi.c nvme/scsi: Remove START STOP emulation 2016-12-21 11:33:24 +01:00