summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-09-17Remove option to panic goferFabricio Voznika
2020-09-17Deflake vdso_clock_gettime test.Jamie Liu
2020-09-17Disable nodejs12.4 test async-hooks/test-statwatcher.Jamie Liu
2020-09-17Add VFS2 overlay support in runscFabricio Voznika
2020-09-16Merge pull request #3934 from avagin:feature/fusegVisor bot
2020-09-16Implement OpenAt() for verity fsChong Cai
2020-09-16Cleanup device name confusion in packetimpact testbenchZeling Feng
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
2020-09-16Bind loopback subnets' lifetime to perm addressGhanan Gowripalan
2020-09-16Implement PRead for verity fsChong Cai
2020-09-16Gracefully translate unknown errno.Ting-Yu Wang
2020-09-16[runtime tests] Add documentation.Ayush Ranjan
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-16FUSE readdir test fix ino initializationJinmou Li
2020-09-16Update fuse.md design doc with design detailsJinmou Li
2020-09-16test/fuse: use the getdents syscall instead of opendir/readdirAndrei Vagin
2020-09-16test/fuse: clean upAndrei Vagin
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-16Receive broadcast packets on interested endpointsGhanan Gowripalan
2020-09-16fs/fuse: Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Andrei Vagin
2020-09-16fuse_open: add padding to open out requestBoyuan He
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-16Add comments for exported attributesCraig Chi
2020-09-16Implement FUSE_SETATTRCraig Chi
2020-09-16Add fh support for revise attr and fstat(2) testCraig Chi
2020-09-16Add fuse_fd_util library to include common fuse fd test functionsCraig Chi
2020-09-16Add default attr in fuse_utilCraig 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
2020-09-16fuse: add benchmarking support for FUSEBoyuan He & Ridwan Sharif
2020-09-16Support multiple FUSE kernel versions of FUSE_INIT response structCraig Chi
2020-09-16Implementing inode.GetlinkCraig Chi
2020-09-16Fix FUSE_READDIR offset issueCraig Chi
2020-09-16fuse: use safe go_marshal API for FUSERidwan Sharif