]> git.ipfire.org Git - thirdparty/linux.git/commit
fs/ntfs3: force waiting for direct I/O completion
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Fri, 22 May 2026 12:58:12 +0000 (14:58 +0200)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 2 Jun 2026 15:02:33 +0000 (17:02 +0200)
commit9245b4adb1242589f9ffdd08cf6e529f46b2de7a
tree47660696494c1c13ad3a6e236cda8b298cd78038
parent65bd5da999effd4ddac46c9f6b538ee65a9828c4
fs/ntfs3: force waiting for direct I/O completion

It makes ntfs3 wait for direct I/O completion before returning to the
caller, instead of allowing the write path to complete asynchronously.

The issue was discovered during internal tests.

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/file.c