gvisor/pkg/sentry/fsimpl/tmpfs
Fabricio Voznika 67565078bb Implement flock(2) in VFS2
LockFD is the generic implementation that can be embedded in
FileDescriptionImpl implementations. Unique lock ID is
maintained in vfs.FileDescription and is created on demand.

Updates #1480

PiperOrigin-RevId: 315604825
2020-06-09 18:46:42 -07:00
..
BUILD Port inotify to vfs2, with support in tmpfs. 2020-05-29 08:09:14 -07:00
benchmark_test.go Remove filesystem structure from vfs.Dentry. 2020-04-21 12:18:07 -07:00
device_file.go Implement VFS2 tmpfs mount options. 2020-06-08 13:28:18 -07:00
directory.go Implement VFS2 tmpfs mount options. 2020-06-08 13:28:18 -07:00
filesystem.go Implement flock(2) in VFS2 2020-06-09 18:46:42 -07:00
named_pipe.go Implement VFS2 tmpfs mount options. 2020-06-08 13:28:18 -07:00
pipe_test.go Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00
regular_file.go Implement flock(2) in VFS2 2020-06-09 18:46:42 -07:00
regular_file_test.go Port memfd_create to vfs2 and finish implementation of file seals. 2020-05-14 09:35:54 -07:00
socket_file.go Implement VFS2 tmpfs mount options. 2020-06-08 13:28:18 -07:00
stat_test.go Port memfd_create to vfs2 and finish implementation of file seals. 2020-05-14 09:35:54 -07:00
symlink.go Implement VFS2 tmpfs mount options. 2020-06-08 13:28:18 -07:00
tmpfs.go Implement flock(2) in VFS2 2020-06-09 18:46:42 -07:00
tmpfs_test.go Resolve remaining TODOs for tmpfs. 2020-05-13 17:36:37 -07:00