Age | Commit message (Expand) | Author |
2021-06-01 | vfs: Don't allow to mount anything on top of detached mounts | Andrei Vagin |
2021-04-22 | Also report mount options through /proc/<pid>/mounts. | Rahat Mahmood |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood |
2021-03-11 | Report filesystem-specific mount options. | Rahat Mahmood |
2021-03-03 | Add checklocks analyzer. | Bhasker Hariharan |
2021-02-10 | Don't allow to umount the namespace root mount | Andrei Vagin |
2020-11-09 | Initialize references with a value of 1. | Dean Deng |
2020-10-28 | Add logging option to leak checker. | Dean Deng |
2020-10-24 | Add 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-24 | Add basic stateify annotations. | Adin Scannell |
2020-09-09 | Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti... | Jamie Liu |
2020-09-08 | Honor readonly flag for root mount | Fabricio Voznika |
2020-08-25 | Use new reference count utility throughout gvisor. | Dean Deng |
2020-08-21 | [vfs] Allow mountpoint to be an existing non-directory. | Ayush Ranjan |
2020-08-21 | Make mounts ReadWrite first, then later change to ReadOnly. | Nicolas Lacasse |
2020-08-20 | Consistent precondition formatting | Michael Pratt |
2020-08-18 | Don't set atime if mount is readonly | Fabricio Voznika |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-06-05 | Implement mount(2) and umount2(2) for VFS2. | Rahat Mahmood |
2020-06-03 | Take Mount reference in VFS.connectLocked. | Jamie Liu |
2020-05-28 | Split VFS.MountAt into VFS.MountDisconnected and VFS.ConnectMountAt. | Jamie Liu |
2020-04-21 | Remove filesystem structure from vfs.Dentry. | Jamie Liu |
2020-04-08 | Clean up TODOs | Fabricio Voznika |
2020-04-02 | Fix typo in TODO comments. | Dean Deng |
2020-03-31 | Fix /proc/self/mounts and /proc/self/mountinfo in VFS2. | Nicolas Lacasse |
2020-03-26 | Add unique ID to Mount type. | Nicolas Lacasse |
2020-03-13 | Add support for mount flags | Fabricio Voznika |
2020-02-25 | Add VFS.NewDisconnectedMount(). | Jamie Liu |
2020-02-14 | Inline vfs.VirtualFilesystem in Kernel struct | gVisor bot |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |
2020-02-04 | Remove argument from vfs.MountNamespace.DecRef() | Fabricio Voznika |
2020-01-27 | Update package locations. | Adin Scannell |
2019-12-27 | Add VFS2 support for /proc/filesystems. | Jamie Liu |
2019-12-10 | Add most VFS methods for syscalls. | Jamie Liu |
2019-11-25 | Minor VFS2 interface changes. | Jamie Liu |
2019-11-25 | Implement basic umounting for vfs2. | Jamie Liu |
2019-07-18 | Sentry virtual filesystem, v2 | Jamie Liu |