Age | Commit message (Expand) | Author |
2021-09-21 | [lisa] Implement lisafs protocol methods in VFS2 gofer client and fsgofer. | Ayush Ranjan |
2021-08-20 | Allow gofer.specialFileFDs to be mmapped with a host FD. | Jamie Liu |
2021-08-19 | Use MM-mapped I/O instead of buffered copies in gofer.specialFileFD. | Jamie Liu |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-07-15 | Fix refcount increments in gofer.filesystem.Sync. | Fabricio Voznika |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-07-01 | [syserror] Update several syserror errors to linuxerr equivalents. | Zach Koopmans |
2021-06-29 | [syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL | Zach Koopmans |
2021-06-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-05-18 | Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metric | Nayana Bidari |
2021-05-14 | Add new metric for suspicious operations. | Nayana Bidari |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
2021-01-29 | Fix deadlock in specialFileFD.pwrite | Fabricio Voznika |
2020-11-18 | Port filesystem metrics to VFS2. | Jamie Liu |
2020-10-23 | Support VFS2 save/restore. | Jamie Liu |
2020-09-24 | Add basic stateify annotations. | Adin Scannell |
2020-09-21 | Allow partial writes for gofer.specialFileFD. | Dean Deng |
2020-09-17 | Complete vfs2 implementation of fallocate. | Dean Deng |
2020-08-18 | [vfs] Allow offsets for special files other than regular files. | Ayush Ranjan |
2020-08-07 | Support separate read/write handles in fsimpl/gofer.dentry. | Jamie Liu |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-22 | Add O_APPEND support in vfs2 gofer. | Ayush Ranjan |
2020-07-14 | Update special file option name in comment. | Dean Deng |
2020-07-06 | Call fdnotifier.UpdateFD() from fsimpl/gofer.specialFileFD. | Jamie Liu |
2020-07-01 | Update preadv2/pwritev2 flag handling in vfs2. | Dean Deng |
2020-07-01 | Port vfs1 implementation of sync_file_range to vfs2. | Dean Deng |
2020-06-19 | Fix vfs2 handling of preadv2/pwritev2 flags. | Dean Deng |
2020-06-19 | Support all seek options in gofer specialFileFD.Seek. | Dean Deng |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-01 | Handle gofer blocking opens of host named pipes in VFS2. | Jamie Liu |
2020-05-11 | Internal change. | Jamie Liu |
2020-04-02 | Add NAME_MAX checks and update file times | Fabricio Voznika |
2020-03-16 | Enforce file size rlimits in VFS2 | Fabricio Voznika |
2020-02-04 | VFS2 gofer client | Jamie Liu |