]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs/ntfs3: add fileattr support
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Fri, 22 May 2026 12:36:13 +0000 (14:36 +0200)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 2 Jun 2026 15:02:30 +0000 (17:02 +0200)
commit33f29fc7c67e1d7235755202697370f486a25413
treec1a5e83739b8f90c63fd49cdb84177ca575a5209
parente8ed78f40eecd0176fda71d673f6957c98e7ffbe
fs/ntfs3: add fileattr support

Implement fileattr_get() and fileattr_set() to fix a problem found
during the internal testing.

This allows ntfs3 to expose and modify inode flags through the generic
file attribute interface used by FS_IOC_GETFLAGS and FS_IOC_SETFLAGS.

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/file.c
fs/ntfs3/inode.c
fs/ntfs3/namei.c
fs/ntfs3/ntfs_fs.h