summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/overlay/filesystem.go
AgeCommit message (Expand)Author
2020-09-09[vfs] overlayfs: decref VD when not using it.Ayush Ranjan
2020-09-09[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-09[vfs] Implement xattr for overlayfs.Ayush Ranjan
2020-09-09[vfs] Fix error handling in overlayfs OpenAt.Ayush Ranjan
2020-09-09tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.Nicolas Lacasse
2020-09-09Consistent precondition formattingMichael Pratt
2020-08-19Avoid holding locks when opening files in VFS2.Jamie Liu
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu