summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2020-09-11Refactor FUSE connection for readability and structureJinmou Li
2020-09-11Implement FUSE_SETATTRCraig Chi
2020-09-11Add fh support for revise attr and fstat(2) testCraig 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-11Extend integration test to test sequence of FUSE operationCraig Chi
2020-09-11Merge release-20200907.0-35-g325f7036b (automated)gVisor bot
2020-09-11Merge release-20200907.0-34-g490e5c83b (automated)gVisor bot
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-11arm64 mm: asid and tlb supportBin Lu
2020-09-10Merge release-20200818.0-154-g365545855 (automated)gVisor bot
2020-09-10Merge release-20200818.0-153-g14e0eb6e0 (automated)gVisor bot
2020-09-10Merge release-20200818.0-152-g7275f293d (automated)gVisor bot
2020-09-10Merge release-20200818.0-150-g50c99a86d (automated)gVisor bot
2020-09-10Merge release-20200818.0-149-g9a003835f (automated)gVisor bot
2020-09-10arm64:place an SB sequence following an ERET instructionBin Lu
2020-09-10Merge release-20200818.0-148-g1ab097b08 (automated)gVisor bot
2020-09-10Merge release-20200818.0-147-g644ac7b6b (automated)gVisor bot
2020-09-09Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti...Jamie Liu
2020-09-10Merge release-20200818.0-146-g2c7df1a9a (automated)gVisor bot
2020-09-09Don't write VFS2 gofer client timestamps back on dentry destruction.Jamie Liu
2020-09-10Merge release-20200818.0-145-gf94995114 (automated)gVisor bot
2020-09-10Merge release-20200810.0-200-gc7d09207e (automated)gVisor bot
2020-09-09Don't sched_setaffinity in ptrace platform.Jamie Liu
2020-09-09Implement synthetic mountpoints for kernfs.Jamie Liu
2020-09-09[vfs] overlayfs: Fix socket tests.Ayush Ranjan
2020-09-09Add check for both child and childMerkle ENOENTgVisor bot
2020-09-09Implement ioctl with enable veritygVisor bot