summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs/directory.go
AgeCommit message (Expand)Author
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-02-10Support setgid directories in tmpfs and kernfsKevin Krakauer
2021-02-03[vfs] Make sticky bit check consistent with Linux.Ayush Ranjan
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-27Support sticky bit in vfs2.Dean Deng
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-08Implement VFS2 tmpfs mount options.Jamie Liu
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-04-02Add NAME_MAX checks and update file timesFabricio Voznika
2020-03-25Set file mode and type to attributeFabricio Voznika
2020-02-14Allow vfs.IterDirentsCallback.Handle() to return an error.gVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-06Convert memfs into proto-tmpfs.Nicolas Lacasse