summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs/directory.go
AgeCommit message (Expand)Author
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