gvisor/pkg/sentry/fsimpl/kernfs
Fabricio Voznika dd3bc49997 Add NAME_MAX checks and update file times
NAME_MAX should be enforced per filesystem implementation
because other file systems may not have the same restriction.

Gofer filesystem now keeps a reference to the kernel clock to
avoid lookup in the Context on file access to update atime.

Update access, modification, and status change times in tmpfs.

Updates #1197, #1198.

PiperOrigin-RevId: 304527148
2020-04-02 19:39:03 -07:00
..
BUILD Add BoundEndpointAt filesystem operation. 2020-03-26 21:52:24 -07:00
dynamic_bytes_file.go Enforce file size rlimits in VFS2 2020-03-16 16:00:49 -07:00
fd_impl_util.go Combine file mode and isDir arguments 2020-03-26 08:48:04 -07:00
filesystem.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00
inode_impl_util.go Combine file mode and isDir arguments 2020-03-26 08:48:04 -07:00
kernfs.go Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
kernfs_test.go Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
symlink.go Enforce file size rlimits in VFS2 2020-03-16 16:00:49 -07:00