summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/mount.go
AgeCommit message (Expand)Author
2020-04-08Clean up TODOsFabricio Voznika
2020-04-02Fix typo in TODO comments.Dean Deng
2020-03-31Fix /proc/self/mounts and /proc/self/mountinfo in VFS2.Nicolas Lacasse
2020-03-26Add unique ID to Mount type.Nicolas Lacasse
2020-03-13Add support for mount flagsFabricio Voznika
2020-02-25Add VFS.NewDisconnectedMount().Jamie Liu
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-04Remove argument from vfs.MountNamespace.DecRef()Fabricio Voznika
2020-01-27Update package locations.Adin Scannell
2019-12-27Add VFS2 support for /proc/filesystems.Jamie Liu
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-11-25Implement basic umounting for vfs2.Jamie Liu
2019-07-18Sentry virtual filesystem, v2Jamie Liu