Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27524
Modified Files:
ChangeLog TODO.ntfsprogs
Log Message:
Support resizing into the middle of a $MFT $DATA extent
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -p -r1.250 -r1.251
--- ChangeLog 24 Jul 2005 22:34:36 -0000 1.250
+++ ChangeLog 25 Jul 2005 20:40:08 -0000 1.251
@@ -10,7 +10,9 @@ xx/xx/xxxx - 1.12.0-WIP
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)
+ - ntfsresize: support relocation of $MFT with $ATTRIBUTE_LIST. (Szaka)
+ - ntfsresize: support resizing into the middle of a $MFT $DATA
+ extent. (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.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- TODO.ntfsprogs 24 Jul 2005 22:34:36 -0000 1.20
+++ TODO.ntfsprogs 25 Jul 2005 20:40:08 -0000 1.21
@@ -73,7 +73,6 @@ Thanks,
**************
High priority
- - 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,
bad sectors, etc)
|