Age | Commit message (Expand) | Author |
---|---|---|
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |
2020-01-29 | Add plumbing for file locks in VFS2. | Dean Deng |
2020-01-28 | Add VFS2 support for epoll. | Jamie Liu |
2020-01-28 | Implement an anon_inode equivalent for VFS2. | Jamie Liu |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-30 | Add VFS2 support for device special files. | Jamie Liu |
2019-12-11 | Add vfs.Pathname{WithDeleted,ForGetcwd}. | Jamie Liu |
2019-12-10 | Add most VFS methods for syscalls. | Jamie Liu |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-11-18 | Add vfs.GenericParseMountOptions(). | Jamie Liu |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-08-13 | Add vfs.DynamicBytesFileDescriptionImpl. | Jamie Liu |
2019-07-18 | Sentry virtual filesystem, v2 | Jamie Liu |