summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/fsutil
AgeCommit message (Expand)Author
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-13Don't read beyond EOF when inserting into sentry page cache.Jamie Liu
2020-10-07Add staticcheck and staticstyle analyzers.Adin Scannell
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-27Move platform.File in memmapAndrei Vagin
2020-05-19Implement mmap for host fs in vfs2.Dean Deng
2020-03-02Take write lock when removing xattrMichael Pratt
2020-02-11Ensure fsimpl/gofer.dentryPlatformFile.hostFileMapper is initialized.gVisor bot
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-04VFS2 gofer clientJamie Liu
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
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