Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-14 | Inline vfs.VirtualFilesystem in Kernel struct | gVisor bot | |
This saves one pointer dereference per VFS access. Updates #1623 PiperOrigin-RevId: 295216176 | |||
2020-01-27 | Update package locations. | Adin Scannell | |
Because the abi will depend on the core types for marshalling (usermem, context, safemem, safecopy), these need to be flattened from the sentry directory. These packages contain no sentry-specific details. PiperOrigin-RevId: 291811289 | |||
2020-01-06 | Convert memfs into proto-tmpfs. | Nicolas Lacasse | |
- Renamed memfs to tmpfs. - Copied fileRangeSet bits from fs/fsutil/ to fsimpl/tmpfs/ - Changed tmpfs to be backed by filemem instead of byte slice. - regularFileReadWriter uses a sync.Pool, similar to gofer client. PiperOrigin-RevId: 288356380 |