linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] fs/ntfs3: Add windows_names mount option
@ 2022-10-10 11:11 Daniel Pinto
  2022-10-10 11:14 ` [PATCH v2 1/2] fs/ntfs3: add " Daniel Pinto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Pinto @ 2022-10-10 11:11 UTC (permalink / raw)
  To: Konstantin Komarov, ntfs3, linux-fsdevel, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-12 18:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-10 11:11 [PATCH v2 0/2] fs/ntfs3: Add windows_names mount option Daniel Pinto
2022-10-10 11:14 ` [PATCH v2 1/2] fs/ntfs3: add " Daniel Pinto
2022-10-10 11:16 ` [PATCH v2 2/2] fs/ntfs3: document " Daniel Pinto
2022-11-12 18:16 ` [PATCH v2 0/2] fs/ntfs3: Add " Konstantin Komarov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).