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-02-14 | Plumb VFS2 inside the Sentry | gVisor bot | |
- Added fsbridge package with interface that can be used to open and read from VFS1 and VFS2 files. - Converted ELF loader to use fsbridge - Added VFS2 types to FSContext - Added vfs.MountNamespace to ThreadGroup Updates #1623 PiperOrigin-RevId: 295183950 | |||
2020-02-04 | Remove argument from vfs.MountNamespace.DecRef() | Fabricio Voznika | |
Updates #1035 PiperOrigin-RevId: 293194631 | |||
2020-01-28 | Add //pkg/sentry/fsimpl/devtmpfs. | Jamie Liu | |
PiperOrigin-RevId: 292021389 |