[PATCH v2 0/2] fs/ntfs3: Add windows_names mount option

Daniel Pinto posted 2 patches 3 years, 5 months ago
Documentation/filesystems/ntfs3.rst |   8 +++
fs/ntfs3/frecord.c                  |   7 +-
fs/ntfs3/fsntfs.c                   | 104 ++++++++++++++++++++++++++++
fs/ntfs3/inode.c                    |   7 ++
fs/ntfs3/ntfs_fs.h                  |   2 +
fs/ntfs3/super.c                    |   7 ++
6 files changed, 134 insertions(+), 1 deletion(-)
[PATCH v2 0/2] fs/ntfs3: Add windows_names mount option
Posted by Daniel Pinto 3 years, 5 months ago
Changes v1->v2:
- Add documentation for windows_names mount option.

When enabled, the windows_names mount option prevents the creation
of files or directories with names not allowed by Windows. Use
the same option name as NTFS-3G for compatibility.

Daniel Pinto (2):
  fs/ntfs3: add windows_names mount option
  fs/ntfs3: document windows_names mount option

 Documentation/filesystems/ntfs3.rst |   8 +++
 fs/ntfs3/frecord.c                  |   7 +-
 fs/ntfs3/fsntfs.c                   | 104 ++++++++++++++++++++++++++++
 fs/ntfs3/inode.c                    |   7 ++
 fs/ntfs3/ntfs_fs.h                  |   2 +
 fs/ntfs3/super.c                    |   7 ++
 6 files changed, 134 insertions(+), 1 deletion(-)
Re: [PATCH v2 0/2] fs/ntfs3: Add windows_names mount option
Posted by Konstantin Komarov 3 years, 4 months ago

On 10/10/22 14:11, Daniel Pinto wrote:
> Changes v1->v2:
> - Add documentation for windows_names mount option.
> 
> When enabled, the windows_names mount option prevents the creation
> of files or directories with names not allowed by Windows. Use
> the same option name as NTFS-3G for compatibility.
> 
> Daniel Pinto (2):
>    fs/ntfs3: add windows_names mount option
>    fs/ntfs3: document windows_names mount option
> 
>   Documentation/filesystems/ntfs3.rst |   8 +++
>   fs/ntfs3/frecord.c                  |   7 +-
>   fs/ntfs3/fsntfs.c                   | 104 ++++++++++++++++++++++++++++
>   fs/ntfs3/inode.c                    |   7 ++
>   fs/ntfs3/ntfs_fs.h                  |   2 +
>   fs/ntfs3/super.c                    |   7 ++
>   6 files changed, 134 insertions(+), 1 deletion(-)

Thanks for patches, applied!