summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-09-11Refactor FUSE connection for readability and structureJinmou Li
2020-09-11Add comments for exported attributesCraig Chi
2020-09-11Implement FUSE_SETATTRCraig Chi
2020-09-11Add fh support for revise attr and fstat(2) testCraig Chi
2020-09-11Add fuse_fd_util library to include common fuse fd test functionsCraig Chi
2020-09-11Add default attr in fuse_utilCraig Chi
2020-09-11Implement FUSE_WRITEJinmou Li
2020-09-11Implement FUSE_CREATECraig Chi
2020-09-11FUSE device: clean up readLockedjinmouil
2020-09-11Downgrade FUSE minor version support and clarify commentsjinmouil
2020-09-11fuse: remove unused marshalling functionsCraig Chi
2020-09-11fuse: add benchmarking support for FUSEBoyuan He & Ridwan Sharif
2020-09-11Support multiple FUSE kernel versions of FUSE_INIT response structCraig Chi
2020-09-11Implementing inode.GetlinkCraig Chi
2020-09-11Fix FUSE_READDIR offset issueCraig Chi
2020-09-11fuse: use safe go_marshal API for FUSERidwan Sharif
2020-09-11fuse: Implement IterDirents for directory file descriptionRidwan Sharif
2020-09-11Implement FUSE_RMDIRRidwan Sharif
2020-09-11Implement FUSE_READJinmou Li
2020-09-11Implement FUSE_MKDIRBoyuan He
2020-09-11Implement FUSE_READLINKBoyuan He
2020-09-11Implement FUSE_SYMLINKBoyuan He
2020-09-11Implement FUSE_MKNODBoyuan He
2020-09-11Implement FUSE_RELEASE/RELEASEDIRBoyuan He
2020-09-11Implement FUSE_OPEN/OPENDIRBoyuan He
2020-09-11Implement FUSE_LOOKUPAndrei Vagin
2020-09-11Add function to create a fake inode in FUSE integration testCraig Chi
2020-09-11Add function generating array of iovec with different FUSE structsCraig Chi
2020-09-11Add functions in FUSE integration test to get metrics from FUSE serverCraig Chi
2020-09-11Extend integration test to test sequence of FUSE operationCraig Chi
2020-09-11Merge release-20200907.0-35-g325f7036b (automated)gVisor bot
2020-09-11Use correct test device name in Fuchsia packetimpactAmanda Tait
2020-09-11Merge release-20200907.0-34-g490e5c83b (automated)gVisor bot
2020-09-11Make nogo more robust to variety of stdlib layouts.Michael Pratt
2020-09-11Merge release-20200907.0-33-g9a5635eb1 (automated)gVisor bot
2020-09-11Implement copy-up-coherent mmap for VFS2 overlayfs.Jamie Liu
2020-09-11Merge release-20200907.0-32-g831ab2dd9 (automated)gVisor bot
2020-09-11Fix host unix socket to not swallow EOF incorrectly.Bhasker Hariharan
2020-09-11Merge release-20200907.0-31-g964447c8c (automated)gVisor bot
2020-09-11Clean up image constructionTamir Duberstein
2020-09-10Merge release-20200818.0-154-g365545855 (automated)gVisor bot
2020-09-10[vfs] Disable inode number equality check for overlayfs.Ayush Ranjan
2020-09-10Merge release-20200818.0-153-g14e0eb6e0 (automated)gVisor bot
2020-09-10[vfs] Add vfs2 runtime tests.Ayush Ranjan
2020-09-10Merge release-20200818.0-152-g7275f293d (automated)gVisor bot
2020-09-10Merge pull request #3892 from lubinszARM:pr_n1_02gVisor bot
2020-09-10Merge release-20200818.0-150-g50c99a86d (automated)gVisor bot
2020-09-10[vfs] Disable nlink tests for overlayfs.Ayush Ranjan
2020-09-10Merge release-20200818.0-149-g9a003835f (automated)gVisor bot
2020-09-10Fix typo, remove duplicate word.gVisor bot