summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs/regular_file.go
AgeCommit message (Expand)Author
2020-11-18Port filesystem metrics to VFS2.Jamie Liu
2020-11-13fs/tmpfs: change regularFile.size atomicallyAndrei Vagin
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-13Don't read beyond EOF when inserting into sentry page cache.Jamie Liu
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-18Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2.Jamie Liu
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-22[vfs2][tmpfs] Implement O_APPENDAyush Ranjan
2020-07-01Update preadv2/pwritev2 flag handling in vfs2.Dean Deng
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-06-19Fix vfs2 handling of preadv2/pwritev2 flags.Dean Deng
2020-06-17Implement Sync() to directoriesFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-08Implement VFS2 tmpfs mount options.Jamie Liu
2020-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-04-02Add NAME_MAX checks and update file timesFabricio Voznika
2020-03-25Set file mode and type to attributeFabricio Voznika
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-02-20VFS2: Support memory mapping in tmpfs.gVisor bot
2020-01-31Implement file locks for regular tmpfs files in VFSv2.Dean Deng
2020-01-27Update package locations.Adin Scannell
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-16Implement tmpfs.SetStat with a size argument.Nicolas Lacasse
2020-01-09New sync package.Ian Gudger
2020-01-06Convert memfs into proto-tmpfs.Nicolas Lacasse