]> git.ipfire.org Git - thirdparty/linux.git/commit
ntfs: support creating Windows native symlinks
authorHyunchul Lee <hyc.lee@gmail.com>
Sun, 14 Jun 2026 23:49:57 +0000 (08:49 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 15 Jun 2026 10:39:43 +0000 (19:39 +0900)
commitd8f1df2e133f203cae3f458cba44efa327b093d9
treef3b955d051280f3cbfdda859209d90b7c68a63aa
parent7266767f67e0fbf343b4ce67cb437fe4024fc55f
ntfs: support creating Windows native symlinks

And introduce the symlink=<value> mount option to configure how symbolic
links are created. The option accepts "wsl" or "native", with "wsl"
being the default.

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/inode.c
fs/ntfs/namei.c
fs/ntfs/reparse.c
fs/ntfs/reparse.h
fs/ntfs/super.c
fs/ntfs/volume.h