]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: update misc operations
authorNamjae Jeon <linkinjeon@kernel.org>
Fri, 13 Feb 2026 01:49:27 +0000 (10:49 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 19 Feb 2026 12:50:56 +0000 (21:50 +0900)
commit5218cd102aec7ae8df6af6e681ebb0b6d8e798f4
tree195c6c1a1a3b329c6ba2e5edb54dbb102541ef4e
parentfc053f05ca282a5e760b41f6560ac835c4e28037
ntfs: update misc operations

Updates various miscellaneous operations including collation,
debugging, logfile handling, unicode string processing, bdev io helpers,
object id system file handling.

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/bdev-io.c [new file with mode: 0644]
fs/ntfs/collate.c
fs/ntfs/debug.c
fs/ntfs/logfile.c
fs/ntfs/object_id.c [new file with mode: 0644]
fs/ntfs/quota.c
fs/ntfs/sysctl.c
fs/ntfs/unistr.c
fs/ntfs/upcase.c
fs/ntfs/usnjrnl.c [deleted file]
fs/ntfs/usnjrnl.h [deleted file]