[roll] Roll fuchsia [fxfs] Change AllocationMutation from Item to intention.

This change replaces Item<K,V> with Allocate and Deallocate
mutation types. This separates action (mutation) and state (Allocator
LSM tree) a bit more but importantly it means that we know
the owner_object_id at deallocation time. This will be required for
a subsequent change to track per-object store byte usage.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/674815
Original-Revision: 399239619d0cf20209bded2f462e103e3eef9171
GitOrigin-RevId: c7ea45d5fca1797d6a49e2592acae8316771bd64
Change-Id: I4dbee071b2f5278fba060f9c266781d9b2786d81
1 file changed
tree: a5a84c700e9323e9f1efa47416f63e65b3408480
  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.