63 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-02-16 15:02:29 +00:00
v0.6.2
======
2016-02-17 11:50:59 +00:00
- Fix bug in thin_delta
- Fix recent regression in thin_repair.
- Force g++-98 dialect
2016-02-16 15:02:29 +00:00
2016-02-04 15:29:47 +00:00
v0.6.1
======
2016-02-10 14:28:49 +00:00
Fix bug in thin_dump when using metadata snaps.
2016-02-04 15:29:47 +00:00
2016-01-20 15:43:21 +00:00
v0.6.0
======
thin_ls
2015-09-08 10:20:42 +01:00
v0.5.6
======
era_invalidate may be run on live metadata if the --metadata-snap option is given.
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).