gvisor/pkg/sentry/fsimpl
Dean Deng 5e413cad10 Plumb VFS2 imported fds into virtual filesystem.
- When setting up the virtual filesystem, mount a host.filesystem to contain
  all files that need to be imported.
- Make read/preadv syscalls to the host in cases where preadv2 may not be
  supported yet (likewise for writing).
- Make save/restore functions in kernel/kernel.go return early if vfs2 is
  enabled.

PiperOrigin-RevId: 300922353
2020-03-14 07:14:33 -07:00
..
devtmpfs Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00
ext Implement access/faccessat for VFS2. 2020-03-13 11:41:08 -07:00
gofer Implement access/faccessat for VFS2. 2020-03-13 11:41:08 -07:00
host Plumb VFS2 imported fds into virtual filesystem. 2020-03-14 07:14:33 -07:00
kernfs Add remaining procfs files 2020-03-13 18:57:07 -07:00
proc Add remaining procfs files 2020-03-13 18:57:07 -07:00
sys Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00
testutil Add remaining procfs files 2020-03-13 18:57:07 -07:00
tmpfs Implement access/faccessat for VFS2. 2020-03-13 11:41:08 -07:00