Age | Commit message (Expand) | Author |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-09-11 | Fix host unix socket to not swallow EOF incorrectly. | Bhasker Hariharan |
2020-09-08 | [vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions. | Ayush Ranjan |
2020-09-02 | [vfs] Implement xattr for overlayfs. | Ayush Ranjan |
2020-09-01 | Refactor tty codebase to use master-replica terminology. | Ayush Ranjan |
2020-09-01 | [go-marshal] Enable auto-marshalling for fs/tty. | Ayush Ranjan |
2020-08-27 | [go-marshal] Enable auto-marshalling for tundev. | Ayush Ranjan |
2020-08-25 | Return non-zero size for tmpfs statfs(2). | Jamie Liu |
2020-08-25 | [go-marshal] Enable auto-marshalling for host tty. | Ayush Ranjan |
2020-08-20 | Consistent precondition formatting | Michael Pratt |
2020-08-18 | Move ERESTART* error definitions to syserror package. | Dean Deng |
2020-08-17 | Merge branch 'master' into ip-forwarding | Ian Lewis |
2020-08-05 | Add loss recovery option for TCP. | Nayana Bidari |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-27 | Move platform.File in memmap | Andrei Vagin |
2020-07-24 | Enable automated marshalling for netstack. | Ayush Ranjan |
2020-07-15 | fdbased: Vectorized write for packet; relax writev syscall filter. | Ting-Yu Wang |
2020-06-18 | Remove various uses of 'whitelist' | Michael Pratt |
2020-06-17 | Remove various uses of 'blacklist' | Michael Pratt |
2020-06-11 | Merge pull request #2863 from lubinszARM:pr_sndbuf | gVisor bot |
2020-06-10 | Deleting the maxSendBufferSize from fs/host | Bin Lu |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-09 | Don't WriteOut to readonly mounts | Fabricio Voznika |
2020-06-08 | Combine executable lookup code | Fabricio Voznika |
2020-06-03 | Fix data race on f.offset. | Nicolas Lacasse |
2020-06-02 | Add some detail to milestone #1 | Ridwan Sharif |
2020-05-29 | Refactor the ResolveExecutablePath logic. | Nicolas Lacasse |
2020-05-28 | Merge pull request #2792 from avagin:g3doc/fuse/refs | gVisor bot |
2020-05-27 | g3doc/fuse: add more references | Andrei Vagin |
2020-05-26 | Merge pull request #2751 from mrahatm:fuse | gVisor bot |
2020-05-26 | Write initial design doc for FUSE. | Rahat Mahmood |
2020-05-19 | Implement mmap for host fs in vfs2. | Dean Deng |
2020-05-13 | Enable overlayfs_stale_read by default for runsc. | Jamie Liu |
2020-05-12 | Don't allow rename across different gofer or tmpfs mounts. | Nicolas Lacasse |
2020-05-07 | Update privateunixsocket TODOs. | Dean Deng |
2020-05-06 | Add maximum memory limit. | Nicolas Lacasse |
2020-05-05 | Translate p9.NoUID/GID to OverflowUID/GID. | Jamie Liu |
2020-04-28 | Support pipes and sockets in VFS2 gofer fs. | Dean Deng |
2020-04-27 | Import host sockets. | Dean Deng |
2020-04-24 | Port SCM Rights to VFS2. | Dean Deng |
2020-04-23 | Port devpts to VFS2. | Nicolas Lacasse |
2020-04-22 | Move user home detection to its own library. | Nicolas Lacasse |
2020-04-21 | Misc VFS2 fixes | Fabricio Voznika |
2020-04-21 | Sentry metrics updates. | Dave Bailey |
2020-04-13 | Remove obsolete TODOs for b/38173783 | Jon Budd |
2020-04-10 | Use O_CLOEXEC when dup'ing FDs | Fabricio Voznika |
2020-04-09 | Merge pull request #2253 from amscanne:nogo | gVisor bot |
2020-04-09 | Downgrade VFS1-specific FIXME to a NOTE. | Jamie Liu |
2020-04-08 | Clean up TODOs | Fabricio Voznika |
2020-04-08 | Remove InodeOperations FIXMEs that will be obsoleted by VFS2. | Dean Deng |