[roll] Roll fuchsia [scrutiny] BlobFS enable support for Version 9 compact merkle trees.

BlobFS version 9 introduces compact merkle trees at the end of the
extend instead of as a prefix. This saves a lot of space but also
changes the format of how data is stored and how the merkle tree size is
calculated. This change enables support for postfix merkle trees and
supports both V8 and V9 formats.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/473497
Original-Revision: da904e1a20b5e6974afae663828a836ed4a5ce6d
GitOrigin-RevId: e05bc3c1c2ddabf789f1d4cfd77424e836bcafd2
Change-Id: I1f9202f53b2bf688f75b3b3738089a4f53143d56
1 file changed
tree: 2172e242b6c4264faed70f0589deadd4fbd91495
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.