Opened 2 years ago
Last modified 2 years ago
#17789 assigned enhancement
XFS Extended Attribute support
Reported by: | Mashijams | Owned by: | mashijams |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | File Systems/XFS | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Extended attributes come in two versions: “attr1” or “attr2”.
attr1 is used only for xfs V4, while attr2 is used by default for xfs V5. We need to add support for both of them.
Further Attributes are classified as shortform attributes, leaf attributes, node attributes and B+Tree attributes. We need to implement attribute support accordingly.
Note:
See TracTickets
for help on using tickets.