[roll] Roll fuchsia [fdio] stat reports correct ctime

Stat previously reports ctime as creation time, change to report change
time. However, as not all filesystems support change time, fake ctime
with modification time instead.

This change also includes changes to f2fs to now report atime and ctime
which it already supports but was not reporting. Likewise with fatfs to
report atime.

Original-Bug: 409203531
Test: fx test fs-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1247504
Original-Revision: e601c25069fd7466e8b269d78f42bca5fe43aa30
GitOrigin-RevId: 8e4dc5b120f4126d97b94d4c8dc0148e100ae0fe
Change-Id: I3b70fa38f3d2449296f168d635edf3133d068eae
1 file changed
tree: bb75dc544345fb0cc66399168be242146ad34d4a
  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.