[roll] Roll fuchsia [fxfs] Expose some internal state via exposed dir.

This currently exports:
  * a frozen-in-time text format!ed of the super block header
   (rendered at boot time);
  * store_info headers for root_parent_store and root_store;
  * the journal as a file;
  * a pseudo-directory per ObjectStore containing all objects in
    a store with associated data attribute named by ID.

A lot of things yet to be added (as needed). Such as:
  * volumes directory
  * allocator directory
  * graveyard and root directories
  * merged lsm trees.

Original-Bug: 313524454
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/950232
Original-Revision: cde13002063883bd436d845a68fdaa2e5d217c81
GitOrigin-RevId: f0564b6b0f08e1811cc344e502c0a35f55f4238b
Change-Id: I884ecc91802e64b7241eca3a400aff11555ff29a
1 file changed
tree: 57becf9b73a16d4ed7b3560d0bfdffc558bea9f3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.