Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-15 | Minor vfs.FileDescriptionImpl fixes. | Jamie Liu | |
- Pass context.Context to OnClose(). - Pass memmap.MMapOpts to ConfigureMMap() by pointer so that implementations can actually mutate it as required. PiperOrigin-RevId: 274934967 | |||
2019-08-09 | ext: Move to pkg/sentry/fsimpl. | Ayush Ranjan | |
fsimpl is the keeper of all filesystem implementations in VFS2. PiperOrigin-RevId: 262617869 |