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

Daniel Pinto posted 2 patches 3 years, 5 months ago
Documentation/filesystems/ntfs3.rst |  5 +++++
fs/ntfs3/xattr.c                    | 20 ++++++++++++++------
2 files changed, 19 insertions(+), 6 deletions(-)
[PATCH v2 0/2] fs/ntfs3: Add system.ntfs_attrib_be extended attribute
Posted by Daniel Pinto 3 years, 5 months ago
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(-)
Re: [PATCH v2 0/2] fs/ntfs3: Add system.ntfs_attrib_be extended attribute
Posted by Konstantin Komarov 3 years, 4 months ago

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!