summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/mount.go
AgeCommit message (Expand)Author
2020-10-28Add logging option to leak checker.Dean Deng
2020-10-24Add leak checking to vfs2 structures that cannot use the refs_vfs2 template.Dean Deng
2020-10-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-10-12[vfs2] Don't leak disconnected mounts.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-09Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti...Jamie Liu
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-21[vfs] Allow mountpoint to be an existing non-directory.Ayush Ranjan
2020-08-21Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-18Don't set atime if mount is readonlyFabricio Voznika
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-06-03Take Mount reference in VFS.connectLocked.Jamie Liu
2020-05-28Split VFS.MountAt into VFS.MountDisconnected and VFS.ConnectMountAt.Jamie Liu
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
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