ChangeLog (fstransform-0.9.3-src) | : | ChangeLog (fstransform-0.9.4) | ||
---|---|---|---|---|
From 0.9.3 to 0.9.4, Massimiliano Ghilardi 2012-04-15: | ||||
all: | ||||
* testing IN PROGRESS on 'nilfs2' and 'ocfs2' file systems | ||||
* some changes to compile on FreeBSD - still NOT finished! | ||||
fsattr: | ||||
* new program, used for fallocate() speedup on ext4 file system. | ||||
it removes the 'fallocate' flag (actually named 'uninit') | ||||
from all files inside an unmounted ext4 file system | ||||
fsmove: | ||||
* added option --io=prealloc to fallocate() target files | ||||
instead of moving them from source to target. | ||||
it's much faster and 100% safe, unlike default --io=posix | ||||
that incrementally moves source files during work | ||||
and cannot move them back in case of 'disk full' errors. | ||||
fsremap: | ||||
* UNFINISHED: added options --io=prealloc, --mount-point-device=DIR | ||||
and --mount-point-loop-file=DIR | ||||
used together with fsmove option --io=prealloc: | ||||
in addition to the normal setup (i.e. scanning loop file and zero file) | ||||
they assume target files (inside loop file) are preallocated | ||||
and their contents still reside in the corresponding source | ||||
files (inside device) | ||||
* FIXME: support replaying preallocation | ||||
From 0.9.2 to 0.9.3, Massimiliano Ghilardi 2012-03-27: | From 0.9.2 to 0.9.3, Massimiliano Ghilardi 2012-03-27: | |||
fsremap: | fsremap: | |||
* added automatic checkpointing to persistence file | * added automatic checkpointing to persistence file | |||
* new option '--resume-job=NUMBER' to resume interrupted jobs | * new option '--resume-job=NUMBER' to resume interrupted jobs | |||
from persistence file. works even if job was interrupted | from persistence file. works even if job was interrupted | |||
by power failure, kill -9, or similar catastrophic events | by power failure, kill -9, or similar catastrophic events | |||
* default directory for secondary storage and log files is now | * default directory for secondary storage and log files is now | |||
/var/tmp/fstransform/fsremap.job.<N> | /var/tmp/fstransform/fsremap.job.<N> | |||
to better conform with FHS | to better conform with FHS | |||
* changed all options '--OPTION ARG' to '--OPTION=ARG' | * changed all options '--OPTION ARG' to '--OPTION=ARG' | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 27 lines changed or added |