Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12174
Modified Files:
ChangeLog
Log Message:
Fix runlist setting and incorrect file sizes in the index.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -p -r1.355 -r1.356
--- ChangeLog 13 Feb 2006 01:23:31 -0000 1.355
+++ ChangeLog 21 Feb 2006 04:40:20 -0000 1.356
@@ -82,10 +82,6 @@
the less encountered flags, and reporting the in_use flag instead of
inverting it to unused. (Yuval)
- mkntfs: fix segfault when volume had more than 2^31 clusters. (Szaka)
- - Add @from_vcn parameter to ntfs_attr_update_mapping_pairs, update all
- users to submit it, thus write speed to very fragmented files
- dramatically increased, while write speed to low fragmented files
- stayed at approximately same level. (Yura)
- Automatically update access and change time in ntfs_attr_p{read,write}
and ntfs_attr_truncate. (Yura)
- Add support of MS_NOATIME flag to ntfs_mount(). (Yura)
@@ -118,6 +114,7 @@
- ntfsresize, ntfsclone: always use MS_NOATIME. (Szaka)
- Implement simple syslog logging handler (need more work), teach
ntfsmount to use it. (Yura)
+ - Fix a lot of bugs in attribute resizing code. (Yura)
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|