Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv31660
Modified Files:
TODO.libntfs TODO.ntfsfix
Log Message:
Few odds and ends.
Index: TODO.libntfs
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/TODO.libntfs,v
retrieving revision 1.7
retrieving revision 1.8
diff -U2 -r1.7 -r1.8
--- TODO.libntfs 7 Jun 2002 01:16:20 -0000 1.7
+++ TODO.libntfs 8 Jun 2002 14:33:09 -0000 1.8
@@ -3,5 +3,5 @@
*****************
-- write/port index_list/readdir function (see ntfs tng driver)
+- add read of compressed attributes
*******************
@@ -14,7 +14,7 @@
- enable automatic creation of API reference
-- add read/write of compressed attributes
+- add write of compressed attributes
-- write attribute resize function (see mkntfs)
+- write attribute resize function (see mkntfs) and implement ntfs_truncate*
- extend ntfs_attr_pwrite to cope with extending the attribute size and with
Index: TODO.ntfsfix
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/TODO.ntfsfix,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- TODO.ntfsfix 2 Jun 2002 23:02:20 -0000 1.3
+++ TODO.ntfsfix 8 Jun 2002 14:33:09 -0000 1.4
@@ -9,7 +9,4 @@
* 1. Delete file $UsnJrnl from /$Extend directory.
*
-* 2. Walk the mft and for each record set the usn in the standard information
-* attribute to zero. (This can take a while on large volumes.)
-*
* - On ntfs 3.0+ volumes need to mark the quota out of date? - Probably, but
* it shouldn't cause any corruption not doing so for the moment so this is
|