Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |