[roll] Roll fuchsia [f2fs] Add the node garbage collection feature

This patch implements the foreground garbage collection feature for node segments.
F2fs conducts foreground gc when there are not enough empty segments to accept further block allocation in a lfs manner.
By adding node gc, it is possible to operate in lfs mode without worrying about the lack of segments for warm node.

In the next patch, data gc will be implemented, and the foreground gc will be fully operational.

Original-Bug: 100997
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679184
Original-Revision: 7f2a15f6c90cf1fefcb905ce3a7e9c7845242f30
GitOrigin-RevId: fef4a46e5b058331198b9ac118a4dc6963ef7d3d
Change-Id: Ifb351016125af996ce2ae36a243c0688b7835d37
1 file changed
tree: 470b506f51b04af1504532e3654a0a8b51e10c05
  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.