fs/ntfs3: Optimize large writes into sparse file
Optimized cluster allocation by allocating a large chunk in advance before writing, instead of allocating during the writing process by clusters. Essentially replicates the logic of fallocate. Fixes: 4342306f ("fs/ntfs3: Add file operations and implementation") Signed-off-by:Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Loading
Please sign in to comment