[roll] Roll fuchsia [f2fs] Merge W Pages upto a fixed size

This CL changes SegmentWriteBuffer to flush W Pages
for each segment type when merged Pages for a segment type exceeds
a half of the segment size. Previously, it frequently requested small
PageOperations although it was able to merge more Pages due to
the wrong flush policy based on buffer capacity.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/676662
Original-Revision: f5a323211ef9d2497416b143d34915f52f533d6d
GitOrigin-RevId: fa4a9c650265e7f39d661f69cd6643004daab1b5
Change-Id: I02acbcab77fc720f12dc97a749695204582ca035
1 file changed
tree: 377157a94d3bc8d2da3edc9ac7e23992b42f654c
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  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.