Skip to content

ext4: implement extended attribute reading#352

Open
vvoland wants to merge 1 commit intodiskfs:masterfrom
vvoland:read-xattrs
Open

ext4: implement extended attribute reading#352
vvoland wants to merge 1 commit intodiskfs:masterfrom
vvoland:read-xattrs

Conversation

@vvoland
Copy link
Copy Markdown
Contributor

@vvoland vvoland commented Mar 26, 2026

Add GetXattr(path) public method that reads both inline (ibody) and external block xattrs.

Support all standard name index prefixes (user, trusted, security, system, posix_acl).

Add GetXattr(path) public method that reads both inline (ibody) and
external block xattrs.

Support all standard name index prefixes (user, trusted, security,
system, posix_acl).

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland marked this pull request as ready for review March 27, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant