mbox series

[0/3] fs/ntfs3: Refactoring of super.c

Message ID 16cbff75-f705-37cb-ad3f-43d433352f6b@paragon-software.com (mailing list archive)
Headers show
Series fs/ntfs3: Refactoring of super.c | expand

Message

Konstantin Komarov Sept. 27, 2021, 3:46 p.m. UTC
Fix memory leak in ntfs_discard.
Reject mount so we won't corrupt fs.
Refactor ntfs_init_from_boot function.

Konstantin Komarov (3):
  fs/ntfs3: Fix memory leak if fill_super failed
  fs/ntfs3: Reject mount if boot's cluster size < media sector size
  fs/ntfs3: Refactoring of ntfs_init_from_boot

 fs/ntfs3/ntfs_fs.h |  2 --
 fs/ntfs3/super.c   | 36 +++++++++++++++++++++++++-----------
 2 files changed, 25 insertions(+), 13 deletions(-)