[PATCH 0/6] Bugfix and refactoring
Konstantin Komarov <[email protected]> Tue, 26 May 2026 15:49:01 +0200
| Newsgroups | dev.linux.lists.ntfs3,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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