summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/gofer
AgeCommit message (Expand)Author
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-20Forward named pipe creation to the goferMichael Pratt
2019-05-20Fix incorrect tmpfs timestamp updatesMichael Pratt
2019-05-17Return EPERM for mknodMichael Pratt
2019-05-17Fix gofer rename ctime and cleanup stat_times testMichael Pratt
2019-05-15gofer: don't call hostfile.Close if hostFile is nilAndrei Vagin
2019-05-14Remove false commentMichael Pratt
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-05-07Remove defers from gofer.contextFileFabricio Voznika
2019-05-03gofer: don't leak file descriptorsAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-25Don't enforce NAME_MAX in fs.Dirent.walk().Jamie Liu
2019-04-17Use FD limit and file size limit from hostFabricio Voznika
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Fix uses of RootFromContext.Nicolas Lacasse
2019-03-28Clean up gofer handle caching.Jamie Liu
2019-03-18Remove references to replaced child in Rename in ramfs/agentfsMichael Pratt
2019-03-14Use WalkGetAttr in gofer.inodeOperations.Create.Jamie Liu
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-02-21Internal change.Googler
2019-02-13Internal change.Googler
2019-02-08Add fs.AsyncWithContext and call it in fs/gofer/inodeOperations.Release.Nicolas Lacasse
2019-02-01CachingInodeOperations was over-dirtying cached attributesFabricio Voznika
2019-01-31Invalidate COW mappings when file is truncatedFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-25Make cacheRemoteRevalidating detect changes to file sizeFabricio Voznika
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2018-12-20Deflake gofer_test.Nicolas Lacasse
2018-11-27Fix data race in fs.Async.Nicolas Lacasse
2018-10-24Convert Unix transport to syserrIan Gudger
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-09-28Require AF_UNIX sockets from the goferMichael Pratt
2018-08-27fs: Fix remote-revalidate cache policy.Nicolas Lacasse
2018-08-22sentry: mark S/R stating errors as save rejections / fs corruptions.Zhaozhong Ni
2018-08-21sentry: do not release gofer inode file state loading lock upon error.Zhaozhong Ni
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-08-10fs: Allow overlays to revalidate files from the upper fs.Nicolas Lacasse
2018-08-10cache policy: Check policy before returning a negative dirent.Nicolas Lacasse
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-08-07fs: Add new cache policy "remote_revalidate".Nicolas Lacasse
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-19fs: Pass context to Revalidate() function.Nicolas Lacasse
2018-07-18Fix lock-ordering violation in Create by logging BaseName instead of FullName.Nicolas Lacasse
2018-07-13Allow a filesystem to control its visibility in /proc/filesystems.Neel Natu