Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv15593
Modified Files:
ChangeLog
Log Message:
Attribute list support (merging done, part 2, some stuff still incomplete). mkntfs ntfs volume creation. See the changelog...
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -U2 -r1.46 -r1.47
--- ChangeLog 21 Apr 2002 01:26:39 -0000 1.46
+++ ChangeLog 22 Apr 2002 10:34:31 -0000 1.47
@@ -48,4 +48,9 @@
base inode and are cached there until the base inode is closed.
- Cleanup/streamline include file dependencies.
+ - Port attrubute list merging code from ntfs tng driver. API to follow.
+ - Allocate a ntfs_volume in mkntfs and start initializing it instead
+ of using the opt global structure. Necessary so can call
+ ntfs_decompress_mapping_pairs().
+ - Add libntfs/debug.c providing ntfs_debug_dump_run_list().
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|