commit | 10cbb5673365a16a76b557d94a6a6945a4107cd2 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Feb 13 15:52:47 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Mar 03 09:04:15 2023 -0800 |
tree | 225320aa483c5ebce614ed9368a1414759ba29a9 | |
parent | d560935911c4cf4c705c412b515393470ba21ef0 [diff] |
xfs: use parent pointer xattr space more efficiently Amend the parent pointer xattr format even more. Now we put as much of the dirent name in the namehash as we can. For names that don't fit, the namehash is the truncated dirent name with the sha512 of the entire name at the end of the namehash. The EA value is then truncated to whatever doesn't fit in the namehash. Signed-off-by: Darrick J. Wong <djwong@kernel.org>