[roll] Roll fuchsia [starnix] Optimise appending to remote files This change optimises appending to remote files. Remote file systems can keep track of the file size in most cases without needing to consult the remote file system. The only complication arises when a file is truncated because that can happen concurrently with other writes and there's no way of resolving the order in which that happens. If that happens, with this CL we will fall back to consulting the file system. Original-Bug: 454730248 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1527179 Original-Revision: 20f176edeca6efc4d95696337cc3be5c00d4ee28 GitOrigin-RevId: 114747232f272bfd7955640bb4cf0e709f14fc97 Change-Id: If458029d2e83ff6810b3d08699ecb4d2983af74f
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.