gvisor/pkg/sentry/fsimpl
Jamie Liu 471b15b212 Port most syscalls to VFS2.
pipe and pipe2 aren't ported, pending a slight rework of pipe FDs for VFS2.
mount and umount2 aren't ported out of temporary laziness. access and faccessat
need additional FSImpl methods to implement properly, but are stubbed to
prevent googletest from CHECK-failing. Other syscalls require additional
plumbing.

Updates #1623

PiperOrigin-RevId: 297188448
2020-02-25 13:37:34 -08:00
..
devtmpfs Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00
ext Allow vfs.IterDirentsCallback.Handle() to return an error. 2020-02-14 14:40:35 -08:00
gofer Allow vfs.IterDirentsCallback.Handle() to return an error. 2020-02-14 14:40:35 -08:00
kernfs Allow vfs.IterDirentsCallback.Handle() to return an error. 2020-02-14 14:40:35 -08:00
proc Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
sys Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00
testutil Initial network namespace support. 2020-02-20 15:20:40 -08:00
tmpfs VFS2: Support memory mapping in tmpfs. 2020-02-20 09:58:10 -08:00