Age | Commit message (Expand) | Author |
2020-09-09 | Honor readonly flag for root mount | Fabricio Voznika |
2020-09-09 | Use new reference count utility throughout gvisor. | Dean Deng |
2020-09-09 | [vfs] Allow mountpoint to be an existing non-directory. | Ayush Ranjan |
2020-09-09 | Make mounts ReadWrite first, then later change to ReadOnly. | Nicolas Lacasse |
2020-09-09 | Consistent precondition formatting | Michael Pratt |
2020-08-19 | 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 |