linux/drivers/nvme/host
Christoph Hellwig 1673f1f08c nvme: move block_device_operations and ns/ctrl freeing to common code
This moves the block_device_operations over to common code mostly
as-is.  The only change is that the ns and ctrl refcounting got some
small refcounting to have wrappers around the kref_put operations.

A new free_ctrl operation is added to allow the PCI driver to free
it's ressources on the final drop.

Signed-off-by: Christoph Hellwig <hch@lst.de>
[Moved the integrity and pr changes due to merge conflict]
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2015-12-01 10:59:39 -07:00
..
core.c nvme: move block_device_operations and ns/ctrl freeing to common code 2015-12-01 10:59:39 -07:00
Kconfig
lightnvm.c blk-mq: add a flags parameter to blk_mq_alloc_request 2015-12-01 10:53:59 -07:00
Makefile nvme: split command submission helpers out of pci.c 2015-12-01 10:59:38 -07:00
nvme.h nvme: move block_device_operations and ns/ctrl freeing to common code 2015-12-01 10:59:39 -07:00
pci.c nvme: move block_device_operations and ns/ctrl freeing to common code 2015-12-01 10:59:39 -07:00
scsi.c nvme: split __nvme_submit_sync_cmd 2015-12-01 10:59:39 -07:00