Files
erofs-freebsd-out-tree/issues/README.md
T
2026-08-18 09:20:44 +02:00

17 lines
1.3 KiB
Markdown

# Issue Status
This directory preserves both resolved investigations and approved validation
gaps. Resolved files remain historical evidence; they are not current failures.
| Issue | Status | Current conclusion |
| --- | --- | --- |
| [TC010 48-bit statfs](TC010-48bit-statfs-large-provider.md) | RESOLVED | A qualified 16 TiB-plus sparse provider completed mount and 64-bit `statfs` validation. |
| [TC060 pathconf](TC060-pathconf-standard-values.md) | RESOLVED | FreeBSD-standard values were implemented and dynamically revalidated. |
| [TC153 large directory index](TC153-large-directory-block-index-validation.md) | RESOLVED | The exact fixed KLD returned `EINTEGRITY` on the multi-TiB sparse-provider path. |
| [`erofs_vget()` after `insmntque()` failure](erofs-vget-insmntque-failure-use-after-release.md) | FIXED / RUNTIME VALIDATION PENDING | The post-failure vnode access was removed; a dedicated unmount-race test remains outstanding. |
| [Explicit mapped extent payload](extent-metadata-fixture-unavailable.md) | SHELVED | TC146 remains PARTIAL because no independently validated positive mapped-payload fixture is available. |
The remaining open validation work is split between a dedicated vnode teardown
race test for the fixed lifecycle issue and a shelved fixture/tooling gap for
the explicit mapped extent payload case.