[roll] Roll fuchsia [f2fs] Add support for large volumes

Currently as the version bitmaps of sit and nat are contained in
a single checkpoint block, it cannot handle large number of segments
at once, restricting the volume size consequentially.
This patch addresses such problem by letting sit version bitmaps take
separate trailing blocks and enables f2fs volumes of sizes over 3TB.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/599001
Original-Revision: f3928f12e6e57b63cf7c88c1da58c176ef4bc979
GitOrigin-RevId: ce1ee7c2a3e4c2dc1688c634c53a66202819cb37
Change-Id: I3184e80087a1ae38eca78d3c41b28bb4d8f88a0f
1 file changed
tree: 6b2dd281dcc65f4d72fb05b92496bbe5c306cbc3
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 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.