2016-02-16 20:32:29 +05:30
|
|
|
v0.6.2
|
|
|
|
======
|
|
|
|
|
2016-02-17 17:20:59 +05:30
|
|
|
- Fix bug in thin_delta
|
|
|
|
- Fix recent regression in thin_repair.
|
|
|
|
- Force g++-98 dialect
|
2016-02-16 20:32:29 +05:30
|
|
|
|
2016-02-04 20:59:47 +05:30
|
|
|
v0.6.1
|
|
|
|
======
|
|
|
|
|
2016-02-10 19:58:49 +05:30
|
|
|
Fix bug in thin_dump when using metadata snaps.
|
2016-02-04 20:59:47 +05:30
|
|
|
|
2016-01-20 21:13:21 +05:30
|
|
|
v0.6.0
|
|
|
|
======
|
|
|
|
|
|
|
|
thin_ls
|
|
|
|
|
2015-09-08 14:50:42 +05:30
|
|
|
v0.5.6
|
|
|
|
======
|
|
|
|
|
|
|
|
era_invalidate may be run on live metadata if the --metadata-snap option is given.
|
|
|
|
|
2015-07-28 15:56:58 +05:30
|
|
|
v0.5.5
|
|
|
|
======
|
|
|
|
|
|
|
|
You may now give the --metadata_snap option to thin_delta without specifying where the snap is.
|
|
|
|
|
2015-08-13 18:20:36 +05:30
|
|
|
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 15:20:29 +05:30
|
|
|
v0.5.1
|
|
|
|
======
|
|
|
|
|
|
|
|
Fix bug where the tools would crash if given a very large metadata
|
|
|
|
device to restore to.
|
|
|
|
|
2015-03-24 19:39:36 +05:30
|
|
|
v0.5
|
|
|
|
====
|
|
|
|
|
|
|
|
- thin_delta, thin_trim
|
2015-06-22 16:32:16 +05:30
|
|
|
- --clear-needs-check flag for cache_check
|
|
|
|
- space map checking for thin check
|
2015-03-24 19:39:36 +05:30
|
|
|
|
2014-08-05 16:51:06 +05:30
|
|
|
v0.4
|
|
|
|
====
|
|
|
|
|
|
|
|
- All tools switch to using libaio. This gives a large performance
|
|
|
|
boost, especially to the write focused tools like thin_restore.
|
|
|
|
|
2014-08-26 17:35:21 +05:30
|
|
|
- Added a progress monitor to thin_restore, cache_restore and era_restore
|
2014-08-05 16:51:06 +05:30
|
|
|
|
2014-08-26 17:35:21 +05:30
|
|
|
- Added a --quiet/-q option to *_restore to turn off the progress bar
|
2014-08-05 16:51:06 +05:30
|
|
|
|
|
|
|
- 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 18:38:06 +05:30
|
|
|
- Tools rolled into a single executable to save space.
|
|
|
|
|
2014-09-01 20:15:29 +05:30
|
|
|
- Fixed some bugs when walking bitsets (possibly effecting cache_dump
|
|
|
|
and cache_check).
|