fs: Add VirtualBox guest shared folder (vboxsf) support
VirtualBox hosts can share folders with guests, this commit adds a VFS driver implementing the Linux-guest side of this, allowing folders exported by the host to be mounted under Linux. This driver depends on the guest <-> host IPC functions exported by the vboxguest driver. Acked-by: NChristoph Hellwig <hch@infradead.org> Signed-off-by: NHans de Goede <hdegoede@redhat.com> Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Showing
fs/vboxsf/Kconfig
0 → 100644
fs/vboxsf/Makefile
0 → 100644
fs/vboxsf/dir.c
0 → 100644
fs/vboxsf/file.c
0 → 100644
fs/vboxsf/shfl_hostintf.h
0 → 100644
此差异已折叠。
fs/vboxsf/super.c
0 → 100644
fs/vboxsf/utils.c
0 → 100644
fs/vboxsf/vboxsf_wrappers.c
0 → 100644
fs/vboxsf/vfsmod.h
0 → 100644
想要评论请 注册 或 登录