summaryrefslogtreecommitdiffhomepage
path: root/runsc/fsgofer
AgeCommit message (Expand)Author
2021-08-20[op] Prevent file leak in MultiGetAttr's error path.Ayush Ranjan
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
2021-05-13Fix file descriptor leak in MultiGetAttrTiwei Bie
2021-04-28Automated rollback of changelist 369686285Fabricio Voznika
2021-04-21Automated rollback of changelist 369325957Michael Pratt
2021-04-19Add MultiGetAttr message to 9PFabricio Voznika
2021-03-23Allow FSETXATTR/FGETXATTR host calls for VerityChong Cai
2021-03-08Internal change.Chong Cai
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-02-24runsc/filters: permit clock_nanosleep for raceAndrei Vagin
2021-02-11Allow rt_sigaction in gofer seccompFabricio Voznika
2021-02-04Move getcpu() to core filter listMichael Pratt
2021-01-22Remove dependency to abi/linuxFabricio Voznika
2021-01-21Fix ownership change logicFabricio Voznika
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-15fsgofer optimizationsFabricio Voznika
2020-09-25Add openat() to list of permitted syscalls in gotsan runs.Bhasker Hariharan
2020-09-22Allow CLONE_SETTLS for Go 1.16Michael Pratt
2020-09-22Force clone parent_tidptr and child_tidptr to zeroMichael Pratt
2020-09-18Drop ARCH_GET_FSMichael Pratt
2020-09-17Remove option to panic goferFabricio Voznika
2020-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
2020-09-01Implement setattr+clunk in 9PFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-08-19Remove path walk from localFile.MknodFabricio Voznika
2020-08-18Return EROFS if mount is read-onlyFabricio Voznika
2020-07-30Call lseek(0, SEEK_CUR) unconditionally in runsc fsgofer's Readdir(offset=0).Jamie Liu
2020-07-25test/syscall: run each test case in a separate network namespaceAndrei Vagin
2020-07-24Reduce walk and open cost in fsgoferFabricio Voznika
2020-07-23Fix fsgofer Open() when control file is using O_PATHFabricio Voznika
2020-07-07Fix mknod and inotify syscall testAyush Ranjan
2020-06-16Print spec as json when --debug is enabledFabricio Voznika
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-04-07Remove TODOs for local gofer extended attributes.Dean Deng
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-04Allow mlock in fsgofer system call filtersFabricio Voznika
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2020-01-09New sync package.Ian Gudger
2019-12-11Finish incomplete comment.Dean Deng
2019-11-23gofer: reduce CPU usage on GC as of frequent readdirJianfeng Tan
2019-11-06Add p9.OpenTruncate.Jamie Liu
2019-10-30Enable runsc/fsgofer support on arm64.Haibo Xu
2019-10-28Cast the Stat_t.Nlink to uint64 on arm64.Haibo Xu
2019-10-18Cleanup host UDS supportMichael Pratt
2019-10-15Make Attach no longer a special snowflakeMichael Pratt
2019-10-10Allow rt_sigreturn in runsc goferMichael Pratt
2019-09-26Disallow opening of sockets if --fsgofer-host-uds=falseFabricio Voznika
2019-09-25Merge pull request #765 from trailofbits:uds_supportgVisor bot