Age | Commit message (Expand) | Author |
---|---|---|
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-07 | Allocate device numbers for VFS2 filesystems. | Jamie Liu |
2020-04-21 | Remove filesystem structure from vfs.Dentry. | Jamie Liu |
2020-03-26 | Combine file mode and isDir arguments | Fabricio Voznika |
2020-02-13 | Add FileExec flag to OpenOptions | gVisor bot |
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-20 | Move VFS2 file description status flags to vfs.FileDescription. | Jamie Liu |
2019-11-25 | Minor VFS2 interface changes. | Jamie Liu |
2019-08-09 | ext: Move to pkg/sentry/fsimpl. | Ayush Ranjan |