[roll] Roll fuchsia [fxfs] Use bloom filters for queries

Adds a bloom filter to the persistent layer file format which allows us
to quickly determine whether a layer file needs to be consulted for a
given search.

To make use of the bloom filters, the LSM tree needs to know what the
goal of the caller is when performing an `LsmTree::seek`.  Added a
`Query` type which expresses the goal and allows us to use the bloom
filter appropriately; see lsm_tree/merge.rs for details.

Original-Bug: 333401205
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017312
Original-Revision: 35915801279312e1c8fa70d1078999e04db69828
GitOrigin-RevId: 7f988c0d2dbc9fda79adebe650629618cef5d7e5
Change-Id: I76093f90dbeb54b9a29163a4d297400d6471172f
1 file changed
tree: 084b5fc4325909c0964538c84aff11515d6d0072
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.