[roll] Roll fuchsia [fxfs] Fix a number of issues related to fsck

 1. fsck_after_every_transaction won't work during format so fix that.

 2. Directories in the graveyard would incorrectly generate orphaned
    errors.

 3. We were missing checks for zombie directories and symlinks.

 4. The string representation of the zombie file error got the store and
    file IDs the wrong way round.

With these changes, I tested that fsck_after_every_transaction reports
no failures when running the fsck-fs-tests suite.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/962832
Original-Revision: 2895da3dae782012b6f9a8ba33b9789dfe621480
GitOrigin-RevId: 369424832cfc603ffa618472aa132cde6bdb6e83
Change-Id: I31790af170319d1e074bd35f25f14fadf8ee18b6
1 file changed
tree: 81614099a1723bb5c4d3c783615abe29c052ffe2
  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.