summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2020-09-14Correct FDSize in /proc/[pid]/status.Jamie Liu
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-11Fix host unix socket to not swallow EOF incorrectly.Bhasker Hariharan
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-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-01[go-marshal] Enable auto-marshalling for fs/tty.Ayush Ranjan
2020-08-27[go-marshal] Enable auto-marshalling for tundev.Ayush Ranjan
2020-08-25Return non-zero size for tmpfs statfs(2).Jamie Liu
2020-08-25[go-marshal] Enable auto-marshalling for host tty.Ayush Ranjan
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-05Add loss recovery option for TCP.Nayana Bidari
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-27Move platform.File in memmapAndrei Vagin
2020-07-24Enable automated marshalling for netstack.Ayush Ranjan
2020-07-15fdbased: Vectorized write for packet; relax writev syscall filter.Ting-Yu Wang
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-11Merge pull request #2863 from lubinszARM:pr_sndbufgVisor bot
2020-06-10Deleting the maxSendBufferSize from fs/hostBin Lu
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-09Don't WriteOut to readonly mountsFabricio Voznika
2020-06-08Combine executable lookup codeFabricio Voznika
2020-06-03Fix data race on f.offset.Nicolas Lacasse
2020-06-02Add some detail to milestone #1Ridwan Sharif
2020-05-29Refactor the ResolveExecutablePath logic.Nicolas Lacasse
2020-05-28Merge pull request #2792 from avagin:g3doc/fuse/refsgVisor bot
2020-05-27g3doc/fuse: add more referencesAndrei Vagin
2020-05-26Merge pull request #2751 from mrahatm:fusegVisor bot
2020-05-26Write initial design doc for FUSE.Rahat Mahmood
2020-05-19Implement mmap for host fs in vfs2.Dean Deng
2020-05-13Enable overlayfs_stale_read by default for runsc.Jamie Liu
2020-05-12Don't allow rename across different gofer or tmpfs mounts.Nicolas Lacasse
2020-05-07Update privateunixsocket TODOs.Dean Deng
2020-05-06Add maximum memory limit.Nicolas Lacasse
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