[PATCH 0/6] Bugfix and refactoring
From: Konstantin Komarov
Date: Tue May 26 2026 - 09:52:25 EST
This series contains various fixes and refactoring for ntfs3.
fileattr was added to modify inode flags.
folded a bunch of functions.
wait for direct I/O to complete.
Konstantin Komarov (6):
fs/ntfs3: add fileattr support
fs/ntfs3: zero stale pagecache beyond valid data length
fs/ntfs3: handle delayed allocation overlap in run lookup
fs/ntfs3: fold resident writeback into writepages loop
fs/ntfs3: force waiting for direct I/O completion
fs/ntfs3: fold file size handling into ntfs_set_size()
fs/ntfs3/attrib.c | 17 +--
fs/ntfs3/file.c | 290 +++++++++++++++++++++++----------------------
fs/ntfs3/inode.c | 65 +++++-----
fs/ntfs3/namei.c | 4 +
fs/ntfs3/ntfs_fs.h | 9 ++
fs/ntfs3/run.c | 61 +++++++++-
6 files changed, 256 insertions(+), 190 deletions(-)
--
2.43.0