Skip to content

ext4: implement extended attribute reading#352

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

ext4: implement extended attribute reading#352
vvoland wants to merge 1 commit into
diskfs: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
@github-actions
Copy link
Copy Markdown

This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions Bot added the Stale label May 15, 2026
@vvoland
Copy link
Copy Markdown
Contributor Author

vvoland commented May 15, 2026

Still relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant