Age | Commit message (Expand) | Author |
2020-09-17 | Remove option to panic gofer | Fabricio Voznika |
2020-09-01 | Implement setattr+clunk in 9P | Fabricio Voznika |
2020-08-19 | Remove path walk from localFile.Mknod | Fabricio Voznika |
2020-08-18 | Return EROFS if mount is read-only | Fabricio Voznika |
2020-07-30 | Call lseek(0, SEEK_CUR) unconditionally in runsc fsgofer's Readdir(offset=0). | Jamie Liu |
2020-07-25 | test/syscall: run each test case in a separate network namespace | Andrei Vagin |
2020-07-24 | Reduce walk and open cost in fsgofer | Fabricio Voznika |
2020-07-23 | Fix fsgofer Open() when control file is using O_PATH | Fabricio Voznika |
2020-07-07 | Fix mknod and inotify syscall test | Ayush Ranjan |
2020-06-16 | Print spec as json when --debug is enabled | Fabricio Voznika |
2020-05-28 | Move Cleanup to its own package | Fabricio Voznika |
2020-04-07 | Remove TODOs for local gofer extended attributes. | Dean Deng |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-01-16 | Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces. | Dean Deng |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-11 | Finish incomplete comment. | Dean Deng |
2019-11-23 | gofer: reduce CPU usage on GC as of frequent readdir | Jianfeng Tan |
2019-11-06 | Add p9.OpenTruncate. | Jamie Liu |
2019-10-28 | Cast the Stat_t.Nlink to uint64 on arm64. | Haibo Xu |
2019-10-18 | Cleanup host UDS support | Michael Pratt |
2019-10-15 | Make Attach no longer a special snowflake | Michael Pratt |
2019-09-26 | Disallow opening of sockets if --fsgofer-host-uds=false | Fabricio Voznika |
2019-09-25 | Merge pull request #765 from trailofbits:uds_support | gVisor bot |
2019-09-24 | Refactor command line options and remove the allowed terminology for uds | Robert Tonic |
2019-09-19 | Fix documentation, clean up seccomp filter installation, rename helpers. | Robert Tonic |
2019-09-19 | Place the host UDS mounting behind --fsgofer-host-uds-allowed. | Robert Tonic |
2019-09-05 | Apply go fmt to the fsgofer changes. | Robert Tonic |
2019-09-05 | Remove seccomp permissions, and clean up the Attach logic. | Robert Tonic |
2019-08-27 | First pass at implementing Unix Domain Socket support. No tests. | Robert Tonic |
2019-08-13 | Fix file mode check in fsgofer Attach | Fabricio Voznika |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-24 | fsgopher: reopen files via /proc/self/fd | Andrei Vagin |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-05-17 | Return EPERM for mknod | Michael Pratt |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
2019-05-03 | gofer: don't leak file descriptors | Andrei Vagin |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-23 | Remember file position during Readdir() | Fabricio Voznika |
2019-04-23 | Replace os.File with fd.FD in fsgofer | Fabricio Voznika |
2019-04-01 | Automated rollback of changelist 240657604 | Fabricio Voznika |
2019-04-01 | gofer: ignore unsupported files | Liu Hua |
2019-03-27 | Automated rollback of changelist 240502097 | Fabricio Voznika |
2019-03-26 | Merge fsgofer 'controlFile' and 'openedFile' | Fabricio Voznika |
2019-01-07 | Undo changes in case of failure to create file/dir/symlink | Fabricio Voznika |
2018-11-01 | Use spec with clean paths for gofer | Fabricio Voznika |
2018-10-31 | Make lazy open the mode of operation for fsgofer | Fabricio Voznika |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-09-07 | Add additional sanity checks for walk. | Adin Scannell |
2018-08-27 | runsc: fsgofer should return a unique QID.Path for each file. | Nicolas Lacasse |