summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/fs_context.go
AgeCommit message (Expand)Author
2020-11-09Initialize references with a value of 1.Dean Deng
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-21Check for nil in kernel.FSContext functions.Dean Deng
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-09New sync package.Ian Gudger
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-06-28Hold t.mu while calling t.FSContext().Nicolas Lacasse
2018-06-25Don't read cwd or root without holding muMichael Pratt
2018-04-28Check in gVisor.Googler