Spdk/lib/bdev
paul luse 68e7da44ec bdev/compress: add RPC to list orphaned comp bdevs
The previous patch in this series introduced the notion of an
orphan comp bdev which is available only for deletion due to
a missing PMEM file.  This RPC allows applications to list
orphaned comp bdevs as they will not show up with get_bdevs
because they are not registered bdevs.

Signed-off-by: paul luse <paul.e.luse@intel.com>
Change-Id: I431f9cdebd4e5ae6068308639cb41d6c52f7309b
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465812
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-08-22 04:31:46 +00:00
..
aio RPC: rename RPC aio_bdev series 2019-08-20 22:44:20 +00:00
compress bdev/compress: add RPC to list orphaned comp bdevs 2019-08-22 04:31:46 +00:00
crypto RPC: rename RPC crypto_bdev series 2019-08-20 22:44:58 +00:00
delay bdev/delay: fix latency reporting. 2019-08-20 20:35:59 +00:00
error jsonrpc: don't check returned value from spdk_jsonrpc_begin_result() 2019-07-22 05:13:30 +00:00
gpt bdev/gpt: call get buffer function before forwarding read I/O to the base bdev 2019-07-12 02:25:57 +00:00
iscsi bdev_iscsi: fix crash when connecting to a non existing iqn 2019-07-29 03:18:33 +00:00
lvol jsonrpc: don't check returned value from spdk_jsonrpc_begin_result() 2019-07-22 05:13:30 +00:00
malloc scripts/rpc: Change rpc construct_malloc_bdev to bdev_malloc_create 2019-08-14 22:15:08 +00:00
null bdev/null: Pack constructor parameters into a structure 2019-08-12 20:41:31 +00:00
nvme nvme: fix json response on failed construct_nvme_bdev RPCs 2019-08-09 16:35:00 +00:00
ocf jsonrpc: don't check returned value from spdk_jsonrpc_begin_result() 2019-07-22 05:13:30 +00:00
passthru jsonrpc: don't check returned value from spdk_jsonrpc_begin_result() 2019-07-22 05:13:30 +00:00
pmem bdev/pmem: add more descriptive rpc error messages 2019-07-24 18:28:46 +00:00
raid bdev/raid: Unify data type of number of base bdevs to uint8_t 2019-08-12 04:20:15 +00:00
rbd jsonrpc: don't check returned value from spdk_jsonrpc_begin_result() 2019-07-22 05:13:30 +00:00
rpc jsonrpc: don't check returned value from spdk_jsonrpc_begin_result() 2019-07-22 05:13:30 +00:00
split jsonrpc: don't check returned value from spdk_jsonrpc_begin_result() 2019-07-22 05:13:30 +00:00
uring bdev/uring: adjust to the latest io_uring API 2019-06-07 18:43:07 +00:00
virtio jsonrpc: don't check returned value from spdk_jsonrpc_begin_result() 2019-07-22 05:13:30 +00:00
bdev_rpc.c lib: move bdev_rpc under lib/bdev 2019-08-19 06:10:30 +00:00
bdev.c bdev: Create generic _spdk_bdev_open function 2019-08-21 22:39:07 +00:00
Makefile lib: move bdev_rpc under lib/bdev 2019-08-19 06:10:30 +00:00
part.c bdev/part: Remap DIF reference tag for read/write I/O 2019-07-11 11:14:22 +00:00
scsi_nvme.c nvme: fix WRITE_TO_RO_RANGE status code 2019-08-14 02:19:49 +00:00
vtune.c mk: don't use '-include spdk/config.h' 2018-10-02 23:13:32 +00:00