Skip to content

Releases: linuxmint/timeshift

master.mint22

07 Feb 19:18
33f9e7a
Compare
Choose a tag to compare
Subvolume.vala: (btrfs) Wait for async file operations to complete.

With quotas disabled, available space wasn't being updated
consistently when removing old snapshots.

With quotas enabled, no time was allowed after committing to
delete a subvolume before attempting to remove its corresponding
qgroup, resulting in an error and requiring the user to delete the
snapshot twice.

Use the return codes from subvolume-sync and quota-rescan commands
to control the pace during a delete operation. This allows qgroup-
destroy to succeed and keeps the 'available space' value in the
main window in sync with the current filesystem state.

Unfortunately, as a result of this, snapshot deletion may take
longer to complete even with quotas disabled.

ref: #291

master.lmde6

07 Feb 19:18
33f9e7a
Compare
Choose a tag to compare
Subvolume.vala: (btrfs) Wait for async file operations to complete.

With quotas disabled, available space wasn't being updated
consistently when removing old snapshots.

With quotas enabled, no time was allowed after committing to
delete a subvolume before attempting to remove its corresponding
qgroup, resulting in an error and requiring the user to delete the
snapshot twice.

Use the return codes from subvolume-sync and quota-rescan commands
to control the pace during a delete operation. This allows qgroup-
destroy to succeed and keeps the 'available space' value in the
main window in sync with the current filesystem state.

Unfortunately, as a result of this, snapshot deletion may take
longer to complete even with quotas disabled.

ref: #291

master.mint21

07 Feb 18:59
Compare
Choose a tag to compare
24.01.1

master.lmde5

17 Aug 13:31
8607c9d
Compare
Choose a tag to compare
docs/development.md: fix meson setup command (#224)

meson setup command accepts the build folder name directly.