summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/fsutil
AgeCommit message (Expand)Author
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2020-01-09New sync package.Ian Gudger
2020-01-06Convert memfs into proto-tmpfs.Nicolas Lacasse
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-09-30Force timestamps to update when set via InodeOperations.SetTimestamps.Nicolas Lacasse
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-30Remove support for non-incremental mapped accounting.Jamie Liu
2019-08-29Add limit_host_fd_translation Gofer mount option.Jamie Liu
2019-07-30Cache pages in CachingInodeOperations.Read when memory evictions are delayed.Jamie Liu
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-27Cache directory entries in the overlayMichael Pratt
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-20Fix incorrect tmpfs timestamp updatesMichael Pratt
2019-05-17Fix gofer rename ctime and cleanup stat_times testMichael Pratt
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-04-30Implement async MemoryFile eviction, and use it in CachingInodeOperations.Jamie Liu
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-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Fix uses of RootFromContext.Nicolas Lacasse
2019-04-10Fixed /proc/cpuinfo permissionsShiva Prasanth
2019-04-05Use string type for extended attribute values, instead of []byte.Nicolas Lacasse
2019-03-28Clean up gofer handle caching.Jamie Liu
2019-03-25Call memmap.Mappable.Translate with more conservative usermem.AccessType.Jamie Liu
2019-03-18Remove references to replaced child in Rename in ramfs/agentfsMichael Pratt
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-12Clarify the platform.File interface.Jamie Liu
2019-02-28Hold dataMu for writing in CachingInodeOperations.WriteOut.Jamie Liu
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-28Fix data race in InodeSimpleAttributes.Unstable.Nicolas Lacasse
2019-01-25Make cacheRemoteRevalidating detect changes to file sizeFabricio Voznika
2019-01-17Allow fsync on a directory.Nicolas Lacasse
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2018-12-12Pass information about map writableness to filesystems.Rahat Mahmood
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-08-27fs: Fix remote-revalidate cache policy.Nicolas Lacasse
2018-08-27sentry: mark fsutil.DirFileOperations as savable.Zhaozhong Ni
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
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-16Add EventOperations.HostFD()Neel Natu