summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/overlay/overlay.go
AgeCommit message (Expand)Author
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-18Implement fsimpl/overlay.filesystem.RenameAt.Jamie Liu
2020-09-11Implement copy-up-coherent mmap for VFS2 overlayfs.Jamie Liu
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-02[vfs] Implement xattr for overlayfs.Ayush Ranjan
2020-08-25overlay: clonePrivateMount must pass a Dentry reference to MakeVirtualDentry.Nicolas Lacasse
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-06-17Implement POSIX locksFabricio Voznika
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu