summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/ext/filesystem.go
AgeCommit message (Expand)Author
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-02-13Add FileExec flag to OpenOptionsgVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-12-18Add VFS2 plumbing for extended attributes.Jamie Liu
2019-12-11Add vfs.Pathname{WithDeleted,ForGetcwd}.Jamie Liu
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan