Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv4109
Modified Files:
ChangeLog
Log Message:
Loads of stuff. Improvements, start on attr pread and attr mst_pread. Write to follow. ntfslabel cleanup and extensions. libntfs cleanups, fixes, etc.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -U2 -r1.52 -r1.53
--- ChangeLog 27 Apr 2002 19:49:09 -0000 1.52
+++ ChangeLog 29 Apr 2002 01:53:55 -0000 1.53
@@ -73,4 +73,9 @@
in ntfs_mount to the mftmirr_lcn determined position and the
mftmirr_size determined size.
+ - Add new API for doing I/O on both normal and multi sector transfer
+ protected ntfs attributes described by the ntfs_attr structure,
+ provided by attrib.[hc]:
+ ntfs_attr_p{read,write}(), and
+ ntfs_attr_mst_p{read,write}().
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|