index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
fs
/
gofer
Age
Commit message (
Expand
)
Author
2019-02-13
Internal change.
Googler
2019-02-08
Add fs.AsyncWithContext and call it in fs/gofer/inodeOperations.Release.
Nicolas Lacasse
2019-02-01
CachingInodeOperations was over-dirtying cached attributes
Fabricio Voznika
2019-01-31
Invalidate COW mappings when file is truncated
Fabricio Voznika
2019-01-31
Remove license comments
Michael Pratt
2019-01-25
Make cacheRemoteRevalidating detect changes to file size
Fabricio Voznika
2019-01-14
Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.
Nicolas Lacasse
2018-12-20
Deflake gofer_test.
Nicolas Lacasse
2018-11-27
Fix data race in fs.Async.
Nicolas Lacasse
2018-10-24
Convert Unix transport to syserr
Ian Gudger
2018-10-23
Track paths and provide a rename hook.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
Move Unix transport out of netstack
Ian Gudger
2018-09-28
Require AF_UNIX sockets from the gofer
Michael Pratt
2018-08-27
fs: Fix remote-revalidate cache policy.
Nicolas Lacasse
2018-08-22
sentry: mark S/R stating errors as save rejections / fs corruptions.
Zhaozhong Ni
2018-08-21
sentry: do not release gofer inode file state loading lock upon error.
Zhaozhong Ni
2018-08-14
runsc: Change cache policy for root fs and volume mounts.
Nicolas Lacasse
2018-08-10
fs: Allow overlays to revalidate files from the upper fs.
Nicolas Lacasse
2018-08-10
cache policy: Check policy before returning a negative dirent.
Nicolas Lacasse
2018-08-10
Enable checkpoint/restore in cases of UDS use.
Brielle Broder
2018-08-07
fs: Add new cache policy "remote_revalidate".
Nicolas Lacasse
2018-08-02
Automated rollback of changelist 207037226
Zhaozhong Ni
2018-08-01
Automated rollback of changelist 207007153
Michael Pratt
2018-08-01
stateify: convert all packages to use explicit mode.
Zhaozhong Ni
2018-07-27
stateify: support explicit annotation mode; convert refs and stack packages.
Zhaozhong Ni
2018-07-19
fs: Pass context to Revalidate() function.
Nicolas Lacasse
2018-07-18
Fix lock-ordering violation in Create by logging BaseName instead of FullName.
Nicolas Lacasse
2018-07-13
Allow a filesystem to control its visibility in /proc/filesystems.
Neel Natu
2018-06-29
Sets the restore environment for restoring a container.
Justine Olshan
2018-06-22
Simplify some handle logic.
Nicolas Lacasse
2018-06-19
Add a new cache policy FSCACHE_WRITETHROUGH.
Nicolas Lacasse
2018-06-12
Runsc checkpoint works.
Brielle Broder
2018-05-16
Release mutex in BidirectionalConnect to avoid deadlock.
Brian Geffon
2018-05-10
Skip atime and mtime update when file is backed by host FD
Fabricio Voznika
2018-05-10
Make cachePolicy int to avoid string comparison
Fabricio Voznika
2018-05-09
Cache symlinks in addition to files and directories.
Nicolas Lacasse
2018-05-09
Increment link count in CreateHardlink
Fabricio Voznika
2018-05-08
Capture restore file system corruption errors in exit error.
Zhaozhong Ni
2018-04-28
Check in gVisor.
Googler