[PATCH 0/2] fs/ntfs3: FALLOC_FL_INSERT_RANGE support

Konstantin Komarov posted 2 patches 3 years, 10 months ago
fs/ntfs3/attrib.c  | 176 +++++++++++++++++++++++++++++++++++++++++++++
fs/ntfs3/file.c    |  97 ++++++++++++++-----------
fs/ntfs3/ntfs_fs.h |   4 +-
fs/ntfs3/run.c     |  43 +++++++++++
4 files changed, 277 insertions(+), 43 deletions(-)
[PATCH 0/2] fs/ntfs3: FALLOC_FL_INSERT_RANGE support
Posted by Konstantin Komarov 3 years, 10 months ago
Added support for FALLOC_FL_INSERT_RANGE

Konstantin Komarov (2):
   fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementation
   fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE

  fs/ntfs3/attrib.c  | 176 +++++++++++++++++++++++++++++++++++++++++++++
  fs/ntfs3/file.c    |  97 ++++++++++++++-----------
  fs/ntfs3/ntfs_fs.h |   4 +-
  fs/ntfs3/run.c     |  43 +++++++++++
  4 files changed, 277 insertions(+), 43 deletions(-)

-- 
2.36.1