summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsbridge
AgeCommit message (Expand)Author
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
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