2021-09-09 10:59:46

by Konstantin Komarov

[permalink] [raw]
Subject: [PATCH 0/3] fs/ntfs3: Speed up hardlink creation

xfstest 041 was taking some time before failing,
so this series aims to fix it and speed up.

Konstantin Komarov (3):
fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext
fs/ntfs3: Change max hardlinks limit to 4000
fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update

fs/ntfs3/attrib.c | 2 +-
fs/ntfs3/attrlist.c | 6 +++---
fs/ntfs3/frecord.c | 6 +++++-
fs/ntfs3/fslog.c | 9 +++++----
fs/ntfs3/fsntfs.c | 8 ++++----
fs/ntfs3/inode.c | 2 +-
fs/ntfs3/ntfs.h | 3 ++-
fs/ntfs3/ntfs_fs.h | 4 ++--
fs/ntfs3/xattr.c | 2 +-
9 files changed, 24 insertions(+), 18 deletions(-)

--
2.28.0


2021-09-09 14:28:31

by Kari Argillander

[permalink] [raw]
Subject: Re: [PATCH 0/3] fs/ntfs3: Speed up hardlink creation

On Thu, Sep 09, 2021 at 01:57:51PM +0300, Konstantin Komarov wrote:
> xfstest 041 was taking some time before failing,
> so this series aims to fix it and speed up.

Please replay patch series against to cover letter.

>
> Konstantin Komarov (3):
> fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext
> fs/ntfs3: Change max hardlinks limit to 4000
> fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update
>
> fs/ntfs3/attrib.c | 2 +-
> fs/ntfs3/attrlist.c | 6 +++---
> fs/ntfs3/frecord.c | 6 +++++-
> fs/ntfs3/fslog.c | 9 +++++----
> fs/ntfs3/fsntfs.c | 8 ++++----
> fs/ntfs3/inode.c | 2 +-
> fs/ntfs3/ntfs.h | 3 ++-
> fs/ntfs3/ntfs_fs.h | 4 ++--
> fs/ntfs3/xattr.c | 2 +-
> 9 files changed, 24 insertions(+), 18 deletions(-)
>
> --
> 2.28.0
>