2022-10-10 12:45:26

by Daniel Pinto

[permalink] [raw]
Subject: [PATCH v2 0/2] fs/ntfs3: Add system.ntfs_attrib_be extended attribute

Changes v1->v2:
- Add documentation for the system.ntfs_attrib_be extended attribute

Improves compatibility with NTFS-3G by adding the system.ntfs_attrib_be
extended attribute.

Daniel Pinto (2):
fs/ntfs3: add system.ntfs_attrib_be extended attribute
fs/ntfs3: document system.ntfs_attrib_be extended attribute

Documentation/filesystems/ntfs3.rst | 5 +++++
fs/ntfs3/xattr.c | 20 ++++++++++++++------
2 files changed, 19 insertions(+), 6 deletions(-)


2022-11-12 18:57:03

by Konstantin Komarov

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] fs/ntfs3: Add system.ntfs_attrib_be extended attribute



On 10/10/22 14:41, Daniel Pinto wrote:
> Changes v1->v2:
> - Add documentation for the system.ntfs_attrib_be extended attribute
>
> Improves compatibility with NTFS-3G by adding the system.ntfs_attrib_be
> extended attribute.
>
> Daniel Pinto (2):
> fs/ntfs3: add system.ntfs_attrib_be extended attribute
> fs/ntfs3: document system.ntfs_attrib_be extended attribute
>
> Documentation/filesystems/ntfs3.rst | 5 +++++
> fs/ntfs3/xattr.c | 20 ++++++++++++++------
> 2 files changed, 19 insertions(+), 6 deletions(-)

Thank you for your work, applied!