RE: [PATCH v2 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

2020-08-27 Thread Konstantin Komarov
From: Pali Rohár Sent: Sunday, August 23, 2020 1:17 PM > > On Friday 21 August 2020 16:25:37 Konstantin Komarov wrote: > > +Mount Options > > += > > + > > +The list below describes mount options supported by NTFS3 driver in > > addtion to > > +generic ones. > > + > > +===

Re: [PATCH v2 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

2020-08-27 Thread Joe Perches
On Thu, 2020-08-27 at 16:01 +, Konstantin Komarov wrote: > From: Randy Dunlap > Sent: Friday, August 21, 2020 8:23 PM [] > > > +- Full journaling support (currently journal replaying is supported) > > > over JBD. > > > > journalling > > seems to be preferred. > > > Have to disagre

RE: [PATCH v2 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

2020-08-27 Thread Konstantin Komarov
From: Randy Dunlap Sent: Friday, August 21, 2020 8:23 PM > > On 8/21/20 9:25 AM, Konstantin Komarov wrote: > > This adds fs/ntfs3 Kconfig, Makefile and Documentation file [] > > + > > +- This driver implements NTFS read/write support for normal, sparsed and > >

Re: [PATCH v2 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

2020-08-23 Thread Pali Rohár
On Friday 21 August 2020 16:25:37 Konstantin Komarov wrote: > +Mount Options > += > + > +The list below describes mount options supported by NTFS3 driver in addtion > to > +generic ones. > + > +=== > + > +nls=n

Re: [PATCH v2 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

2020-08-21 Thread Randy Dunlap
On 8/21/20 9:25 AM, Konstantin Komarov wrote: > This adds fs/ntfs3 Kconfig, Makefile and Documentation file > > Signed-off-by: Konstantin Komarov > --- > Documentation/filesystems/ntfs3.rst | 93 + > fs/ntfs3/Kconfig| 23 +++ > fs/ntfs3/Makefil

[PATCH v2 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

2020-08-21 Thread Konstantin Komarov
This adds fs/ntfs3 Kconfig, Makefile and Documentation file Signed-off-by: Konstantin Komarov --- Documentation/filesystems/ntfs3.rst | 93 + fs/ntfs3/Kconfig| 23 +++ fs/ntfs3/Makefile | 11 3 files changed, 127 insertio