summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/gofer/regular_file.go
AgeCommit message (Expand)Author
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