[roll] Roll fuchsia Reland "[f2fs] Reduce writeback latency"

This is a reland of commit b38ab48ec4ebb7c052479fb4cf8ac9307b15e946

Original change's description:
> [f2fs] Reduce writeback latency
>
> This CL rewrites the write path to avoid contention on FileCache
> between f2fs and writeback threads. The f2fs thread keeps dirty
> Pages in a separate list, and the writeback thread flushes them
> from the list without searching FileCache. It is shown that
> this way can lower writeback latency by around 18% On NUC11.
>
> Original-Bug: 107158
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/714282

Original-Bug: 107158
Original-Fixed: 114349
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/755303
Original-Revision: 18d7cb8ea8e25b377523e0829268e9b0ea80df4d
GitOrigin-RevId: 978f04cf502da1cf8c57baa370b5fa936f994fcc
Change-Id: I4ec6db5313154a64cc77a1807a18416cdac6a679
1 file changed
tree: 553cd1bb1a71d39a1ab03d03e2d178382234a95d
  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.