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(-)
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!