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-- 1.6 KB
Makefile -rw-r--r-- 306 bytes
af_x25.c -rw-r--r-- 40.0 KB
sysctl_net_x25.c -rw-r--r-- 2.0 KB
x25_dev.c -rw-r--r-- 4.2 KB
x25_facilities.c -rw-r--r-- 8.9 KB
x25_forward.c -rw-r--r-- 3.6 KB
x25_in.c -rw-r--r-- 10.6 KB
x25_link.c -rw-r--r-- 8.7 KB
x25_out.c -rw-r--r-- 5.1 KB
x25_proc.c -rw-r--r-- 4.8 KB
x25_route.c -rw-r--r-- 4.5 KB
x25_subr.c -rw-r--r-- 9.1 KB
x25_timer.c -rw-r--r-- 3.6 KB

back to top