Difference between revisions of "Download/ploop/1.2/changes"
(created) |
(use code tags) |
||
Line 1: | Line 1: | ||
== Changes == | == Changes == | ||
Since {{dlink|ploop|1.1}}: | Since {{dlink|ploop|1.1}}: | ||
− | * Added ploop_get_dev() function | + | * Added <code>ploop_get_dev()</code> function |
− | * Added ploop_set_component_name() function | + | * Added <code>ploop_set_component_name()</code> function |
− | * Fix: do not clear in-use flag in ploop_fsck() | + | * Fix: do not clear in-use flag in <code>ploop_fsck()</code> |
− | * ploop-fsck: add -d flag to forcefully drop "in use" image flag | + | * <code>ploop-fsck</code>: add <code>-d</code> flag to forcefully drop "in use" image flag |
* Fixed handling blocksize for raw images | * Fixed handling blocksize for raw images | ||
− | * Added user_xattr,acl to default mount options | + | * Added <code>user_xattr,acl</code> to default mount options |
− | * ploop_mount(): added ability to pass MS_NOATIME flag | + | * <code>ploop_mount()</code>: added ability to pass <code>MS_NOATIME</code> flag |
− | * ploop-balloon: add discard command to compact ploop image | + | * <code>ploop-balloon</code>: add discard command to compact ploop image |
− | * ploop_get_info(): return old info in case statfs() failed | + | * <code>ploop_get_info()</code>: return old info in case statfs() failed |
− | * expanded2preallocated(): if fallocate not supported, use ftruncate | + | * <code>expanded2preallocated()</code>: if <code>fallocate</code> not supported, use <code>ftruncate</code> |
− | * ploop_resize_image(): Check is it possible to fallocate before inflating balloon file | + | * <code>ploop_resize_image()</code>: Check is it possible to fallocate before inflating balloon file |
* Fixed merging all snapshots | * Fixed merging all snapshots | ||
* Some fixes in ploop tool usage | * Some fixes in ploop tool usage | ||
* Some log message fixes | * Some log message fixes | ||
− | * Add function, source file and line number to error messages if DEBUG is set | + | * Add function, source file and line number to error messages if <code>DEBUG</code><code></code> is set |
* Build system fixes/improvements | * Build system fixes/improvements | ||
{{git log|ploop|ploop-1.2|}} | {{git log|ploop|ploop-1.2|}} |
Latest revision as of 22:33, 16 April 2012
Changes[edit]
Since 1.1:
- Added
ploop_get_dev()
function - Added
ploop_set_component_name()
function - Fix: do not clear in-use flag in
ploop_fsck()
ploop-fsck
: add-d
flag to forcefully drop "in use" image flag- Fixed handling blocksize for raw images
- Added
user_xattr,acl
to default mount options ploop_mount()
: added ability to passMS_NOATIME
flagploop-balloon
: add discard command to compact ploop imageploop_get_info()
: return old info in case statfs() failedexpanded2preallocated()
: iffallocate
not supported, useftruncate
ploop_resize_image()
: Check is it possible to fallocate before inflating balloon file- Fixed merging all snapshots
- Some fixes in ploop tool usage
- Some log message fixes
- Add function, source file and line number to error messages if
DEBUG
is set
- Build system fixes/improvements
For the complete list of changes in this release, see git changelog for ploop-1.2.