gvisor/pkg/sentry/fsimpl/memfs
Jamie Liu 744401297a Add VFS2 plumbing for extended attributes.
PiperOrigin-RevId: 286281274
2019-12-18 15:48:45 -08:00
..
BUILD Add vfs.Pathname{WithDeleted,ForGetcwd}. 2019-12-11 14:26:32 -08:00
benchmark_test.go Add most VFS methods for syscalls. 2019-12-10 18:21:07 -08:00
directory.go Change linux.FileMode from uint to uint16, and update VFS to use FileMode. 2019-10-04 14:20:32 -07:00
filesystem.go Add VFS2 plumbing for extended attributes. 2019-12-18 15:48:45 -08:00
memfs.go Minor VFS2 interface changes. 2019-11-25 18:10:31 -08:00
named_pipe.go Minor VFS2 interface changes. 2019-11-25 18:10:31 -08:00
pipe_test.go Add most VFS methods for syscalls. 2019-12-10 18:21:07 -08:00
regular_file.go Change linux.FileMode from uint to uint16, and update VFS to use FileMode. 2019-10-04 14:20:32 -07:00
symlink.go