[roll] Roll fuchsia [f2fs] Mitigate GC in SSR mode

This CL adds a method that estimates available
invalid blocks that SSR can allocate, and
triggers GC only when new allocations can
cause out-of-space. Previously, f2fs inevitably
ran GC when there were enough available blocks
but not free sections in SSR mode as it
considered only free sections as free space
regardless of configured allocation mode.
This way dynamically enhances WAF performance
by removing unnecessary GC runs in SSR mode.

Original-Bug: b/374811602
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243745
Original-Revision: e2456d82759ba558ab80c43415611b02a702d513
GitOrigin-RevId: 0178cf23d718173caef678e523f15f16df8110b3
Change-Id: I597feba626f8360cb2ee075586288148d2fde01f
1 file changed
tree: e885e0991b39af09aed9dee11feb155b80efe1bb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.