| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.3.50 source code.tar.gz | 2026-09-12 | 1.7 MB | |
| 0.3.50 source code.zip | 2026-09-12 | 2.0 MB | |
| README.md | 2026-09-12 | 899 Bytes | |
| Totals: 3 Items | 3.7 MB | 31 | |
- Fixed interior node dropping in multi-level trees: Corrected uninitialized size variable that was causing ~?% data loss during cloning operations on multi-level BTRFS trees.
- Fixed inline file extent handling: Resolved issue where disk_num_bytes was read before inline extent check, causing buffer over-reads at the end of packed leaves.
- Added comprehensive testing: Included tests/btrfs_multilevel.test and tests/btrfs_uninitvalgrind.test to prevent regressions in multi-level tree handling.
What's Changed
- static/dynamic linking coexist in same build conf. by @stevenshiau in https://github.com/Thomas-Tsai/partclone/pull/307 Full Changelog: https://github.com/Thomas-Tsai/partclone/compare/0.3.49...0.3.50