ostree/src
Saqib Ali 725d50a3b5 src/ostree: Add --commit-only option to ostree prune
Recently we have noticed exceedingly long execution times
for multiple invocations of ostree prune. This is a result of
calculating full reachability on each invocation.

The --commit-only flag provides an alternative strategy. It will only
traverse and delete commit objects to avoid the more expensive
reachability calculations. This allows us to chain multiple --commit-only
commands cheaply, and then follow with a more expensive ostree prune
invocation at the end to clean up orphaned meta and content objects.
2022-02-25 18:32:25 -05:00
..
boot Update FSF license notices to use URL instead of address 2021-12-07 08:34:25 -05:00
libostree src/ostree: Add --commit-only option to ostree prune 2022-02-25 18:32:25 -05:00
libotutil lib/util: add syslog.h for ot_journal_print() 2022-02-11 15:40:19 -08:00
ostree src/ostree: Add --commit-only option to ostree prune 2022-02-25 18:32:25 -05:00
rofiles-fuse rofiles-fuse: Build using FUSE 3 if possible, falling back to FUSE 2 2022-01-04 09:41:38 +00:00
switchroot Update FSF license notices to use URL instead of address 2021-12-07 08:34:25 -05:00