[PATCH 0/2] Bad inode handling

Konstantin Komarov posted 2 patches 1 year, 4 months ago
fs/ntfs3/attrib.c  | 15 +++++----
fs/ntfs3/dir.c     |  2 +-
fs/ntfs3/frecord.c | 71 ++++++++++++++++++++++-------------------
fs/ntfs3/fsntfs.c  |  6 +++-
fs/ntfs3/index.c   |  6 ++--
fs/ntfs3/inode.c   |  3 ++
fs/ntfs3/ntfs_fs.h | 21 ++++++------
fs/ntfs3/record.c  | 79 ++++++++++++++++++++++++----------------------
8 files changed, 110 insertions(+), 93 deletions(-)
[PATCH 0/2] Bad inode handling
Posted by Konstantin Komarov 1 year, 4 months ago
The changes unify inode corruption marking and mark them as bad
immediately upon detection of an error in attribute enumeration.

Konstantin Komarov (2):
  fs/ntfs3: Mark inode as bad as soon as error detected in
    mi_enum_attr()
  fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()

 fs/ntfs3/attrib.c  | 15 +++++----
 fs/ntfs3/dir.c     |  2 +-
 fs/ntfs3/frecord.c | 71 ++++++++++++++++++++++-------------------
 fs/ntfs3/fsntfs.c  |  6 +++-
 fs/ntfs3/index.c   |  6 ++--
 fs/ntfs3/inode.c   |  3 ++
 fs/ntfs3/ntfs_fs.h | 21 ++++++------
 fs/ntfs3/record.c  | 79 ++++++++++++++++++++++++----------------------
 8 files changed, 110 insertions(+), 93 deletions(-)

-- 
2.34.1