summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/gofer/directory.go
AgeCommit message (Expand)Author
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-19Remove path walk from localFile.MknodFabricio Voznika
2020-08-07Support separate read/write handles in fsimpl/gofer.dentry.Jamie Liu
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-06Add inode number to synthetic dentriesFabricio Voznika
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-17Implement Sync() to directoriesFabricio Voznika
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-24VFS2: Get HelloWorld image tests to pass with VFS2Zach Koopmans
2020-04-23Add vfs.MkdirOptions.ForSyntheticMountpoint.Jamie Liu
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-04-02Add NAME_MAX checks and update file timesFabricio Voznika
2020-02-14Allow vfs.IterDirentsCallback.Handle() to return an error.gVisor bot
2020-02-10Add contextual note.Adin Scannell
2020-02-04VFS2 gofer clientJamie Liu