summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl
AgeCommit message (Expand)Author
2019-12-23Fix deadlock in kernfs.Filesystem.revalidateChildLockedFabricio Voznika
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-12-20Move VFS2 file description status flags to vfs.FileDescription.Jamie Liu
2019-12-18Add VFS2 plumbing for extended attributes.Jamie Liu
2019-12-18Add Mems_allowed to /proc/PID/statusMichael Pratt
2019-12-12Implement kernfs.Rahat Mahmood
2019-12-11Add vfs.Pathname{WithDeleted,ForGetcwd}.Jamie Liu
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-12-03Point TODOs to gvisor.devFabricio Voznika
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-11-25Implement basic umounting for vfs2.Jamie Liu
2019-11-21Import and structure cleanup.Adin Scannell
2019-10-19Add support for pipes in VFS2.Kevin Krakauer
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-15Minor vfs.FileDescriptionImpl fixes.Jamie Liu
2019-10-04Change linux.FileMode from uint to uint16, and update VFS to use FileMode.Kevin Krakauer
2019-09-20Change vfs.Dirent.Off to NextOff.Jamie Liu
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-16procfs: Migrate seqfile implementations.Ayush Ranjan
2019-08-16vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD.Ayush Ranjan
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan
2019-08-08memfs fixes.Jamie Liu
2019-07-18Sentry virtual filesystem, v2Jamie Liu