Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15050
Modified Files:
ChangeLog
Log Message:
- Implement FILE_NAME attributes update in index during inode sync and enable code that set/clean sparse bit. Also add new inode state bit FileNameDirty to indicate that FILE_NAME attributes need update. At least after attribute resize we leave absolutely consist volume.
- Bugfixes to collate.c and index.c.
- Minor formating fixed to ntfscp and ntfsinfo.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -p -r1.226 -r1.227
--- ChangeLog 4 Jun 2005 00:57:58 -0000 1.226
+++ ChangeLog 5 Jun 2005 14:55:08 -0000 1.227
@@ -153,6 +153,11 @@ xx/xx/2005 - 2.0.0-WIP
ntfs_is_collation_rule_supported. (Yura)
- Port index.[ch] from kernel to library. New API's: ntfs_index_lookup,
ntfs_index_ctx_{get,put}, ntfs_index_entry_mark_dirty. (Yura)
+ - Implement FILE_NAME attributes update in index during inode sync and
+ enable code that set/clean sparse bit. Also add new inode state bit
+ FileNameDirty to indicate that FILE_NAME attributes need update.
+ At least after attribute resize we leave absolutely consist
+ volume. (Yura)
04/09/2004 - 1.9.4 - Urgent bug fixes.
|