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

2021-02-14 Thread kasep pisan
The bug can be reproduced easily with following step: find mountpoint -exec ls -d {} + 1>/dev/null 2021-02-14 2:00 GMT+07.00, Hanabishi Recca : > On Sat, Feb 13, 2021 at 2:27 AM Oleksandr Natalenko > wrote: > >> Hanabishi, babam (both in Cc), here [2] you've reported some issues with >> accessin

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

2021-02-13 Thread Hanabishi Recca
On Sat, Feb 13, 2021 at 2:27 AM Oleksandr Natalenko wrote: > Hanabishi, babam (both in Cc), here [2] you've reported some issues with > accessing some files and with hidden attributes. You may reply to this > email of mine with detailed description of your issues, and maybe > developers will answ

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

2021-02-12 Thread Oleksandr Natalenko
Hi. On Fri, Feb 12, 2021 at 07:24:06PM +0300, Konstantin Komarov wrote: > This patch adds NTFS Read-Write driver to fs/ntfs3. > … > v21: > - fixes for clang CFI checks > - fixed sb->s_maxbytes for 32bit clusters > - user.DOSATTRIB is no more intercepted by ntfs3 > - corrected xattr limits; is use

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

2021-02-12 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