[roll] Roll fuchsia [ext4] Only overwrite file contents

Replace overwrite extents to just overwriting file contents. In the case
of overwriting extents, it's possible that the original file size <
extent size. This allowed for the situation where overwrite will lead to
an increase in file size which is not properly updated in the journal
(journalling not supported in this implementation). Switch to
overwriting file contents.

Original-Bug: 479943428
Test: fx test storage-ext4-parser-tests
Test: fx test ext4-read-only-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1520338
Original-Revision: 0df6446610fe8d2f802d6f2e240b339940a269ac
GitOrigin-RevId: 94f5a9fec3ab85f1f5fe2fe296191da0472ec768
Change-Id: I9c4511ce1e207ba4dea8e0e98e00718b6e582cee
1 file changed
tree: 5a78deb240994832cc3c9dad37de701c3ec47a69
  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.