[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
1 file changed
tree: 28f3f93b37e22b5bf3df54536664b6e99fe5ff37
  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.