gvisor/pkg/sentry/fsimpl/tmpfs
gVisor bot e4c7f3e6f6 Inline vfs.VirtualFilesystem in Kernel struct
This saves one pointer dereference per VFS access.

Updates #1623

PiperOrigin-RevId: 295216176
2020-02-14 13:40:39 -08:00
..
BUILD Implement file locks for regular tmpfs files in VFSv2. 2020-01-31 14:15:41 -08:00
benchmark_test.go Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00
device_file.go Add support for device special files to VFS2 tmpfs. 2020-01-24 17:07:54 -08:00
directory.go Update package locations. 2020-01-27 15:31:32 -08:00
filesystem.go Plumb VFS2 inside the Sentry 2020-02-14 11:12:47 -08:00
named_pipe.go Update package locations. 2020-01-27 15:31:32 -08:00
pipe_test.go Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00
regular_file.go Implement file locks for regular tmpfs files in VFSv2. 2020-01-31 14:15:41 -08:00
regular_file_test.go Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00
stat_test.go Add timestamps to VFS2 tmpfs, and implement some of SetStat. 2020-01-15 16:32:55 -08:00
symlink.go Convert memfs into proto-tmpfs. 2020-01-06 12:52:55 -08:00
tmpfs.go Plumb VFS2 inside the Sentry 2020-02-14 11:12:47 -08:00