summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/testutil
AgeCommit message (Expand)Author
2021-06-17Move tcpip.Clock impl to TimekeeperTamir Duberstein
2021-06-03Initialize metrics at initTamir Duberstein
2021-05-25Initialize Kernel.Timekeeper before network NSTamir Duberstein
2021-05-25Use specific fmt verbs (avoid %v)Tamir Duberstein
2021-04-22Add weirdness sentry metric.Nayana Bidari
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-11-12Rename 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-04Internal change.gVisor bot
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-07-07[vfs2] Remove VFS1 usage in VDSO.Ayush Ranjan
2020-03-31Allow passing root file type to tmpfs.Nicolas Lacasse
2020-03-13Add remaining procfs filesFabricio Voznika
2020-02-20Initial network namespace support.gVisor bot
2020-02-14Allow vfs.IterDirentsCallback.Handle() to return an error.gVisor bot
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-04Remove argument from vfs.MountNamespace.DecRef()Fabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-22De-duplicate common test functionality for VFS2 filesystems.Rahat Mahmood
2020-01-21Implement sysfs.Rahat Mahmood