Age | Commit message (Expand) | Author |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-11 | Add //pkg/sentry/fsimpl/overlay. | Jamie Liu |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-05-26 | Implement splice(2) and tee(2) for VFS2. | Jamie Liu |
2020-05-06 | Remove vfs.FileDescriptionOptions.InvalidWrite. | Jamie Liu |
2020-04-21 | Misc VFS2 fixes | Fabricio Voznika |
2020-04-21 | Remove filesystem structure from vfs.Dentry. | Jamie Liu |
2020-04-14 | Pass O_LARGEFILE in syscalls/linux/vfs2.openat. | Jamie Liu |
2020-04-10 | Port extended attributes to VFS2. | Dean Deng |
2020-04-06 | Port timerfd to VFS2. | Nicolas Lacasse |
2020-04-04 | Record VFS2 sockets in global socket map. | Dean Deng |
2020-04-02 | Add equivalents to FMODE_PREAD/PWRITE to VFS2. | Jamie Liu |
2020-03-16 | Add calls to vfs.CheckSetStat to fsimpls | Fabricio Voznika |
2020-02-14 | Allow vfs.IterDirentsCallback.Handle() to return an error. | 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-27 | Update package locations. | Adin Scannell |
2020-01-22 | Move VFS2 handling of FD readability/writability to vfs.FileDescription. | Jamie Liu |
2019-12-30 | Add VFS2 support for device special files. | 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-12 | Implement memmap.MappingIdentity for vfs.FileDescription. | Jamie Liu |
2019-12-10 | Add most VFS methods for syscalls. | Jamie Liu |
2019-11-25 | Minor VFS2 interface changes. | Jamie Liu |
2019-10-15 | Minor vfs.FileDescriptionImpl fixes. | Jamie Liu |
2019-09-20 | Change vfs.Dirent.Off to NextOff. | Jamie Liu |
2019-07-18 | Sentry virtual filesystem, v2 | Jamie Liu |