Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4071
Modified Files:
ChangeLog TODO.ntfsprogs
Log Message:
Support relocation of $MFT with $ATTRIBUTE_LIST
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -p -r1.249 -r1.250
--- ChangeLog 23 Jul 2005 00:50:31 -0000 1.249
+++ ChangeLog 24 Jul 2005 22:34:36 -0000 1.250
@@ -6,6 +6,11 @@ xx/xx/xxxx - 1.12.0-WIP
ntfs_inode_open. Update ntfsmount to use them. (Yura)
- index.c::ntfs_index_lookup: fix bug when index context didn't point
on index root in which entry located. (Yura)
+ - ntfsresize: relocate_attributes(): don't stop processing of MFT
+ record attributes at AT_DATA of $BadClus and $Bitmap. In practice,
+ there aren't non-resident attributes after them so this bug,
+ introduced in 1.11.0, shouldn't have ever caused data loss. (Szaka)
+ - ntfsresize: support relocation of $MFT with $ATTRIBUTE_LIST. (Szaka)
20/07/2005 - 1.11.1 - Fix several ntfsmount bugs.
Index: TODO.ntfsprogs
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/TODO.ntfsprogs,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- TODO.ntfsprogs 18 Jul 2005 22:32:37 -0000 1.19
+++ TODO.ntfsprogs 24 Jul 2005 22:34:36 -0000 1.20
@@ -73,7 +73,6 @@ Thanks,
**************
High priority
- - support $MFT with $ATTRIBUTE_LIST
- support splitting up $MFT runs
- move ntfs consistency check to libntfs (for ntfsck, ntfsclone, etc)
- use different exit codes (e.g. corrupt volume detected, unsupported case,
|