[roll] Roll fuchsia [f2fs] Introduce asynchronous writeback

This CL introduces asynchronous writeback so that f2fs can continue
to handle write IOs to files while a writeback thread asynchronously
flushes dirty Pages to make VMOs of the Pages discardable.

Original-Fixed: 104498

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/676267
Original-Revision: c47784d0553365315f643893de1c5d4ac509c383
GitOrigin-RevId: 24e27b963167659e3cc24c9a3dd2032c37ac8624
Change-Id: I5fe14412d2114c86733b0f2d5ee2a5a187555a3f
1 file changed
tree: abaa2ff55271154bbc4d12ce853cf44b355d663f
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.