summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/gofer/special_file.go
AgeCommit message (Expand)Author
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-21Allow partial writes for gofer.specialFileFD.Dean Deng
2020-09-17Complete vfs2 implementation of fallocate.Dean Deng
2020-08-18[vfs] Allow offsets for special files other than regular files.Ayush Ranjan
2020-08-07Support separate read/write handles in fsimpl/gofer.dentry.Jamie Liu
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-22Add O_APPEND support in vfs2 gofer.Ayush Ranjan
2020-07-14Update special file option name in comment.Dean Deng
2020-07-06Call fdnotifier.UpdateFD() from fsimpl/gofer.specialFileFD.Jamie Liu
2020-07-01Update preadv2/pwritev2 flag handling in vfs2.Dean Deng
2020-07-01Port vfs1 implementation of sync_file_range to vfs2.Dean Deng
2020-06-19Fix vfs2 handling of preadv2/pwritev2 flags.Dean Deng
2020-06-19Support all seek options in gofer specialFileFD.Seek.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-01Handle gofer blocking opens of host named pipes in VFS2.Jamie Liu
2020-05-11Internal change.Jamie Liu
2020-04-02Add NAME_MAX checks and update file timesFabricio Voznika
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-02-04VFS2 gofer clientJamie Liu