[roll] Roll fuchsia [starnix][functionfs] Separate reads and writes Reads must not be reordered relative to other reads, and writes must not be reordered relative to other writes. Because reads and writes were handled on the same thread, but using a concurrent dispatcher, they may execute out-of-order relative to other commands of the same type. This change updates the logic to allow reads and writes to execute independently of each other, but keeps the ordering consistent within each type. Original-Bug: 395635052 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1214444 Original-Revision: a952a3a0699cf348f1c5021766f1fd91dbe157ae GitOrigin-RevId: 2c663d68af6403ab363eb16af62d45af0b30a939 Change-Id: I8147ffd68c2bbd028558d218b1e4863b69d4bada
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.