Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-07 | ext: vfs.FileDescriptionImpl and vfs.FilesystemImpl implementations. | Ayush Ranjan | |
- This also gets rid of pipes for now because pipe does not have vfs2 specific support yet. - Added file path resolution logic. - Fixes testing infrastructure. - Does not include unit tests yet. PiperOrigin-RevId: 262213950 | |||
2019-07-11 | ext: boilerplate code. | Ayush Ranjan | |
Renamed ext4 to ext since we are targeting ext(2/3/4). Removed fs.go since we are targeting VFS2. Added ext.go with filesystem struct. PiperOrigin-RevId: 257689775 |