[roll] Roll fuchsia [storage] Support kWritePreflushAndFua request

This CL adds kWritePreflushAndFua operation so that a filesystem can
safely record data to the device's non-volatile medium with one request.
It also works differently depending on device's FUA support.

Test: fx test fs-transaction-tests core-unittest

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/771762
Original-Revision: ceba6cf9425de7aa5264e15f992d014c707b4f32
GitOrigin-RevId: 4547f9291c947c67e599d42725c38fe897af4dbb
Change-Id: I1d89ec7e73dbea5d3eb7298c7e12ad06d5bb089f
1 file changed
tree: 7e7a147e96505465c34ad535649490e3ee3b89a3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.