Age | Commit message (Expand) | Author |
2020-06-23 | Support inotify in vfs2 gofer fs. | Dean Deng |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-11 | Don't copy structs with sync.Mutex during initialization | Fabricio Voznika |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-05-29 | Implement IN_EXCL_UNLINK inotify option in vfs2. | Dean Deng |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-05-07 | Allocate device numbers for VFS2 filesystems. | Jamie Liu |
2020-04-28 | Fix Unix socket permissions. | Dean Deng |
2020-04-28 | Support pipes and sockets in VFS2 gofer fs. | Dean Deng |
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell |
2020-04-21 | Remove filesystem structure from vfs.Dentry. | Jamie Liu |
2020-04-10 | Port extended attributes to VFS2. | Dean Deng |
2020-03-27 | Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. | Nicolas Lacasse |
2020-03-26 | Add BoundEndpointAt filesystem operation. | Dean Deng |
2020-03-26 | Combine file mode and isDir arguments | Fabricio Voznika |
2020-03-13 | Implement access/faccessat for VFS2. | Dean Deng |
2020-02-14 | Allow vfs.IterDirentsCallback.Handle() to return an error. | gVisor bot |
2020-02-14 | Inline vfs.VirtualFilesystem in Kernel struct | gVisor bot |
2020-02-13 | Add FileExec flag to OpenOptions | gVisor bot |
2020-02-10 | Add contextual comment. | Adin Scannell |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-22 | Move VFS2 handling of FD readability/writability to vfs.FileDescription. | Jamie Liu |
2020-01-09 | New sync package. | Ian Gudger |
2020-01-08 | Define sizes for extent headers and entries separately to improve clarity. | Dean Deng |
2019-12-30 | Add VFS2 support for device special files. | Jamie Liu |
2019-12-27 | Add VFS2 support for /proc/filesystems. | Jamie Liu |
2019-12-23 | Clean up vfs.FilesystemImpl methods that operate on parent directories. | Jamie Liu |
2019-12-20 | Move VFS2 file description status flags to vfs.FileDescription. | Jamie Liu |
2019-12-18 | Add VFS2 plumbing for extended attributes. | 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-25 | Minor VFS2 interface changes. | Jamie Liu |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-10-15 | Minor vfs.FileDescriptionImpl fixes. | Jamie Liu |
2019-09-20 | Change vfs.Dirent.Off to NextOff. | Jamie Liu |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-09-03 | Impose order on test scripts. | Adin Scannell |
2019-08-16 | vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD. | Ayush Ranjan |
2019-08-09 | ext: Move to pkg/sentry/fsimpl. | Ayush Ranjan |