Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv21204
Modified Files:
ChangeLog TODO.WIP
Log Message:
Update changelog and my todo
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -U2 -r1.58 -r1.59
--- ChangeLog 2 Jun 2002 23:02:20 -0000 1.58
+++ ChangeLog 2 Jun 2002 23:09:43 -0000 1.59
@@ -92,4 +92,6 @@
$MFT, and $MFTMirr) to volume.c::ntfs_startup_volume().
- Update ntfsfix to above modularisation.
+ - Add detection of read-write mounted devices to ntfsfix and refuse to
+ operate on them.
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
Index: TODO.WIP
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/TODO.WIP,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- TODO.WIP 1 Jun 2002 00:41:45 -0000 1.2
+++ TODO.WIP 2 Jun 2002 23:09:44 -0000 1.3
@@ -2,9 +2,4 @@
--------------------------------
-- fix ntfsfix & ntfs_mount() interaction wrt to detecting and fixing
- differences between $MFT and $MFTMirr. ATM ntfs_mount() would fail when
- called from ntfsfix and ntfsfix would abort without ever getting to run the
- fixup code.
-
- write ntfs_attr_{mst_}pwrite
@@ -13,3 +8,6 @@
- ntfs_write_mft_records needs cleanup to use ntfs_attr_mst_pwrite
+
+- change library to update mftmirror when writing to the mft - ntfslabel
+ currently leaves a non-uptodate mft mirror otherwise
|