[roll] Roll fuchsia [fxfs] Fix a small performance bug in take_for_trimming.

It looks like we rescan extents from the start of the disk for every
batch that we trim. This is roughly O(n^2/2). Changed to use the
search_key() to pick up from where we left off in roughly O(nlogn).

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1638694
Original-Original-Revision: 63cbd27eada30197db574a8a81377ca8955f2f7c
GitOrigin-RevId: f11155902b4da1efb10f177124eb4f3a7cad027a
Change-Id: I77af4f99fcf6e0e5c4b43130bdcf6cea7e0d9f69
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1640362
Cr-Commit-Position: refs/heads/main@{#194206}
1 file changed
tree: 9db813a53f70ee0173131c438622c74e28aabc60
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.