mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
* https://github.com/jthornber/thin-provisioning-tools#project-hosting says: The upstream repository has been moved to device-mapper-utils[1], an organization established to collect utilities for various device mapper targets. While the original repository remains mirrored, we recommend cloning from the new location[2] for better long-term maintenance. [1]: https://github.com/device-mapper-utils/ [2]: https://github.com/device-mapper-utils/thin-provisioning-tools * 0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch got merged upstream in rust-lang/libc. * dependency rio got dropped in 1.3.0 * The new patch disable-cargo-metadata enables the feature of devicemapper, because the build fails otherwise. * On 32 bit architectures, the new patch dms-no-layout-check disables checks from bindgen they always fail. From thin-provisioning-tools-1.3.1/CHANGES: v1.3.1 ====== - Improve thin_ls performance using the optimized approach from thin_check v1.3.0 ====== - Improve thin_check performance with an optimized I/O strategy and more memory-efficient data structures. - Rewrite AsyncIoEngine using tokio IoUring, removing the rio dependency - Enhance thin_check with edge-case fixes, including space map boundary checks - Update thin_explore to use ratatui, replacing the archived tui crate v1.2.2 ======= - Fix command line parsing for era_invalidate --metadata-snapshot v1.2.1 ======= - Fix incorrect number of data blocks in thin_shrink's output superblock v1.2.0 ======= - Remove atty and safemem dependencies due to security concerns - Remove unused threaded btree walk code - Change BTreeWalker constructor to take IoEngine by reference for simplicity (breaking change) - Update fixedbitset and few other dependencies with required code changes Cc: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>