summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/options.go
AgeCommit message (Expand)Author
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-23Add more descriptive comments on mount options.Dean Deng
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-07-23Added stub FUSE filesystemRidwan Sharif
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-23Add vfs.MkdirOptions.ForSyntheticMountpoint.Jamie Liu
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-04-03Add FileDescriptionImpl for Unix sockets.Dean Deng
2020-03-13Add support for mount flagsFabricio Voznika
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-13Add FileExec flag to OpenOptionsgVisor bot
2019-12-27Add VFS2 support for /proc/filesystems.Jamie Liu
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-12-18Add VFS2 plumbing for extended attributes.Jamie Liu
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-10-04Change linux.FileMode from uint to uint16, and update VFS to use FileMode.Kevin Krakauer
2019-07-18Sentry virtual filesystem, v2Jamie Liu