[roll] Roll fuchsia [fxfs] Align file readahead to 64KiB-128KiB boundaries.

Folds the logic up for fxblob and fxfile to both use chunked aligned
readahead. For fxblob which may have non-power of two read sizes it
picks a number between 64KiB and 128KiB that is divisible or if it
exceeds 128KiB, it doesn't do any additional readahead.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/947100
Original-Revision: 0f0bfbe0c2822ca11b1c94bd10e3404d1417f14e
GitOrigin-RevId: d78852ed0e2999efdfaf16bb50bae38919819f61
Change-Id: I766d952280d6a2c94f44a9bb90e67f29f31ed0a6
1 file changed
tree: 83bbb2102329705a679ebd511c77ab8c7e5600c4
  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.