[roll] Roll fuchsia [f2fs] Handles corruption on a file name

This CL returns NOT_FOUND when an inode block has a wrong lenth
of its filename. In this case, it sets kBad flag and clears link for
the successful deletion of the vnode without actual purging on disk.
It will inform of the corruption when fsck supports a repair feature.

Original-Fixed: 84681

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/582623
Original-Revision: afb88c1330d23b117de3349e76c3dba698646899
GitOrigin-RevId: a13bb32064f8d766c1235d97f8039a17663f72be
Change-Id: I7b6a99fa839f69e238334f9d73ff9f3ace504cfc
1 file changed
tree: 1a64cab9ddbe8c71b4a1fbaa1e2c9528fb421a87
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.