gvisor/pkg/sentry/fsimpl/tmpfs
Nicolas Lacasse 70d7c52bd7 Implement tmpfs.SetStat with a size argument.
This is similar to 'Truncate' in vfs1.

Updates https://github.com/google/gvisor/issues/1197

PiperOrigin-RevId: 290139140
2020-01-16 14:39:55 -08:00
..
BUILD Add timestamps to VFS2 tmpfs, and implement some of SetStat. 2020-01-15 16:32:55 -08:00
benchmark_test.go Convert memfs into proto-tmpfs. 2020-01-06 12:52:55 -08:00
directory.go Convert memfs into proto-tmpfs. 2020-01-06 12:52:55 -08:00
filesystem.go Add timestamps to VFS2 tmpfs, and implement some of SetStat. 2020-01-15 16:32:55 -08:00
named_pipe.go Convert memfs into proto-tmpfs. 2020-01-06 12:52:55 -08:00
pipe_test.go Convert memfs into proto-tmpfs. 2020-01-06 12:52:55 -08:00
regular_file.go Implement tmpfs.SetStat with a size argument. 2020-01-16 14:39:55 -08:00
regular_file_test.go Implement tmpfs.SetStat with a size argument. 2020-01-16 14:39:55 -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 Implement tmpfs.SetStat with a size argument. 2020-01-16 14:39:55 -08:00