]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: update attrib operations
authorNamjae Jeon <linkinjeon@kernel.org>
Fri, 13 Feb 2026 01:43:34 +0000 (10:43 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 19 Feb 2026 12:50:50 +0000 (21:50 +0900)
commit495e90fa334828d4119061e2726af51d0a0fb4ed
tree63f7890d0f888c7d562ad0a2828935a6ee452f6d
parentb041ca562526b3c4a71b41b80ba5e520eac636ad
ntfs: update attrib operations

Overhaul the attribute operations to support write access, including
full attribute list management for handling multiple MFT records, and
compressed writes.

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/attrib.c
fs/ntfs/attrlist.c [new file with mode: 0644]
fs/ntfs/compress.c