summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/ext
AgeCommit message (Expand)Author
2020-08-21Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-11Don't copy structs with sync.Mutex during initializationFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
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-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-23Simplify Docker test infrastructure.Adin Scannell
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-02-14Allow vfs.IterDirentsCallback.Handle() to return an error.gVisor bot
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-13Add FileExec flag to OpenOptionsgVisor bot
2020-02-10Add contextual comment.Adin Scannell
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-09New sync package.Ian Gudger
2020-01-08Define sizes for extent headers and entries separately to improve clarity.Dean Deng
2019-12-30Add VFS2 support for device special files.Jamie Liu
2019-12-27Add VFS2 support for /proc/filesystems.Jamie Liu
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-12-20Move VFS2 file description status flags to vfs.FileDescription.Jamie Liu
2019-12-18Add VFS2 plumbing for extended attributes.Jamie Liu
2019-12-11Add vfs.Pathname{WithDeleted,ForGetcwd}.Jamie Liu
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-15Minor vfs.FileDescriptionImpl fixes.Jamie Liu
2019-09-20Change vfs.Dirent.Off to NextOff.Jamie Liu
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-16vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD.Ayush Ranjan
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan