Age | Commit message (Expand) | Author |
2021-07-08 | devpts: Notify of echo'd input queue bytes only after locks have been released. | Etienne Perot |
2021-07-01 | Mix checklocks and atomic analyzers. | Adin Scannell |
2021-07-01 | [syserror] Update several syserror errors to linuxerr equivalents. | Zach Koopmans |
2021-06-30 | [syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM. | Zach Koopmans |
2021-06-29 | Sort children map before hash | Chong Cai |
2021-06-29 | [syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL | Zach Koopmans |
2021-06-28 | Allow VFS2 gofer client to mmap from sentry page cache when forced. | Jamie Liu |
2021-06-24 | Internal change. | Jamie Liu |
2021-06-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-06-17 | Move tcpip.Clock impl to Timekeeper | Tamir Duberstein |
2021-06-10 | Minor VFS2 xattr changes. | Jamie Liu |
2021-06-10 | Fix lock ordering issue when enumerating cgroup tasks. | Rahat Mahmood |
2021-06-10 | Add /proc/sys/vm/max_map_count | Fabricio Voznika |
2021-06-07 | Implement RENAME_NOREPLACE for all VFS2 filesystem implementations. | Jamie Liu |
2021-06-03 | Initialize metrics at init | Tamir Duberstein |
2021-05-26 | Add verity getdents tests | Chong Cai |
2021-05-25 | Initialize Kernel.Timekeeper before network NS | Tamir Duberstein |
2021-05-25 | Use specific fmt verbs (avoid %v) | Tamir Duberstein |
2021-05-25 | setgid directories for VFS1 tmpfs, overlayfs, and goferfs | Kevin Krakauer |
2021-05-18 | Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metric | Nayana Bidari |
2021-05-14 | Add new metric for suspicious operations. | Nayana Bidari |
2021-05-14 | Resolve remaining O_PATH TODOs. | Dean Deng |
2021-05-14 | Don't read forwarding from netstack in sentry | Ghanan Gowripalan |
2021-05-14 | Fix cgroup hierarchy registration. | Rahat Mahmood |
2021-05-12 | Fix TODO comments. | Ian Lewis |
2021-05-06 | Implement /proc/cmdline | Steve Silva |
2021-05-04 | Remove uses of the binary package from the rest of the sentry. | Rahat Mahmood |
2021-05-03 | Fix deadlock in /proc/[pid]/fd/[num] | Fabricio Voznika |
2021-05-01 | [perf] Check caching on IncRef'd dentries before the others. | Ayush Ranjan |
2021-04-30 | Do not return content if verity translate fails | Chong Cai |
2021-04-29 | [perf] Remove unnecessary existence checks in doCreateAt(). | Ayush Ranjan |
2021-04-29 | Remove outdated TODOs in verity | Chong Cai |
2021-04-28 | Automated rollback of changelist 369686285 | Fabricio Voznika |
2021-04-22 | Add weirdness sentry metric. | Nayana Bidari |
2021-04-21 | Stub the custom "job" controller required by some workloads. | Rahat Mahmood |
2021-04-21 | Automated rollback of changelist 369325957 | Michael Pratt |
2021-04-20 | [perf] Remove non-empty directory dentries from gofer LRU cache. | Ayush Ranjan |
2021-04-20 | Speed up O_APPEND with remote revalidating | Fabricio Voznika |
2021-04-20 | Move SO_RCVBUF to socketops. | Nayana Bidari |
2021-04-19 | Change verity action to be a fs member | Chong Cai |
2021-04-19 | Add MultiGetAttr message to 9P | Fabricio Voznika |
2021-04-16 | [perf] Reduce contention due to renameMu in gofer client. | Ayush Ranjan |
2021-04-16 | Allow runsc to generate coverage reports. | Dean Deng |
2021-04-15 | Add S/R logic for host.ConnectedEndpoint | Fabricio Voznika |
2021-04-15 | Generate notification when closing host fd. | Dean Deng |
2021-04-12 | Add DecRef for verity FDs that were missing | Chong Cai |
2021-04-09 | Return integrity failure only if enabled | Chong Cai |
2021-04-08 | Set root dentry and hash for verity before verify | Chong Cai |
2021-04-08 | Set parent after child is verified | Chong Cai |
2021-04-05 | Update gofer dentry permissions only when needed. | Ayush Ranjan |