[roll] Roll fuchsia [f2fs] Add support for zx:stream This CL makes f2fs use fs::StreamFileConnection for file operations, and the legacy methods for fs::RemoteFileConnection are kept for f2fs-unittest and f2fs-slow-unittest. When f2fs runs with zx::stream , it doesn't use the inline data feature which allows file inode blocks to have small data since this way requires maintaining separate VMOs for the same inline data in node and file vnodes. Original-Fixed: 118771, 119890, 121233 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/796643 Original-Revision: 3caf6be4a0e2ff3db1a1aba7b5c62ce14929a3b4 GitOrigin-RevId: e6667df8b392de049b9d779c460ad3223d32125a Change-Id: I3c19cde96bcc390d4e32c10849f180a7e7f214a4
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.