Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv23265
Modified Files:
ChangeLog
Log Message:
Final POSIXification of disk_io functions. (famous last words)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -U2 -r1.59 -r1.60
--- ChangeLog 2 Jun 2002 23:09:43 -0000 1.59
+++ ChangeLog 4 Jun 2002 12:12:41 -0000 1.60
@@ -1,3 +1,3 @@
-19/05/2002 - 1.6.99 - Work in progress.
+04/06/2002 - 1.6.99 - Work in progress.
- New tool ntfslabel written by Matthew Fanto with a few cleanups from
me to make it fit in with e2label better.
@@ -94,4 +94,9 @@
- Add detection of read-write mounted devices to ntfsfix and refuse to
operate on them.
+ - POSIXify libntfs/disk_io.c. All functions now return partial reads
+ and writes and deal with end of file properly. Affected functions:
+ ntfs_p{read,write}(),
+ ntfs_mst_p{read,write}(), and
+ ntfs_{read,write}_clusters().
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|