Age | Commit message (Expand) | Author |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-07-22 | VFS2: remove ext code | Kevin Krakauer |
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-30 | [syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM. | 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-04 | Remove uses of the binary package from the rest of the sentry. | Rahat Mahmood |
2021-03-11 | Report filesystem-specific mount options. | Rahat Mahmood |
2021-01-20 | Move Lock/UnlockPOSIX into LockFD util. | Dean Deng |
2020-12-31 | Add missing error checks for FileDescription.Init. | Dean Deng |
2020-10-13 | [vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root. | Dean Deng |
2020-10-13 | [vfs2] Add FilesystemType.Release to avoid reference leaks. | Dean Deng |
2020-09-30 | [go-marshal] Port ext codebase to use go marshal. | Ayush Ranjan |
2020-09-24 | Add basic stateify annotations. | Adin Scannell |
2020-09-17 | fsimpl: improve the "implements" comments | Tiwei Bie |
2020-09-08 | Honor readonly flag for root mount | Fabricio Voznika |
2020-09-08 | [vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions. | Ayush Ranjan |
2020-08-21 | Make mounts ReadWrite first, then later change to ReadOnly. | Nicolas Lacasse |
2020-08-20 | Consistent precondition formatting | Michael Pratt |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-13 | Merge pull request #2672 from amscanne:shim-integrated | gVisor bot |
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 |