fs/ntfs3: Add windows_names mount option
authorDaniel Pinto <danielpinto52@gmail.com>
Mon, 10 Oct 2022 11:14:31 +0000 (12:14 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Sat, 12 Nov 2022 17:59:42 +0000 (20:59 +0300)
commit1d07a9dfa19914ad27bdb9ec9ac0baa2329b2ae3
tree5b658d1e9a95f5a8da7b79bc895415de1f43fb4c
parent75b5e47201329537c8b88531a59aab2cbcec8d61
fs/ntfs3: Add windows_names mount option

When enabled, the windows_names mount option prevents the creation
of files or directories with names not allowed by Windows. Use
the same option name as NTFS-3G for compatibility.

Signed-off-by: Daniel Pinto <danielpinto52@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/frecord.c
fs/ntfs3/fsntfs.c
fs/ntfs3/inode.c
fs/ntfs3/ntfs_fs.h
fs/ntfs3/super.c