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
/
dirent.go
Age
Commit message (
Expand
)
Author
2018-09-14
Make gVisor hard link check match Linux's.
Nicolas Lacasse
2018-08-29
fs: Fix renameMu lock recursion.
Nicolas Lacasse
2018-08-29
fs: Drop reference to over-written file before renaming over it.
Nicolas Lacasse
2018-08-28
sentry: optimize dirent weakref map save / restore.
Zhaozhong Ni
2018-08-27
fs: Fix remote-revalidate cache policy.
Nicolas Lacasse
2018-08-24
fs: Drop unused WaitGroup in Dirent.destroy.
Nicolas Lacasse
2018-08-22
fs: Hold Dirent.mu when calling Dirent.flush().
Nicolas Lacasse
2018-08-13
Prevent renames across walk fast path.
Adin Scannell
2018-08-10
fs: Allow overlays to revalidate files from the upper fs.
Nicolas Lacasse
2018-08-10
Enable checkpoint/restore in cases of UDS use.
Brielle Broder
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-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-02
Hold d.parent.mu when reading d.name
Michael Pratt
2018-06-25
Fix panic message
Michael Pratt
2018-06-13
Fix reference leak in VDSO validation
Ian Gudger
2018-06-12
Fix reference leak for negative dirents
Ian Gudger
2018-04-28
Check in gVisor.
Googler