[PATCH 0/6] Bugfix and refactoring

Konstantin Komarov posted 6 patches 1 week, 6 days ago
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(-)
[PATCH 0/6] Bugfix and refactoring
Posted by Konstantin Komarov 1 week, 6 days ago
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