commit | 3caf6be4a0e2ff3db1a1aba7b5c62ce14929a3b4 | [log] [tgz] |
---|---|---|
author | Seokhwan Kim <sukka.kim@samsung.com> | Wed Feb 22 07:05:44 2023 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 22 07:05:44 2023 +0000 |
tree | 7ec6e6281b80d192647104f63b3af2dff9ccfeb0 | |
parent | e9ba6feb3904c0ee109338290452feb46624d0b8 [diff] |
[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. Fixed: 118771, 119890, 121233 Change-Id: Ifa24d0b40d6bcc5a491fee2ac9b2d968b7ea6ac5 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/796643 Commit-Queue: Seokhwan Kim <sukka.kim@samsung.com> Reviewed-by: Chris Drouillard <cdrllrd@google.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.