[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
1 file changed
tree: 8ea43282f5fea2028efe4ea9c6cb0b5ec0393489
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.