summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/file_description.go
AgeCommit message (Expand)Author
2020-01-29Add plumbing for file locks in VFS2.Dean Deng
2020-01-28Add VFS2 support for epoll.Jamie Liu
2020-01-27Update package locations.Adin Scannell
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2019-12-30Add VFS2 support for device special files.Jamie Liu
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-12Implement memmap.MappingIdentity for vfs.FileDescription.Jamie Liu
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-10-15Minor vfs.FileDescriptionImpl fixes.Jamie Liu
2019-09-20Change vfs.Dirent.Off to NextOff.Jamie Liu
2019-07-18Sentry virtual filesystem, v2Jamie Liu