Whamcloud - gitweb
e2fsck: add option to force encoded filename verification
authorGabriel Krisman Bertazi <krisman@collabora.com>
Thu, 17 Dec 2020 17:35:42 +0000 (18:35 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Jan 2021 03:18:53 +0000 (22:18 -0500)
commit1e6a3a32beb37b90f60a67806a2f75caccf4698c
tree8a9bc08592033e449c2bd2aaccae06da9ded935c
parent782df523380761a54376d8645ea781172cae1f5f
e2fsck: add option to force encoded filename verification

This is interesting for !strict filesystems as part of the encoding
update procedure. Once the filesystem is known to not have badly encoded
filenames, the update is trivial, thanks to the stability of assigned
code points in the unicode specification.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/e2fsck.h
e2fsck/pass2.c
e2fsck/unix.c