summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/gofer
AgeCommit message (Expand)Author
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