[roll] Roll fuchsia [fxfs] handle unaligned allocate calls

We need to be able to handle if the offset and/or length passed to
allocate is not block aligned, since there is no requirement that it is
and regardless, crashing like we did before is not the right response.

Posix fallocate stipulates that the filesystem can allocate more than
was asked for to aligned with block sizes, so we round the range
appropriately, taking care to make sure the recorded size is still
correct and testing that the tail block is properly zeroed.

Original-Bug: 293943124
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1156212
Original-Revision: b5051ec74cadf8e93ebe198afe5be5b54513698e
GitOrigin-RevId: 6c8a6b7c847b02dfd8c5df8f1b2ae6da7ccd7612
Change-Id: Ib062863cd007641084be6a5aca3ab6b0ec1c5a2a
1 file changed
tree: 4c01b92610b3dfbb72d661c06bf3e9704aad0cf9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.