summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs
AgeCommit message (Expand)Author
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-23Add more descriptive comments on mount options.Dean Deng
2020-09-17Complete vfs2 implementation of fallocate.Dean Deng
2020-09-15Read vfs2 epoll events atomically.Jamie Liu
2020-09-09Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti...Jamie Liu
2020-09-08[vfs] overlayfs: Fix socket tests.Ayush Ranjan
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-02[vfs] Implement xattr for overlayfs.Ayush Ranjan
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-25Change "Fd" member to "FD" according to convensiongVisor bot
2020-08-24Bump build constraints to 1.17Michael Pratt
2020-08-24Update inotify documentation for gofer filesystem.Dean Deng
2020-08-21[vfs] Allow mountpoint to be an existing non-directory.Ayush Ranjan
2020-08-21Provide fdReader/Writer for FileDescriptiongVisor bot
2020-08-21Internal change.gVisor bot
2020-08-21Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
2020-08-20[vfs] Create recursive dir creation util.Ayush Ranjan
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-20Fix tabs in lock-ordering doc.Nicolas Lacasse
2020-08-19Return appropriate errors when file locking is unsuccessful.Dean Deng
2020-08-18Don't set atime if mount is readonlyFabricio Voznika
2020-08-12Fix race in vfs.FileDescription.statusFlagFabricio 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-31Clean up vfs2 fallocate.Dean Deng
2020-07-29Force registration for EPOLLHUP, not EPOLLRDHUP, in vfs2's epoll.Jamie Liu
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-07-23Added stub FUSE filesystemRidwan Sharif
2020-07-13Clean up inotify comments.Dean Deng
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-06-30Allow O_DIRECT on vfs2 tmpfs files.Dean Deng
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-27Support sticky bit in vfs2.Dean Deng
2020-06-27Add documentation for vfs2 inotify.Dean Deng
2020-06-26Support inotify IN_ONESHOT.Dean Deng
2020-06-24Fix procfs bugs in vfs2.Dean Deng
2020-06-23Resolve remaining inotify TODOs.Dean Deng
2020-06-23Complete inotify IN_EXCL_UNLINK implementation in VFS2.Dean Deng
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-18Fix vfs2 tmpfs link permission checks.Dean Deng
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-06-03Take Mount reference in VFS.connectLocked.Jamie Liu
2020-05-29Update Go version build tagsMichael Pratt