Age | Commit message (Expand) | Author |
2019-12-05 | Implement F_GETOWN_EX and F_SETOWN_EX. | Ian Gudger |
2019-11-26 | Allow open(O_TRUNC) and (f)truncate for proc files. | Ian Lewis |
2019-11-14 | Check that a file is a regular file with open(O_TRUNC). | Kevin Krakauer |
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-09-13 | gvisor: return ENOTDIR from the unlink syscall | Andrei Vagin |
2019-07-09 | Cleanup straggling syscall dependencies. | Adin Scannell |
2019-07-08 | Don't mask errors in createAt loop. | Nicolas Lacasse |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-07-02 | Simplify (and fix) refcounts in createAt. | Nicolas Lacasse |
2019-07-01 | Check remaining traversal limit when creating a file through a symlink. | Nicolas Lacasse |
2019-06-27 | Complete pipe support on overlayfs | Fabricio Voznika |
2019-06-26 | Follow symlinks when creating a file, and create the target. | Nicolas Lacasse |
2019-06-19 | fileOp{On,At} should pass the remaning symlink traversal count. | Nicolas Lacasse |
2019-06-13 | Plumb context through more layers of filesytem. | Ian Gudger |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-05-21 | Clean up pipe internals and add fcntl support | Adin Scannell |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-29 | createAt should return all errors from FindInode except ENOENT. | Nicolas Lacasse |
2019-04-09 | syscalls: sendfile: limit the count to MAX_RW_COUNT | Li Qiang |
2019-03-28 | Setting timestamps should trigger an inotify event. | Nicolas Lacasse |
2019-03-26 | Implement memfd_create. | Rahat Mahmood |
2019-02-25 | Handle invalid offset in sendfile(2) | Fabricio Voznika |
2018-12-06 | Fixing O_TRUNC behavior to match Linux. | Zach Koopmans |
2018-12-04 | Linkat(2) should sanity check flags. | Brian Geffon |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-11-08 | Create stubs for syscalls upto Linux 4.4. | Rahat Mahmood |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-15 | Clean up Rename and Unlink checks for EBUSY. | Nicolas Lacasse |
2018-10-08 | Statfs Namelen should be NAME_MAX not PATH_MAX | Michael Pratt |
2018-09-14 | Make gVisor hard link check match Linux's. | Nicolas Lacasse |
2018-09-05 | Open(2) isn't honoring O_NOFOLLOW | Brian Geffon |
2018-08-09 | Fix missing O_LARGEFILE from O_CREAT files | Michael Pratt |
2018-08-02 | Copy creds in access | Michael Pratt |
2018-07-31 | proc: show file flags in fdinfo | Andrei Vagin |
2018-07-27 | Added the O_LARGEFILE flag. | Justine Olshan |
2018-07-19 | kernel: mutations on creds now require a copy. | Adin Scannell |
2018-06-21 | Implement ioctl(FIOASYNC) | Ian Gudger |
2018-06-11 | Add O_TRUNC handling in openat | Fabricio Voznika |
2018-05-22 | Remove offset check to match with Linux implementation. | Fabricio Voznika |
2018-05-22 | Change length type, and let fadvise64 return ESPIPE if file is a pipe | Chanwit Kaewkasi |
2018-05-16 | Verify that when offset address is not null, infile must be seekable | Chanwit Kaewkasi |
2018-05-15 | Fix problem with sendfile(2) writing less data | Fabricio Voznika |
2018-05-08 | Fix warning: redundant if ...; err != nil check, just return error instead. | Ian Gudger |
2018-04-28 | Check in gVisor. | Googler |