]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: add reparse and ea operations
authorNamjae Jeon <linkinjeon@kernel.org>
Fri, 13 Feb 2026 01:45:36 +0000 (10:45 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 19 Feb 2026 12:50:54 +0000 (21:50 +0900)
commitfc053f05ca282a5e760b41f6560ac835c4e28037
tree690a7a4b5138d09cefa45ef49353e3c356c21cfc
parent11ccc9107dc460de28af90fac1f42404d9802735
ntfs: add reparse and ea operations

Implement support for Extended Attributes and Reparse Points, enabling
Posix ACL support and, and compatibility with Windows Subsystem for
Linux (WSL) metadata.

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/ea.c [new file with mode: 0644]
fs/ntfs/reparse.c [new file with mode: 0644]