summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-12Fix misuses of kernel.Task as context.Context.Jamie Liu
2020-11-03Fix more nogo testsTing-Yu Wang
2020-11-03Make pipe min/max sizes match linux.Nicolas Lacasse
2020-10-27Implement /proc/[pid]/memLennart
2020-10-23Support VFS2 save/restore.Jamie Liu
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-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-10-07Add staticcheck and staticstyle analyzers.Adin Scannell
2020-09-29Add /proc/[pid]/cwdFabricio Voznika
2020-09-20Merge pull request #3651 from ianlewis:ip-forwardinggVisor bot
2020-09-18Merge pull request #3989 from jinmouil:feature/fuse-fixgVisor bot
2020-09-18fuse: update design doc with I/O implementationJinmou Li
2020-09-16Merge pull request #3934 from avagin:feature/fusegVisor bot
2020-09-16Update fuse.md design doc with design detailsJinmou Li
2020-09-16Revert "fuse: add benchmarking support for FUSE"Andrei Vagin
2020-09-16fuse: add benchmarking support for FUSEBoyuan He & Ridwan Sharif
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-17Merge branch 'master' into ip-forwardingIan Lewis
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