Revision 0fd169576648452725fa2949bf391d10883d3991 authored by Hans de Goede on 12 December 2019, 14:09:14 UTC, committed by Al Viro on 08 February 2020, 22:34:58 UTC
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>
1 parent f35aa2b
History
File Mode Size
Kconfig -rw-r--r-- 3.6 KB
Makefile -rw-r--r-- 553 bytes
l2tp_core.c -rw-r--r-- 46.9 KB
l2tp_core.h -rw-r--r-- 9.5 KB
l2tp_debugfs.c -rw-r--r-- 9.0 KB
l2tp_eth.c -rw-r--r-- 8.7 KB
l2tp_ip.c -rw-r--r-- 16.0 KB
l2tp_ip6.c -rw-r--r-- 19.5 KB
l2tp_netlink.c -rw-r--r-- 26.0 KB
l2tp_ppp.c -rw-r--r-- 43.7 KB

back to top