- Shrink contrains refactored for incremental cluster relocation
support and to get closer for parted integration
(ped_file_system_get_resize_constraint)
BKrev: 3e91591dzVYrGC7IIc5i26h-O__Jlw
- Shrink contrains refactored for incremental cluster relocation
support and to get closer for parted integration
(ped_file_system_get_resize_constraint)
(Logical change 1.133)
This is needed, otherwise ntfsimage outputs libntfs messages in debug
mode if stdout specified thus confusing e.g. compressing tools reading
from pipe. E.g. 'ntfsimage -o - device | bzip2 ...' creates a
corrupted, unusable ntfs image.
I've looked through libntfs and apparently no other places with this
problem.
Szaka
(Logical change 1.132)
into cantab.net:/home/aia21/ntfsprogs-devel
2003/03/24 13:51:17+00:00 cantab.net!aia21
patch from Szaka:
This is needed, otherwise ntfsimage outputs libntfs messages in debug
mode if stdout specified thus confusing e.g. compressing tools reading
from pipe. E.g. 'ntfsimage -o - device | bzip2 ...' creates a
corrupted, unusable ntfs image.
I've looked through libntfs and apparently no other places with this
problem.
Szaka
BKrev: 3e7f0d6917LFxykbD_IeOwj5JDl5qg
- option -i collects info about resizing conditions
- if options -i and -s are used together then show needed relocations
- option -P added to disable progress bars
- walk_inodes(): delete redundant MFT_RECORD_IN_USE check
- code refactorings, preparations to move relevant codes to library
BKrev: 3e7f09d3FlxaBCV0mIGFF10QuZ0eeA
- option -i collects info about resizing conditions
- if options -i and -s are used together then show needed relocations
- option -P added to disable progress bars
- walk_inodes(): delete redundant MFT_RECORD_IN_USE check
- code refactorings, preparations to move relevant codes to library
(Logical change 1.131)
- compare_bitmaps(): fix another bug reporting the correct cluster mismatch
- walk_inodes(): fix leaking ntfs_inode in certain cases
- delete redundant and unused MFT_RECORD *mrec from ntfs_resize_t
BKrev: 3e4b6882jdyeekJZqcOJWiT27L9FVA
- compare_bitmaps(): fix another bug reporting the correct cluster mismatch
- walk_inodes(): fix leaking ntfs_inode in certain cases
- delete redundant and unused MFT_RECORD *mrec from ntfs_resize_t
(Logical change 1.120)
- if a corresponding byte differed in the two cluster bitmaps then the
matching ones were reported as mismatches and vice versa.
BKrev: 3e47950ca5AvDvY3Ck-LLRkTx5c1Cg
- if a corresponding byte differed in the two cluster bitmaps then the
matching ones were reported as mismatches and vice versa.
(Logical change 1.118)