summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/dentry.go
AgeCommit message (Expand)Author
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-03-03Add checklocks analyzer.Bhasker Hariharan
2020-09-24Add basic stateify annotations.Adin Scannell
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-01-09New sync package.Ian Gudger
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-12-20Add vfs.Dentry.Children().Jamie Liu
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-11-25Implement basic umounting for vfs2.Jamie Liu
2019-07-18Sentry virtual filesystem, v2Jamie Liu