Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv18654
Modified Files:
AUTHORS ChangeLog
Log Message:
New API for compressing run lists into mapping pairs arrays and adapt mkntfs to that API. Addition of ntfs_walk_attrs().
Index: AUTHORS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/AUTHORS,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- AUTHORS 3 Jul 2002 21:56:00 -0000 1.3
+++ AUTHORS 6 Jul 2002 20:07:58 -0000 1.4
@@ -7,3 +7,4 @@
Matthew J. Fanto <fan...@cm...>
Richard Russon <nt...@fl...>
+ Szakacsits Szabolcs <sz...@si...>
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -U2 -r1.66 -r1.67
--- ChangeLog 5 Jul 2002 21:15:31 -0000 1.66
+++ ChangeLog 6 Jul 2002 20:07:58 -0000 1.67
@@ -118,4 +118,13 @@
continue the search when we detect a mismatched type and/or name
instead of aborting and returning error EIO to flag the corruption.
+ - Add new syntactic suggar API provided by attrib.h:
+ ntfs_walk_attrs(). (Szakacsits Szabolcs)
+ - Add new API for compressing run lists into mapping pairs arrays
+ aprovided by attrib.[ch] (adapted from mkntfs.c):
+ ntfs_get_nr_significant_bytes(),
+ ntfs_get_size_for_mapping_pairs(),
+ ntfs_write_significant_bytes(), and
+ ntfs_build_mapping_pairs().
+ - Convert mkntfs.c to the above API.
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|