summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/ext/inode.go
AgeCommit message (Expand)Author
2020-12-31Add missing error checks for FileDescription.Init.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-11Don't copy structs with sync.Mutex during initializationFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-02-13Add FileExec flag to OpenOptionsgVisor bot
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2019-12-30Add VFS2 support for device special files.Jamie Liu
2019-12-20Move VFS2 file description status flags to vfs.FileDescription.Jamie Liu
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan