Age | Commit message (Expand) | Author |
2018-12-27 | Fix deadlock between epoll_wait and getdents | Fabricio Voznika |
2018-12-21 | inotify notifies watchers when control events bit are set | Fabricio Voznika |
2018-12-20 | Deflake gofer_test. | Nicolas Lacasse |
2018-12-17 | overlayBoundEndpoint must be recursive if there is an overlay in the lower. | Nicolas Lacasse |
2018-12-14 | Move fdnotifier package to reduce internal confusion. | Adin Scannell |
2018-12-14 | Mark sync.Mutex in TTYFileOperations as nosave | Andrei Vagin |
2018-12-14 | Implement SO_SNDTIMEO | Ian Gudger |
2018-12-12 | Filesystems shouldn't be saving references to Platform. | Rahat Mahmood |
2018-12-12 | Pass information about map writableness to filesystems. | Rahat Mahmood |
2018-12-10 | Implement MSG_WAITALL | Ian Gudger |
2018-12-07 | sentry: turn "dynamically-created" procfs files into static creation. | Zhaozhong Ni |
2018-12-07 | Add period to comment | Michael Pratt |
2018-12-05 | Enforce directory accessibility before delete Walk | Michael Pratt |
2018-12-05 | Add context to mount errors | Michael Pratt |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-12-04 | sentry: save / restore netstack procfs configuration. | Zhaozhong Ni |
2018-12-04 | Enforce name length restriction on paths. | Brian Geffon |
2018-12-04 | Fix data race caused by unlocked call of Dirent.descendantOf. | Nicolas Lacasse |
2018-11-27 | Fix data race in fs.Async. | Nicolas Lacasse |
2018-11-20 | Parse the tmpfs mode before validating. | Nicolas Lacasse |
2018-11-15 | Allow setting sticky bit in tmpfs permissions. | Nicolas Lacasse |
2018-11-12 | Internal change. | Googler |
2018-11-08 | Create stubs for syscalls upto Linux 4.4. | Rahat Mahmood |
2018-11-01 | modify modeRegexp to adapt the default spec of containerd | Juan |
2018-10-24 | Convert Unix transport to syserr | Ian Gudger |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-20 | Add more unimplemented syscall events | Fabricio Voznika |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Fix typos in socket_test | Ian Gudger |
2018-10-17 | Move Unix transport out of netstack | Ian Gudger |
2018-10-15 | Refactor host.ConnectedEndpoint | Ian Gudger |
2018-10-15 | Merge host.endpoint into host.ConnectedEndpoint | Ian Gudger |
2018-10-15 | Clean up Rename and Unlink checks for EBUSY. | Nicolas Lacasse |
2018-10-15 | sentry: save fs.Dirent deleted info. | Zhaozhong Ni |
2018-10-11 | sentry: allow saving of unlinked files with open fds on virtual fs. | Zhaozhong Ni |
2018-10-10 | Enforce message size limits and avoid host calls with too many iovecs | Michael Pratt |
2018-10-03 | Implement TIOCSCTTY ioctl as a noop. | Nicolas Lacasse |
2018-10-03 | Add S/R support for FIOASYNC | Ian Gudger |
2018-10-01 | runsc: Support job control signals in "exec -it". | Nicolas Lacasse |
2018-09-28 | Require AF_UNIX sockets from the gofer | Michael Pratt |
2018-09-27 | Forward ioctl(TCSETSF) calls on host ttys to the host kernel. | Nicolas Lacasse |
2018-09-18 | Short-circuit Readdir calls on overlay files when the dirent is frozen. | Nicolas Lacasse |
2018-09-17 | Allow kernel.(*Task).Block to accept an extract only channel | Ian Gudger |
2018-09-14 | Reuse readlink parameter, add sockaddr max. | Michael Pratt |
2018-09-14 | Make gVisor hard link check match Linux's. | Nicolas Lacasse |
2018-09-07 | runsc: Support multi-container exec. | Nicolas Lacasse |
2018-09-05 | Imported FD in exec was leaking | Fabricio Voznika |
2018-09-04 | /proc/PID/mounts is not tab-delimited | Michael Pratt |
2018-09-04 | Distinguish Element and Linker for ilist. | Adin Scannell |
2018-08-31 | Do not use fs.FileOwnerFromContext in fs/proc.file.UnstableAttr(). | Jamie Liu |