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: Christoph Hellwig <hch@infradead.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Showing
fs/vboxsf/Kconfig
0 → 100644
fs/vboxsf/Makefile
0 → 100644
fs/vboxsf/dir.c
0 → 100644
This diff is collapsed.
fs/vboxsf/file.c
0 → 100644
This diff is collapsed.
fs/vboxsf/shfl_hostintf.h
0 → 100644
This diff is collapsed.
fs/vboxsf/super.c
0 → 100644
This diff is collapsed.
fs/vboxsf/utils.c
0 → 100644
This diff is collapsed.
fs/vboxsf/vboxsf_wrappers.c
0 → 100644
This diff is collapsed.
fs/vboxsf/vfsmod.h
0 → 100644
Please register or sign in to comment