2023-07-03 07:54:35

by Konstantin Komarov

[permalink] [raw]
Subject: [PATCH 0/8] fs/ntfs3: Bugfix and refactoring

This series contains various fixes and refactoring for ntfs3.
Added more checks in record.


Konstantin Komarov (8):
  fs/ntfs3: Add ckeck in ni_update_parent()
  fs/ntfs3: Write immediately updated ntfs state
  fs/ntfs3: Minor code refactoring and formatting
  fs/ntfs3: Don't allow to change label if volume is read-only
  fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
  fs/ntfs3: Add more attributes checks in mi_enum_attr()
  fs/ntfs3: fix deadlock in mark_as_free_ex
  fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super

 fs/ntfs3/attrlist.c | 15 +++++++--
 fs/ntfs3/bitmap.c   |  3 +-
 fs/ntfs3/frecord.c  |  6 ++++
 fs/ntfs3/fsntfs.c   | 19 +++++-------
 fs/ntfs3/namei.c    |  2 +-
 fs/ntfs3/ntfs.h     |  2 +-
 fs/ntfs3/ntfs_fs.h  |  2 ++
 fs/ntfs3/record.c   | 74 +++++++++++++++++++++++++++++++++++----------
 fs/ntfs3/super.c    | 38 +++++++++++++++++------
 fs/ntfs3/xattr.c    |  3 +-
 10 files changed, 121 insertions(+), 43 deletions(-)

--
2.34.1



2023-12-23 05:00:50

by Kent Overstreet

[permalink] [raw]
Subject: Re: [PATCH 0/8] fs/ntfs3: Bugfix and refactoring

On Mon, Jul 03, 2023 at 11:23:49AM +0400, Konstantin Komarov wrote:
> This series contains various fixes and refactoring for ntfs3.
> Added more checks in record.

I don't write explanations for all of my commits, but... zero?