[roll] Roll fuchsia [fxfs] Track allocations by owner_object_id.

This is a breaking change (Fxfs version 15->16).

The owner is the ObjectStore that holds a file so
this change tracks the bytes allocated to each ObjectStore.

This information will be used when deleting encrypted ObjectStore
as well as in enforcing storage quota limits.

Note that the space consumed by a volume is more than just
the bytes allocated to owner_object_id for the volume's ObjectStore.
It should also include the StoreInfo file and layer files (stored in
the Root ObjectStore).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/675328
Original-Revision: 599baf20d53467abffaf23fdf961e357914d5686
GitOrigin-RevId: 670b6a77ca01adb8e81facf758008d55ec4b50c7
Change-Id: I62ecded59d2dfe56850c4954aeb2e1bdecf367f4
1 file changed
tree: 97a6fcca52b3de5589a087f590f1d8d107155802
  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.