From: Nikolay Borisov <nborisov@xxxxxxxx> Sent: Saturday, August 29, 2020 2:32 PM > On 28.08.20 г. 17:39 ч., Konstantin Komarov wrote: > > This patch adds NTFS Read-Write driver to fs/ntfs3. > > > > Having decades of expertise in commercial file systems development and huge > > test coverage, we at Paragon Software GmbH want to make our contribution to > > the Open Source Community by providing implementation of NTFS Read-Write > > driver for the Linux Kernel. > > > > This is fully functional NTFS Read-Write driver. Current version works with > > NTFS(including v3.1) and normal/compressed/sparse files and supports journal replaying. > > > > We plan to support this version after the codebase once merged, and add new > > features and fix bugs. For example, full journaling support over JBD will be > > added in later updates. > > > > v2: > > - patch splitted to chunks (file-wise) > > - build issues fixed > > - sparse and checkpatch.pl errors fixed > > - NULL pointer dereference on mkfs.ntfs-formatted volume mount fixed > > - cosmetics + code cleanup > > > > v3: > > - added acl, noatime, no_acs_rules, prealloc mount options > > - added fiemap support > > - fixed encodings support > > - removed typedefs > > - adapted Kernel-way logging mechanisms > > - fixed typos and corner-case issues > > > > Konstantin Komarov (10): > > fs/ntfs3: Add headers and misc files > > fs/ntfs3: Add initialization of super block > > This patch is missing > > > fs/ntfs3: Add bitmap > > fs/ntfs3: Add file operations and implementationThis patch is missing > > > fs/ntfs3: Add attrib operations > > fs/ntfs3: Add compression > > fs/ntfs3: Add NTFS journal > This patch is missing > > > fs/ntfs3: Add Kconfig, Makefile and doc [] > > Hi Nikolay! As far as I can see, all the messages are in the linux-fsdevel list and have correct "in-reply-to" IDs. Are those patches still missing on your side?