mbox series

[0/4] fs/ntfs3: Various fixes for xfstests problems

Message ID 25b9a1b5-7738-7b36-7ead-c8faa7cacc87@paragon-software.com (mailing list archive)
Headers show
Series fs/ntfs3: Various fixes for xfstests problems | expand

Message

Konstantin Komarov Oct. 25, 2021, 4:57 p.m. UTC
This series fixes generic/444 generic/092 generic/228 generic/240

Konstantin Komarov (4):
  fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if
    called from function ntfs_init_acl
  fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated
    space)
  fs/ntfs3: Check new size for limits
  fs/ntfs3: Update valid size if -EIOCBQUEUED

 fs/ntfs3/file.c    | 10 ++++++++--
 fs/ntfs3/frecord.c | 10 +++++++---
 fs/ntfs3/inode.c   |  9 +++++++--
 fs/ntfs3/xattr.c   | 13 +++++++------
 4 files changed, 29 insertions(+), 13 deletions(-)

Comments

Kari Argillander Oct. 26, 2021, 9:37 p.m. UTC | #1
On Mon, Oct 25, 2021 at 07:57:30PM +0300, Konstantin Komarov wrote:
> This series fixes generic/444 generic/092 generic/228 generic/240

Now that 5.15 is just behind corner we need to start think about stable
also. Please read [1]. So basically this kind of fixes needs also 

Cc: stable@vger.kernel.org

to sign-off-area. I know that stable team will try to pick also fixes
automatically, but this is "right" way. You can add this Cc lable also
when you make git am, but it is good the be there right away people can
discuss if it should be stable or not.

Please also add cc tag to other patch series 1-3 patches.

[1]: https://www.kernel.org/doc/Documentation/process/stable-kernel-rules.rst

> Konstantin Komarov (4):
>   fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if
>     called from function ntfs_init_acl
>   fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated
>     space)
>   fs/ntfs3: Check new size for limits
>   fs/ntfs3: Update valid size if -EIOCBQUEUED
> 
>  fs/ntfs3/file.c    | 10 ++++++++--
>  fs/ntfs3/frecord.c | 10 +++++++---
>  fs/ntfs3/inode.c   |  9 +++++++--
>  fs/ntfs3/xattr.c   | 13 +++++++------
>  4 files changed, 29 insertions(+), 13 deletions(-)
> 
> -- 
> 2.33.0
>