[roll] Roll fuchsia [fxfs] Support PENDING_ACCESS_TIME_UPDATE

Implement support to persist atime. Fxfs is informed that the node has
been accessed when it receives a GetAttributes request with
PENDING_ACCESS_TIME_UPDATE. For that case, update atime to now if
atime <= ctime/mtime (or if it more than a day old).

Also, ctime (updated for status changes) would typically be updated for
GetAttributes but should not be updated if PENDING_ACCESS_TIME_UPDATE is
set and access time is the only thing being updated (atime update due to
a file access should not update ctime).

Original-Bug: 401073280
Original-Fixed: 401071741
Test: fx test fuchsia-pkg://fuchsia.com/fxfs-tests#meta/fxfs-platform-test.cm
Test: fx test storage_conformance_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1235945
Original-Revision: d33da6cb5fc8787ae1386e85ff08a32c6e846668
GitOrigin-RevId: 7caa6020f9d4060df49d4fe1b5f7a7eeee503eae
Change-Id: Idcfde9c010e2dd1ca153fe3b34c3792c24fb6679
1 file changed
tree: 725d03f11e3046ccba41203f81266c66134d0d13
  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.