41 lines
1.1 KiB
Plaintext
Raw Normal View History

v0.5.5
======
You may now give the --metadata_snap option to thin_delta without specifying where the snap is.
2015-08-13 13:50:36 +01:00
Update man pages to make it clearer that most tools shouldn't be run on live metadata.
Fix some bugs in the metadata reference counting for thin_check.
2015-06-25 10:50:29 +01:00
v0.5.1
======
Fix bug where the tools would crash if given a very large metadata
device to restore to.
2015-03-24 14:09:36 +00:00
v0.5
====
- thin_delta, thin_trim
2015-06-22 12:02:16 +01:00
- --clear-needs-check flag for cache_check
- space map checking for thin check
2015-03-24 14:09:36 +00:00
2014-08-05 12:21:06 +01:00
v0.4
====
- All tools switch to using libaio. This gives a large performance
boost, especially to the write focused tools like thin_restore.
- Added a progress monitor to thin_restore, cache_restore and era_restore
2014-08-05 12:21:06 +01:00
- Added a --quiet/-q option to *_restore to turn off the progress bar
2014-08-05 12:21:06 +01:00
- Removed variable hint size support from cache tools. The kernel
still only supports a fixed 32bit width. This will have a side
effect of reducing the executable sizes due to less template
instatiation.
2014-08-27 14:08:06 +01:00
- Tools rolled into a single executable to save space.
2014-09-01 15:45:29 +01:00
- Fixed some bugs when walking bitsets (possibly effecting cache_dump
and cache_check).