lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 4 Sep 2020 12:55:33 +0000
From:   Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
To:     Nikolay Borisov <nborisov@...e.com>,
        "linux-fsdevel@...r.kernel.org" <linux-fsdevel@...r.kernel.org>
CC:     "viro@...iv.linux.org.uk" <viro@...iv.linux.org.uk>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "pali@...nel.org" <pali@...nel.org>,
        "dsterba@...e.cz" <dsterba@...e.cz>,
        "aaptel@...e.com" <aaptel@...e.com>,
        "willy@...radead.org" <willy@...radead.org>,
        "rdunlap@...radead.org" <rdunlap@...radead.org>,
        "joe@...ches.com" <joe@...ches.com>,
        "mark@...mstone.com" <mark@...mstone.com>
Subject: RE: [PATCH v3 00/10] NTFS read-write driver GPL implementation by
 Paragon Software

From: Nikolay Borisov <nborisov@...e.com>
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?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ