lkml.org 
[lkml]   [2023]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    Subject[PATCH 00/11] fs/ntfs3: Bugfix and refactoring
    This series contains various fixes and refactoring for ntfs3.
    Added error output on failed mount. Reworked some other error messages.

    Konstantin Komarov (11):
      fs/ntfs3: Use bh_read to simplify code
      fs/ntfs3: Remove noacsrules
      fs/ntfs3: Fix ntfs_create_inode()
      fs/ntfs3: Optimization in ntfs_set_state()
      fs/ntfs3: Undo endian changes
      fs/ntfs3: Undo critial modificatins to keep directory consistency
      fs/ntfs3: Remove field sbi->used.bitmap.set_tail
      fs/ntfs3: Changed ntfs_get_acl() to use dentry
      fs/ntfs3: Code formatting and refactoring
      fs/ntfs3: Add missed "nocase" in ntfs_show_options
      fs/ntfs3: Print details about mount fails

     Documentation/filesystems/ntfs3.rst |  11 --
     fs/ntfs3/attrib.c                   |  17 +-
     fs/ntfs3/bitmap.c                   |  22 +--
     fs/ntfs3/file.c                     |  50 ++---
     fs/ntfs3/frecord.c                  |  39 ++--
     fs/ntfs3/fslog.c                    |  77 ++++----
     fs/ntfs3/fsntfs.c                   |  73 +++----
     fs/ntfs3/index.c                    |  58 +++---
     fs/ntfs3/inode.c                    | 118 +++++------
     fs/ntfs3/lznt.c                     |  10 +-
     fs/ntfs3/namei.c                    |   9 +-
     fs/ntfs3/ntfs_fs.h                  |  16 +-
     fs/ntfs3/record.c                   |   9 +-
     fs/ntfs3/run.c                      |   6 +-
     fs/ntfs3/super.c                    | 291 ++++++++++++++++------------
     fs/ntfs3/xattr.c                    |  64 +++---
     16 files changed, 435 insertions(+), 435 deletions(-)

    \
     
     \ /
      Last update: 2023-03-27 00:24    [W:4.554 / U:0.884 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site