summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/gofer
AgeCommit message (Expand)Author
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
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-22Simplify some handle logic.Nicolas Lacasse
2018-06-19Add a new cache policy FSCACHE_WRITETHROUGH.Nicolas Lacasse
2018-06-12Runsc checkpoint works.Brielle Broder
2018-05-16Release mutex in BidirectionalConnect to avoid deadlock.Brian Geffon
2018-05-10Skip atime and mtime update when file is backed by host FDFabricio Voznika
2018-05-10Make cachePolicy int to avoid string comparisonFabricio Voznika
2018-05-09Cache symlinks in addition to files and directories.Nicolas Lacasse
2018-05-09Increment link count in CreateHardlinkFabricio Voznika
2018-05-08Capture restore file system corruption errors in exit error.Zhaozhong Ni
2018-04-28Check in gVisor.Googler