summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2020-05-05Translate p9.NoUID/GID to OverflowUID/GID.Jamie Liu
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-27Import host sockets.Dean Deng
2020-04-24Port SCM Rights to VFS2.Dean Deng
2020-04-23Port devpts to VFS2.Nicolas Lacasse
2020-04-22Move user home detection to its own library.Nicolas Lacasse
2020-04-21Misc VFS2 fixesFabricio Voznika
2020-04-21Sentry metrics updates.Dave Bailey
2020-04-13Remove obsolete TODOs for b/38173783Jon Budd
2020-04-10Use O_CLOEXEC when dup'ing FDsFabricio Voznika
2020-04-09Merge pull request #2253 from amscanne:nogogVisor bot
2020-04-09Downgrade VFS1-specific FIXME to a NOTE.Jamie Liu
2020-04-08Clean up TODOsFabricio Voznika
2020-04-08Remove InodeOperations FIXMEs that will be obsoleted by VFS2.Dean Deng
2020-04-08Handle utimes correctly for shared gofer filesystems.Dean Deng
2020-04-08Enable SubprocessExited and SubprocessZombie for gVisorFabricio Voznika
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-04-08Fix all copy locks violations.Adin Scannell
2020-04-02Fix typo in TODO comments.Dean Deng
2020-03-31Include original copyUp error in panic if cleanupUpper fails.Nicolas Lacasse
2020-03-26Use host-defined file owner and mode, when possible, for imported fds.Dean Deng
2020-03-19Remove the "frozen" bit from dirents.Zach Koopmans
2020-03-18Port imported TTY fds to vfs2.Dean Deng
2020-03-17Remove HostFS from Sentry.Zach Koopmans
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-13Fix oom_score_adj.Jamie Liu
2020-03-09Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.Ting-Yu Wang
2020-03-06Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.Dean Deng
2020-03-06Prevent memory leaks in ilistTamir Duberstein
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-03-02Take write lock when removing xattrMichael Pratt
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-25Fix DATA RACE in fs.MayDelete.Adin Scannell
2020-02-25Fix mount refcount issue.Adin Scannell
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-20Initial network namespace support.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-11Ensure fsimpl/gofer.dentryPlatformFile.hostFileMapper is initialized.gVisor bot
2020-02-11Prevent DATA RACE in UnstableAttr.Adin Scannell
2020-02-10Add context to comments.Adin Scannell
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-05Add notes to relevant tests.Adin Scannell
2020-02-04VFS2 gofer clientJamie Liu
2020-02-04Add support for sentry internal pipe for gofer mountsFabricio Voznika
2020-01-31Internal change.gVisor bot
2020-01-30Enforce splice offset limitsMichael Pratt
2020-01-28fs/splice: don't report partial errors for special filesAndrei Vagin
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-21Rename DowngradableRWMutex to RWmutex.Ian Gudger