Re: [PATCH v20 00/10] NTFS read-write driver GPL implementation by Paragon Software

2021-02-06 Thread Oleksandr Natalenko
On Sat, Feb 06, 2021 at 05:57:45PM +0100, Oleksandr Natalenko wrote: > On Sat, Feb 06, 2021 at 01:43:10AM +0500, Hanabishi Recca wrote: > > Can't even build v20 due to compilation errors. > > Try this please: http://ix.io/2OwR Slightly reworked version: http://ix.io/2Oxa -- Oleksandr Natalenk

Re: [PATCH v20 00/10] NTFS read-write driver GPL implementation by Paragon Software

2021-02-06 Thread Oleksandr Natalenko
On Sat, Feb 06, 2021 at 01:43:10AM +0500, Hanabishi Recca wrote: > Can't even build v20 due to compilation errors. Try this please: http://ix.io/2OwR -- Oleksandr Natalenko (post-factum)

Re: [PATCH v20 00/10] NTFS read-write driver GPL implementation by Paragon Software

2021-02-06 Thread Oleksandr Natalenko
On Sat, Feb 06, 2021 at 01:43:10AM +0500, Hanabishi Recca wrote: > Can't even build v20 due to compilation errors. I think this submission is based against linux-next branch where idmapped mounts are introduced, hence it is not applicable to v5.10 and v5.11 any more. -- Oleksandr Natalenko (po

Re: [PATCH v20 00/10] NTFS read-write driver GPL implementation by Paragon Software

2021-02-05 Thread Hanabishi Recca
Can't even build v20 due to compilation errors. DKMS make.log for ntfs3-20.0.0 for kernel 5.10.13-arch1-1 (x86_64) Sat Feb 6 01:20:00 +05 2021 make -C /lib/modules/5.10.13-arch1-1/build M=/var/lib/dkms/ntfs3/20.0.0/build modules make[1]: Entering directory '/usr/lib/modules/5.10.13-arch1-1/build'

[PATCH v20 00/10] NTFS read-write driver GPL implementation by Paragon Software

2021-02-05 Thread Konstantin Komarov
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