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
/
fsimpl
/
testutil
Age
Commit message (
Expand
)
Author
2021-06-17
Move tcpip.Clock impl to Timekeeper
Tamir Duberstein
2021-06-03
Initialize metrics at init
Tamir Duberstein
2021-05-25
Initialize Kernel.Timekeeper before network NS
Tamir Duberstein
2021-05-25
Use specific fmt verbs (avoid %v)
Tamir Duberstein
2021-04-22
Add weirdness sentry metric.
Nayana Bidari
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2020-11-12
Rename kernel.TaskContext to kernel.TaskImage.
Jamie Liu
2020-10-19
[vfs2] Fix fork reference leaks.
Dean Deng
2020-10-13
[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.
Dean Deng
2020-08-04
Internal change.
gVisor bot
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-13
Merge pull request #2672 from amscanne:shim-integrated
gVisor bot
2020-07-08
Add shared mount hints to VFS2
Fabricio Voznika
2020-07-07
[vfs2] Remove VFS1 usage in VDSO.
Ayush Ranjan
2020-03-31
Allow passing root file type to tmpfs.
Nicolas Lacasse
2020-03-13
Add remaining procfs files
Fabricio Voznika
2020-02-20
Initial network namespace support.
gVisor bot
2020-02-14
Allow vfs.IterDirentsCallback.Handle() to return an error.
gVisor bot
2020-02-14
Inline vfs.VirtualFilesystem in Kernel struct
gVisor bot
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-02-04
Remove argument from vfs.MountNamespace.DecRef()
Fabricio Voznika
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-22
De-duplicate common test functionality for VFS2 filesystems.
Rahat Mahmood
2020-01-21
Implement sysfs.
Rahat Mahmood