Age | Commit message (Expand) | Author |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |
2020-02-04 | VFS2 gofer client | Jamie Liu |
2020-02-04 | Add support for sentry internal pipe for gofer mounts | Fabricio Voznika |
2020-01-31 | Internal change. | gVisor bot |
2020-01-30 | Enforce splice offset limits | Michael Pratt |
2020-01-28 | fs/splice: don't report partial errors for special files | Andrei Vagin |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-21 | Rename DowngradableRWMutex to RWmutex. | Ian Gudger |
2020-01-21 | Add line break to /proc/net files | Fabricio Voznika |
2020-01-18 | Include the cgroup name in the superblock options in /proc/self/mountinfo. | Nicolas Lacasse |
2020-01-17 | Fix data race in MountNamespace.resolve. | Nicolas Lacasse |
2020-01-17 | Fix data race in tty.queue.readableSize. | Nicolas Lacasse |
2020-01-17 | Add explanation for implementation of BSD full file locks. | Dean Deng |
2020-01-16 | Remove unused rpcinet. | Adin Scannell |
2020-01-16 | Implement setxattr for overlays. | Dean Deng |
2020-01-16 | Add IfChange/ThenChange reminders in fs/proc | Fabricio Voznika |
2020-01-16 | Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces. | Dean Deng |
2020-01-16 | Add remaining /proc/* and /proc/sys/* files | Fabricio Voznika |
2020-01-09 | New sync package. | Ian Gudger |
2020-01-07 | fs/splice: don't report a partialResult error if there is no data loss | Andrei Vagin |
2020-01-06 | Convert memfs into proto-tmpfs. | Nicolas Lacasse |
2019-12-19 | Make masterInodeOperations.Truncate take a pointer receiver. | Nicolas Lacasse |
2019-12-18 | Add Mems_allowed to /proc/PID/status | Michael Pratt |
2019-12-17 | Merge pull request #1394 from zhuangel:bindlock | gVisor bot |
2019-12-16 | Merge pull request #1392 from zhuangel:bindleak | gVisor bot |
2019-12-16 | Implement checks for get/setxattr at the syscall layer. | Dean Deng |
2019-12-16 | Fix deadlock in overlay bind | Yong He |
2019-12-16 | Fix UDS bind cause fd leak in gofer | Yong He |
2019-12-09 | Redirect TODOs to gvisor.dev | Fabricio Voznika |
2019-12-06 | Implement TTY field in control.Processes(). | Nicolas Lacasse |
2019-12-05 | Create correct file for /proc/[pid]/task/[tid]/io | Zach Koopmans |
2019-12-03 | Fix printing /proc/[pid]/io for /proc/[pid]/task/[tid]/io. | Zach Koopmans |
2019-11-26 | Allow open(O_TRUNC) and (f)truncate for proc files. | Ian Lewis |
2019-11-25 | Merge pull request #1176 from xiaobo55x:runsc_boot | gVisor bot |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-11-20 | Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC. | Nicolas Lacasse |
2019-11-18 | Merge pull request #1177 from xiaobo55x:fs_host | gVisor bot |
2019-11-14 | Check that a file is a regular file with open(O_TRUNC). | Kevin Krakauer |
2019-11-12 | Use overlay MountSource when binding socket in overlay. | Nicolas Lacasse |
2019-11-13 | Enable sentry/fs/host support on arm64. | Haibo Xu |
2019-11-13 | Enable runsc/boot support on arm64. | Haibo Xu |
2019-11-08 | Automated rollback of changelist 278417533 | Kevin Krakauer |
2019-11-04 | Check that a file is a regular file with open(O_TRUNC). | Kevin Krakauer |
2019-10-23 | Merge pull request #641 from tanjianfeng:master | gVisor bot |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-10-16 | Fix problem with open FD when copy up is triggered in overlayfs | Fabricio Voznika |
2019-10-16 | Support O_SYNC and O_DSYNC flags. | Nicolas Lacasse |
2019-10-16 | Merge pull request #736 from tanjianfeng:fix-unix | gVisor bot |