[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}
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 in one of the communication channels documented at get involved.
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.