aboutsummaryrefslogtreecommitdiff
path: root/utils/lvm2/patches/003-no-mallinfo.patch
Commit message (Collapse)AuthorAge
* lvm2: update LVM2 to 2.03.17 and DM to 1.02.187Daniel Golle2022-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.03.17 - 10th November 2022 ==================================== Add new options (--fs, --fsmode) for FS handling when resizing LVs. Fix 'lvremove -S|--select LV' to not also remove its historical LV right away. Fix lv_active field type to binary so --select and --binary applies properly. Switch to use mallinfo2 and use it only with glibc. Error out in lvm shell if using a cmd argument not supported in the shell. Fix lvm shell's lastlog command to report previous pre-command failures. Extend VDO and VDOPOOL without flushing and locking fs. Add --valuesonly option to lvmconfig to print only values without keys. Updates configure with recent autoconf tooling. Fix lvconvert --test --type vdo-pool execution. Add json_std output format for more JSON standard compliant version of output. Fix vdo_slab_size_mb value for converted VDO volume. Fix many corner cases in device_id, including handling of S/N duplicates. Fix various issues in lvmdbusd. libdm changes: Version 1.02.187 - 10th November 2022 ===================================== Add DM_REPORT_GROUP_JSON_STD for more JSON standard compliant output format. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* lvm2: pass CC explicitlyRosen Penev2020-12-20
| | | | | | | | | It seems that in some situations, the host CC gets picked up. Just pass the target one explicitly. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lvm2: Update to 2.03.01Rosen Penev2018-11-10
| | | | | | Moved libblkid depend to fix compilation Signed-off-by: Rosen Penev <rosenp@gmail.com>
* LVM2: Update to 2.02.81Rosen Penev2018-08-14
| | | | | | Switch to upstream URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lvm2: update to version 2.02.164Daniel Golle2016-09-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: update to version 2.02.138Daniel Golle2015-12-26
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: update source and refresh patchesDaniel Golle2015-06-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: finally fix memory locking issues on muslDaniel Golle2015-05-03
| | | | | | | Always use mlockall fixes it, still trying to keep everything else as untouched as possible. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: better workaround for missing mallinfo on muslDaniel Golle2015-05-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: fix build with muslDaniel Golle2015-04-25
stdin, stderr and stdout are constants on musl and it doesn't provide mallinfo. Both, overwriting std* were used to catch and work around various misbehaviours of glibc, so it's hopefully save to just skip them when building against other libc implementations. Signed-off-by: Daniel Golle <daniel@makrotopia.org>