[roll] Roll fuchsia [fxfs] Periodically clean transfer buffer

Lots of pages in the transfer buffer can get populated when flushing
lots of writes to a file. Decommitting these pages after every use would
be expensive and is unnecessary. This change adds a background task that
will periodically decommit the pages.

Original-Fixed: b/455859812
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1518356
Original-Revision: 12db3ec8ce7bf0640e2961c65c25aff88e2815e1
GitOrigin-RevId: 0663791cdc42f2f39442873e8d68644870669334
Change-Id: I76651c7884a2d948041c2d0edc9ee4146e63f211
1 file changed
tree: 4ab852323f7d878594e79eda561c2b71245b2939
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.