summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsbridge/vfs.go
AgeCommit message (Expand)Author
2020-10-06[vfs2] Don't leak reference from Mountnamespace.Root().Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-04-06Correctly implement magic symlinks in VFS2 procfs.Jamie Liu
2020-03-13Add support for mount flagsFabricio Voznika
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-14Plumb VFS2 inside the SentrygVisor bot