Age | Commit message (Expand) | Author |
2021-01-28 | Add O_PATH support in vfs2 | gVisor bot |
2020-11-18 | Port filesystem metrics to VFS2. | Jamie Liu |
2020-10-23 | Support VFS2 save/restore. | Jamie Liu |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
2020-10-02 | Convert uses of the binary package in kernel to go-marshal. | Rahat Mahmood |
2020-08-25 | Use new reference count utility throughout gvisor. | Dean Deng |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-05-07 | Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl. | Nicolas Lacasse |
2020-05-07 | Port signalfd to vfs2. | Nicolas Lacasse |
2020-05-04 | Port eventfd to VFS2. | Nicolas Lacasse |
2020-04-06 | Port timerfd to VFS2. | Nicolas Lacasse |
2020-03-26 | Add BoundEndpointAt filesystem operation. | Dean Deng |
2020-03-16 | Enforce file size rlimits in VFS2 | Fabricio Voznika |
2020-03-06 | Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl. | Dean Deng |
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 |