commit | 844930228eaa0ba57c30b4b2d144861bb6c86545 | [log] [tgz] |
---|---|---|
author | Kongzhang Hao <haokz@fuchsia.infra.roller.google.com> | Wed Feb 08 02:34:11 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Feb 07 18:35:26 2023 -0800 |
tree | 9fac37b98ba211b8c8ec4044f6c5be42a731737c | |
parent | 157d0e58b1026718af21955bc21c313235828ba0 [diff] |
[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
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 via the IRC channel #fuchsia
on Freenode.
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
.