]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: update iomap and address space operations
authorNamjae Jeon <linkinjeon@kernel.org>
Fri, 13 Feb 2026 01:42:29 +0000 (10:42 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 19 Feb 2026 12:50:48 +0000 (21:50 +0900)
commitb041ca562526b3c4a71b41b80ba5e520eac636ad
treeb6b12a53245e7179f85f7d43a6bd69763b32c1be
parent9c87959601e80b39a45250e362e6ddfec17cb0fa
ntfs: update iomap and address space operations

Update the address space operations to use the iomap framework,
replacing legacy buffer-head based code.

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/aops.c
fs/ntfs/iomap.c [new file with mode: 0644]