Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-12 | Merge release-20200810.0-18-g252329c1f (automated) | gVisor bot | |
2020-08-12 | Merge pull request #3605 from lubinszARM:pr_helloworld_thunderx2 | gVisor bot | |
PiperOrigin-RevId: 326326710 | |||
2020-08-12 | Merge release-20200810.0-16-ge6df6222a (automated) | gVisor bot | |
2020-08-12 | Merge pull request #3250 from craig08:fuse-getattr | gVisor bot | |
PiperOrigin-RevId: 326313858 | |||
2020-08-12 | Merge release-20200810.0-14-g00b684ea7 (automated) | gVisor bot | |
2020-08-12 | Merge release-20200804.0-67-gd797f2666 (automated) | gVisor bot | |
2020-08-12 | Redirect TODO | Fabricio Voznika | |
Fixes #2923 PiperOrigin-RevId: 326296589 | |||
2020-08-12 | Merge release-20200804.0-66-gc5ed39016 (automated) | gVisor bot | |
2020-08-12 | Release fd references on aio callback cancellation. | Dean Deng | |
Discovered by reference leak checker on tmpfs.inode. PiperOrigin-RevId: 326294755 | |||
2020-08-12 | Merge release-20200804.0-65-g776c5f633 (automated) | gVisor bot | |
2020-08-12 | Fix race in vfs.FileDescription.statusFlag | Fabricio Voznika | |
PiperOrigin-RevId: 326270643 | |||
2020-08-12 | Running hello-world on Thunderx2 with kvm | Bin Lu | |
Signed-off-by: Bin Lu <bin.lu@arm.com> | |||
2020-08-11 | Merge release-20200804.0-64-gc92242c89 (automated) | gVisor bot | |
2020-08-11 | Merge release-20200804.0-63-g49947d2eb (automated) | gVisor bot | |
2020-08-11 | Merge release-20200804.0-62-g89f3197fc (automated) | gVisor bot | |
2020-08-10 | Implement FUSE_GETATTR | Craig Chi | |
FUSE_GETATTR is called when a stat(2), fstat(2), or lstat(2) is issued from VFS2 layer to a FUSE filesystem. Fixes #3175 | |||
2020-08-10 | Merge release-20200804.0-60-g0a8ae4b32 (automated) | gVisor bot | |
2020-08-10 | Merge release-20200804.0-59-ga1af46c20 (automated) | gVisor bot | |
2020-08-10 | Merge release-20200804.0-58-ga88cf5a2e (automated) | gVisor bot | |
2020-08-10 | Merge release-20200804.0-57-g7ba5e3558 (automated) | gVisor bot | |
2020-08-10 | ip6tables: move target-specific code to targets.go | Kevin Krakauer | |
This is purely moving code, no changes. netfilter.go is cluttered and targets.go is a good place for this. #3549 PiperOrigin-RevId: 325879965 | |||
2020-08-10 | Merge release-20200804.0-56-g9ac71dc78 (automated) | gVisor bot | |
2020-08-10 | Merge release-20200804.0-55-g79e7d0b06 (automated) | gVisor bot | |
2020-08-09 | Merge release-20200804.0-54-gb404b5c25 (automated) | gVisor bot | |
2020-08-08 | Merge release-20200804.0-53-g13a8ae81b (automated) | gVisor bot | |
2020-08-07 | Add context.FullStateChanged() | Andrei Vagin | |
It indicates that the Sentry has changed the state of the thread and next calls of PullFullState() has to do nothing. PiperOrigin-RevId: 325567415 | |||
2020-08-08 | Merge release-20200804.0-52-g3be26a271 (automated) | gVisor bot | |
2020-08-07 | [vfs2] Fix tmpfs mounting. | Ayush Ranjan | |
Earlier we were using NLink to decide if /tmp is empty or not. However, NLink at best tells us about the number of subdirectories (via the ".." entries). NLink = n + 2 for n subdirectories. But it does not tell us if the directory is empty. There still might be non-directory files. We could also not rely on NLink because host overlayfs always returned 1. VFS1 uses Readdir to decide if the directory is empty. Used a similar approach. We now use IterDirents to decide if the "/tmp" directory is empty. Fixes #3369 PiperOrigin-RevId: 325554234 | |||
2020-08-08 | Merge release-20200804.0-51-g977618c8e (automated) | gVisor bot | |
2020-08-08 | Merge release-20200804.0-49-g343661770 (automated) | gVisor bot | |
2020-08-07 | Don't hold gofer.filesystem.renameMu during dentry destruction. | Jamie Liu | |
PiperOrigin-RevId: 325546629 | |||
2020-08-08 | Merge release-20200804.0-48-g8f6d576af (automated) | gVisor bot | |
2020-08-07 | Merge pull request #3069 from lubinszARM:pr_serr_injection2 | gVisor bot | |
PiperOrigin-RevId: 325546308 | |||
2020-08-07 | Merge release-20200804.0-45-g0b7cd1e75 (automated) | gVisor bot | |
2020-08-07 | Mark dropped pages unevictable in fsimpl/gofer.dentry.destroyLocked. | Jamie Liu | |
PiperOrigin-RevId: 325531657 | |||
2020-08-07 | Merge release-20200804.0-39-g93cb66825 (automated) | gVisor bot | |
2020-08-07 | Support separate read/write handles in fsimpl/gofer.dentry. | Jamie Liu | |
PiperOrigin-RevId: 325490674 | |||
2020-08-07 | Merge release-20200804.0-36-g4fa1c304a (automated) | gVisor bot | |
2020-08-07 | Try to update atime and mtime on VFS2 gofer files on dentry eviction. | Jamie Liu | |
PiperOrigin-RevId: 325388385 | |||
2020-08-07 | Merge release-20200804.0-35-gf20e63e31 (automated) | gVisor bot | |
2020-08-06 | Add LinkAt support to gofer | Fabricio Voznika | |
Updates #1198 PiperOrigin-RevId: 325350818 | |||
2020-08-06 | Merge release-20200804.0-29-g63447e5af (automated) | gVisor bot | |
2020-08-06 | Only register /dev/net/tun if supported. | Dean Deng | |
PiperOrigin-RevId: 325266487 | |||
2020-08-06 | Merge release-20200804.0-27-g35312a95c (automated) | gVisor bot | |
2020-08-05 | Add loss recovery option for TCP. | Nayana Bidari | |
/proc/sys/net/ipv4/tcp_recovery is used to enable RACK loss recovery in TCP. PiperOrigin-RevId: 325157807 | |||
2020-08-06 | Merge release-20200804.0-26-g7ed4b2b5a (automated) | gVisor bot | |
2020-08-05 | Correctly decrement link counts in tmpfs rename operations. | Dean Deng | |
When a directory is replaced by a rename operation, its link count should reach zero. We were missing the link from `dir/.` PiperOrigin-RevId: 325141730 | |||
2020-08-05 | Merge release-20200804.0-23-g1403a88c6 (automated) | gVisor bot | |
2020-08-05 | Release extra memfd reference. | Dean Deng | |
PiperOrigin-RevId: 325122849 | |||
2020-08-05 | Merge release-20200804.0-19-g190b1e6bd (automated) | gVisor bot | |