[roll] Roll fuchsia [fxfs] Provide keys to create_object_with_id Rather than having ObjectStore::create_object_with_id implicitly create keys, require the caller to create them. This is intended to make it easier for clients to handle the case where key creation fails due to a Crypt error, for example during store flushing when a child store's Crypt instance is unresponsive (see linked bug). For most callers which go via ObjectStore::create_object, this is a NOP, as I just moved the key creation logic into that method. A new ObjectStore::creat_object_with_key method is defined which must be used for keys which are managed by a different store (e.g. the layer files of an encrypted store, which live in the root store but are encrypted with the store's key). Original-Bug: 399171573 Original-Fixed: 364428824 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1219975 Original-Revision: 3ad55f8c8fab84911ed767ffdc2012ecdb3f1a2c GitOrigin-RevId: deb1047f67fe1ff425583f9df7b02d5a6591643b Change-Id: I81da47629ec39474586ce007dcc963761112d5b4
This repository contains Fuchsia's Global Integration manifest files.
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 in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.