summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/fsutil/inode_cached.go
AgeCommit message (Expand)Author
2021-03-22Avoid calling sync on each write in writethrough mode.Nicolas Lacasse
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-07-27Move platform.File in memmapAndrei Vagin
2020-02-04VFS2 gofer clientJamie Liu
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
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-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-13Update canonical repository.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-03-28Clean up gofer handle caching.Jamie Liu
2019-03-25Call memmap.Mappable.Translate with more conservative usermem.AccessType.Jamie Liu
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
2018-12-12Pass information about map writableness to filesystems.Rahat Mahmood
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-27fs: Fix remote-revalidate cache policy.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-16Add EventOperations.HostFD()Neel Natu
2018-06-20Remove some defers in hot paths in the filesystem code.Nicolas Lacasse
2018-04-28Check in gVisor.Googler