This series modify ntfs3 to use new mount api as Christoph Hellwig wish for. And also it must be done at some point. lore.kernel.org/linux-fsdevel/20210810090234.GA23732@xxxxxx/ It also modify mount options noatime (not needed). Make new alias for nls because kernel is changing to use it as described in here lore.kernel.org/linux-fsdevel/20210808162453.1653-1-pali@xxxxxxxxxx/ Modify mount opt no_acl_rules so we can use new mount api feature so new one is (no)acl_rules. I'm open to suggestion what should we call this if this is not good. I did testing some testing and there seems to be unnecesarry remount flags. Probably copy paste from another driver. Christoph also suggested that maybe we should not let user remount with every possible parameter, but for now comment can do. This can be addressed later imo. Of course we can talk about it and I will do it if we have solution. Xfstests also show same errors than before this patch series. We will of course wait Paragon's results also because they might have some tests that I cannot yeat run. Hopefully Konstantin will also comment in some point. And we have to remember that we do not even have v28 in review process which this is based on. So no rush to review. I just feeled that this is quite ready and also that Konstantin can comment newer version so thats why "already" patch series v2. Offtopic: I have also started to make shutdown protocol to ntfs3 driver so that we can use that somepoint for testing with xfstests. v2: - Rewrite this cover leter - Reorder noatime to first patch - NLS loading with string - Delete default_options function - Remove remount flags - Rename no_acl_rules mount option - Making code cleaner - Add comment that mount options should be tested Kari Argillander (6): fs/ntfs3: Remove unnecesarry mount option noatime fs/ntfs3: Remove unnecesarry remount flag handling fs/ntfs3: Use new api for mounting fs/ntfs3: Make mount option nohidden more universal fs/ntfs3: Add iocharset= mount option as alias for nls= fs/ntfs3: Rename mount option no_acl_rules > (no)acl_rules Documentation/filesystems/ntfs3.rst | 10 +- fs/ntfs3/file.c | 2 +- fs/ntfs3/ntfs_fs.h | 3 +- fs/ntfs3/super.c | 413 ++++++++++++++-------------- fs/ntfs3/xattr.c | 2 +- 5 files changed, 213 insertions(+), 217 deletions(-) -- 2.25.1