[PATCH 0/5] fs/ntfs3: Bugfix
From: Konstantin Komarov
Date: Mon Jan 29 2024 - 03:06:58 EST
This series contains various fixes for ntfs3.
Konstantin Komarov (5):
fs/ntfs3: Prevent generic message "attempt to access beyond end of
device"
fs/ntfs3: Use i_size_read and i_size_write
fs/ntfs3: Correct function is_rst_area_valid
fs/ntfs3: Fixed overflow check in mi_enum_attr()
fs/ntfs3: Update inode->i_size after success write into compressed
file
fs/ntfs3/attrib.c | 4 ++--
fs/ntfs3/dir.c | 2 +-
fs/ntfs3/file.c | 13 ++++++++-----
fs/ntfs3/frecord.c | 10 +++++-----
fs/ntfs3/fslog.c | 14 ++++++++------
fs/ntfs3/fsntfs.c | 24 ++++++++++++++++++++++++
fs/ntfs3/index.c | 8 ++++----
fs/ntfs3/inode.c | 2 +-
fs/ntfs3/ntfs_fs.h | 14 +-------------
fs/ntfs3/record.c | 2 +-
10 files changed, 55 insertions(+), 38 deletions(-)
--
2.34.1