[roll] Roll fuchsia Revert "[fxfs] Make TransferBuffer sparse."

This reverts commit 6cbfe3caec401fded6b89a9a203507ccd34e0167.

Reason for revert: https://fxbug.dev/133467

Original change's description:
> [fxfs] Make TransferBuffer sparse.
>
> This simplifies `PagerBacked` and removes a possible deadlock
> on TransferBuffer allocation. Instead of limiting ourselves to
> a 1MiB sparse VMO chunk, each TransferBuffer is now a sparse VMO.
>
> This also makes it possible to just shadow the offsets
> of the underlying file, simplifying our logic.
>
> Original-Bug: 299206422
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/913913

Original-Bug: 299206422
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/915632
Original-Revision: 582bf770dae50774bdfee88b4f489e2ccfcfd9e9
GitOrigin-RevId: 19f45553b07cbd9a49d0d1fffeda51c6d160c111
Change-Id: Ib8c581b53a5abe4cb6aceb694d4512da37513dfe
1 file changed
tree: d5c203cfd31bad6ba7a8679e201b2d9f8bbd5256
  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.