summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/gofer
AgeCommit message (Expand)Author
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-28Allow VFS2 gofer client to mmap from sentry page cache when forced.Jamie Liu
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-10Minor VFS2 xattr changes.Jamie Liu
2021-06-07Implement RENAME_NOREPLACE for all VFS2 filesystem implementations.Jamie Liu
2021-05-18Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metricNayana Bidari
2021-05-14Add new metric for suspicious operations.Nayana Bidari
2021-05-14Resolve remaining O_PATH TODOs.Dean Deng
2021-05-01[perf] Check caching on IncRef'd dentries before the others.Ayush Ranjan
2021-04-29[perf] Remove unnecessary existence checks in doCreateAt().Ayush Ranjan
2021-04-28Automated rollback of changelist 369686285Fabricio Voznika
2021-04-21Automated rollback of changelist 369325957Michael Pratt
2021-04-20[perf] Remove non-empty directory dentries from gofer LRU cache.Ayush Ranjan
2021-04-20Speed up O_APPEND with remote revalidatingFabricio Voznika
2021-04-19Add MultiGetAttr message to 9PFabricio Voznika
2021-04-16[perf] Reduce contention due to renameMu in gofer client.Ayush Ranjan
2021-04-05Update gofer dentry permissions only when needed.Ayush Ranjan
2021-04-02Internal change.gVisor bot
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-23setgid directory support in goferfsKevin Krakauer
2021-03-15[op] Make gofer client handle return partial write length when err is nil.Ayush Ranjan
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-03[vfs] Make sticky bit check consistent with Linux.Ayush Ranjan
2021-01-29Fix deadlock in specialFileFD.pwriteFabricio Voznika
2021-01-26Initialize timestamps for gofer synthetic children.Dean Deng
2021-01-22Implement F_GETLK fcntl.Dean Deng
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2021-01-20Fix refcount increments in gofer.filesystem.Sync.Jamie Liu
2021-01-14Check for existence before permissionsFabricio Voznika
2020-11-23Don't evict gofer.dentries with inotify watches before saving.Jamie Liu
2020-11-18Port filesystem metrics to VFS2.Jamie Liu
2020-11-12Filter dentries with non-zero refs in VFS2 gofer/overlay checks.Jamie Liu
2020-11-09Initialize references with a value of 1.Dean Deng
2020-11-06Allow VFS2 gofer.dentries to have separate read and write FDs.Jamie Liu
2020-11-06[vfs] Return EEXIST when file already exists and rp.MustBeDir() is true.Ayush Ranjan
2020-11-03Make pipe min/max sizes match linux.Nicolas Lacasse
2020-10-28Add logging option to leak checker.Dean Deng
2020-10-26[vfs] kernfs: Implement LRU cache for kernfs dentries.Ayush Ranjan
2020-10-24Add leak checking to vfs2 structures that cannot use the refs_vfs2 template.Dean Deng
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-23[vfs] kernfs: Implement remaining InodeAttr fields.Ayush Ranjan
2020-10-13Don't read beyond EOF when inserting into sentry page cache.Jamie Liu
2020-10-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-10-13[vfs2] Add FilesystemType.Release to avoid reference leaks.Dean Deng
2020-09-28Support inotify in overlayfs.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-21Allow partial writes for gofer.specialFileFD.Dean Deng
2020-09-18Implement fsimpl/overlay.filesystem.RenameAt.Jamie Liu
2020-09-18Merge pull request #3972 from btw616:fix/commentsgVisor bot