Spdk/module
Xiaodong Liu 9c6e742679 blobfs: add blobfs_mount RPC as FUSE
This RPC method will mount blobfs on bdev to one host
path through FUSE. Then on the host path, user can
directly do some file operations which will be mapped
to blobfs.

Note:
* The FUSE mount of blobfs can be umounted directly by
SHELL umount or fusermount command.

Change-Id: I7c322d978b39bbc7255fced345a749ad5bfa7077
Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468777
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
2019-10-15 16:25:09 +00:00
..
bdev bdev_nvme: register a remove cb for bdev_nvme. 2019-10-11 20:13:26 +00:00
blob blob_bdev: add spdk_bdev_create_bs_dev_from_desc 2019-09-18 02:59:59 +00:00
blobfs blobfs: add blobfs_mount RPC as FUSE 2019-10-15 16:25:09 +00:00
copy RPC: rename scan_ioat_copy_engine to ioat_scan_copy_engine 2019-09-19 19:24:47 +00:00
event RPC: rename get_subsystem_config to framework_get_config 2019-10-01 13:57:36 +00:00
sock sock/posix: Automatically set a reasonable sndbuf size 2019-10-08 15:48:29 +00:00
Makefile blobfs: add blobfs_detect RPC 2019-10-09 05:02:00 +00:00