[roll] Roll fuchsia [fxfs][storage] Add caching of object handles to FUSE-Fxfs

Add an in-memory cache to store the object handle when create/open is called on a file and remove the object handle from cache when release is called on a file. Every cached object handle is stored with a counter to ensure that each release matches a create/open.

Original-Bug: 117461
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/795486
Original-Revision: 9886ca1c294266a639e7396ecc219ae662df35f7
GitOrigin-RevId: 6eda1063ecd352e66028b481dd3b7891efb996f8
Change-Id: I5863213aa01909211dac63fd2b5a513812efdd49
1 file changed
tree: 9fac37b98ba211b8c8ec4044f6c5be42a731737c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.