summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/gofer/regular_file.go
AgeCommit message (Expand)Author
2020-08-25Fix deadlock in gofer direct IO.Dean Deng
2020-08-24Flush in fsimpl/gofer.regularFileFD.OnClose() if there are no dirty pages.Jamie Liu
2020-08-07Support separate read/write handles in fsimpl/gofer.dentry.Jamie Liu
2020-08-04Inline gofer.regularFileFD.pwriteLockedFabricio Voznika
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-27Move platform.File in memmapAndrei Vagin
2020-07-22Add O_APPEND support in vfs2 gofer.Ayush Ranjan
2020-07-13[vfs2] Make gofer metadata atomics consistentAyush Ranjan
2020-07-06Ensure sync is called for readonly fileFabricio Voznika
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-19Support all seek options in gofer specialFileFD.Seek.Dean Deng
2020-05-19Implement mmap for host fs in vfs2.Dean Deng
2020-04-02Add NAME_MAX checks and update file timesFabricio Voznika
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-03Update cached file size when cache is skippedFabricio Voznika
2020-02-11Ensure fsimpl/gofer.dentryPlatformFile.hostFileMapper is initialized.gVisor bot
2020-02-04VFS2 gofer clientJamie Liu