Spdk/lib/nvme
Ben Walker f4140ad023 nvme: Change the deallocate interface to generic dsm
Provide a convenience wrapper for general purpose dataset
management commands. The previous wrapper for deallocate
was difficult to use correctly and only for deallocate.

Note that the name is "dataset_management" as opposed to
"data_set_management" to match the NVMe specification.
It's questionable whether "dataset" is valid English, but
it is best to match the specification.

Change-Id: Ifc03d66dbabeabe8146968cf8a09f7ac3446ad68
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
2016-10-04 14:36:09 -07:00
..
Makefile build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
nvme_ctrlr_cmd.c nvme: alloc buffer internally for non-I/O requests 2016-09-13 12:47:46 -07:00
nvme_ctrlr.c nvme: Use log library instead of nvme_printf 2016-09-28 10:15:55 -07:00
nvme_impl.h nvme: Use log library instead of nvme_printf 2016-09-28 10:15:55 -07:00
nvme_intel.c doc/nvme: move pages to separate text files 2016-03-29 10:49:06 -07:00
nvme_internal.h nvme: Use log library instead of nvme_printf 2016-09-28 10:15:55 -07:00
nvme_ns_cmd.c nvme: Change the deallocate interface to generic dsm 2016-10-04 14:36:09 -07:00
nvme_ns.c nvme: Handle inactive but allocated namespaces 2016-10-03 13:55:56 -07:00
nvme_qpair.c nvme: Use log library instead of nvme_printf 2016-09-28 10:15:55 -07:00
nvme.c nvme: Use log library instead of nvme_printf 2016-09-28 10:15:55 -07:00