[roll] Roll fuchsia [fxfs] add data checksum journal record

Instead of snooping the checksum out of the extent record at replay
time, store all the data checksums in the journal so they can be
evaluated. This lets us evaluate the checksum even if the mutation
doesn't have checksum information in it, or if that information is not
available, for instance if it's encrypted.

Test: fx test fxfs-test
Original-Fixed: b/309357938
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/946114
Original-Revision: 677f3111537018d8caddc68a5d23bc3d35dae7fa
GitOrigin-RevId: 596d77a9c9602a24378c65cbdf9e71682ac11a85
Change-Id: I188d8d823c9ece55baec56571dd451da1b9ab5d5
1 file changed
tree: 71eeec8d57597bfd4d260394f2d54f2b2df07660
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.