[roll] Roll fuchsia [vfs] Move QueryFilesystem to FuchsiaVfs.

This is designed to make it easier to implement QueryFilesystem on all
filesystems and to unify on one implementation. Currently this is
exposed in different ways.

With this change, a filesystem needs only to implement GetFilesystemInfo
once on their VFS and it will work for all nodes, and they need only to
instantiate route the fs::QueryService to implement that API using the
same implementation.

Adds more Vfs backpointers to the root nodes in the Blobfs root.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/596749
Original-Revision: 9dcadba26335fbce86fe9d5af39a9c9053a7d32e
GitOrigin-RevId: 40e9fa2e3686281544aca14aaaf7db3088f2d2d4
Change-Id: Id42eaf1f090c7cd8f2a2bcdb85ccd2b9a48cbbf0
1 file changed
tree: b9fac1a356c38bfe7a5e899ce22e4e39f5a9ceb3
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.