]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: update runlist handling and cluster allocator
authorNamjae Jeon <linkinjeon@kernel.org>
Fri, 13 Feb 2026 01:44:35 +0000 (10:44 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 19 Feb 2026 12:50:52 +0000 (21:50 +0900)
commit11ccc9107dc460de28af90fac1f42404d9802735
treeb77ba08646699fc9428fe0725f065a4bbc6d7f41
parent495e90fa334828d4119061e2726af51d0a0fb4ed
ntfs: update runlist handling and cluster allocator

Updates runlist handling and cluster allocation to support
contiguous allocations and filesystem trimming.

Improve the runlist API to handle allocation failures and introduces
discard support.

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/bitmap.c
fs/ntfs/lcnalloc.c
fs/ntfs/runlist.c