Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-16 | vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD. | Ayush Ranjan | |
This fixes the implementation ambiguity issues when a filesystem implementation embeds vfs.DefaultDirectoryFD to its directory FD along with an internal common fileDescription utility. For similar reasons also removes FileDescriptionDefaultImpl from DynamicBytesFileDescriptionImpl. PiperOrigin-RevId: 263795513 | |||
2019-08-09 | ext: Move to pkg/sentry/fsimpl. | Ayush Ranjan | |
fsimpl is the keeper of all filesystem implementations in VFS2. PiperOrigin-RevId: 262617869 |