summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/mount.go
AgeCommit message (Expand)Author
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
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-01vfs: Don't allow to mount anything on top of detached mountsAndrei Vagin
2021-04-22Also report mount options through /proc/<pid>/mounts.Rahat Mahmood
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-03Add checklocks analyzer.Bhasker Hariharan
2021-02-10Don't allow to umount the namespace root mountAndrei Vagin
2020-11-09Initialize references with a value of 1.Dean Deng
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