summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2020-09-22[vfs] [1/2] kernfs: Internally use kernfs.Dentry instead of vfs.Dentry.Ayush Ranjan
2020-09-21Allow partial writes for gofer.specialFileFD.Dean Deng
2020-09-21Use kernfs.Dentry for kernfs.Lookup.Dean Deng
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-18Implement fsimpl/overlay.filesystem.RenameAt.Jamie Liu
2020-09-18Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2.Jamie Liu
2020-09-18fuse: update design doc with I/O implementationJinmou Li
2020-09-18Count packets dropped by iptables in IPStatsKevin Krakauer
2020-09-18Merge pull request #3972 from btw616:fix/commentsgVisor bot
2020-09-18Fix definition of SchedParam.Rahat Mahmood
2020-09-17fuse.DeviceFD needs to hold a reference on the associated filesystem.Rahat Mahmood
2020-09-17ip6tables: filter table supportKevin Krakauer
2020-09-17{Set,Get} SO_LINGER on all endpoints.Nayana Bidari
2020-09-17Change sizeofInt32 to string sizeChong Cai
2020-09-17Set mode when creating Merkle tree fileChong Cai
2020-09-17Complete vfs2 implementation of fallocate.Dean Deng
2020-09-17Merge pull request #3979 from jinmouil:feature/fuse-fixgVisor bot
2020-09-17Return ENOPROTOOPT for all SOL_PACKET options.Bhasker Hariharan
2020-09-17Fix kernfs unlinkat and rmdirat incorrect resolved path nameJinmou Li
2020-09-17fsimpl: improve the "implements" commentsTiwei Bie
2020-09-16Merge pull request #3934 from avagin:feature/fusegVisor bot
2020-09-16Implement OpenAt() for verity fsChong Cai
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
2020-09-16Implement PRead for verity fsChong Cai
2020-09-16Merge pull request #3893 from lubinszARM:pr_n1_03gVisor bot
2020-09-16fuse: fix data race in fusefs Release()Jinmou Li
2020-09-16fuse: fix FUSE_RELEASE reply handlingJinmou Li
2020-09-16Update fuse.md design doc with design detailsJinmou Li
2020-09-16Fix FUSE connection control lock ordering and race in unit testJinmou Li
2020-09-16fuse: don't pass lock by valueAndrei Vagin
2020-09-16fuse: fix a compile time errorAndrei Vagin
2020-09-16Revert "fuse: add benchmarking support for FUSE"Andrei Vagin
2020-09-16Fix FUSE unit test after vfs interface changeJinmou Li
2020-09-16Fix FUSE go unit test merge conflict mistakeJinmou Li
2020-09-16fs/fuse: Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Andrei Vagin
2020-09-16Unexport fusefs.inode.nodeIDCraig Chi
2020-09-16Implement FUSE_UNLINKBoyuan He
2020-09-16Fix comments of TODO issues.Craig Chi
2020-09-16Add FUSE umount supportJinmou Li
2020-09-16Fix FUSE_RELEASE protocol reply processingJinmou Li
2020-09-16Improve FUSE async/noreply call logicJinmou Li
2020-09-16Refactor FUSE connection for readability and structureJinmou Li
2020-09-16Implement FUSE_SETATTRCraig Chi
2020-09-16Add fh support for revise attr and fstat(2) testCraig Chi
2020-09-16Implement FUSE_WRITEJinmou Li
2020-09-16Implement FUSE_CREATECraig Chi
2020-09-16FUSE device: clean up readLockedJinmou Li
2020-09-16Downgrade FUSE minor version support and clarify commentsJinmou Li
2020-09-16fuse: remove unused marshalling functionsCraig Chi