[Lunar-commits] r26079 - moonbase/trunk/filesys/ntfs-3g

Florin Braescu florin at lunar-linux.org
Thu Oct 4 15:58:01 CEST 2007


Author: florin
Date: 2007-10-04 15:58:01 +0200 (Thu, 04 Oct 2007)
New Revision: 26079

Modified:
   moonbase/trunk/filesys/ntfs-3g/DETAILS
Log:
bump the version from 1.913 to 1.1004. Changes: fix: unwritten sparse file regions could get corrupted if the end of a write wasn't aligned to cluster boundary. Sparse files are very rarely used, most typically by bittorent clients. 
fix: creation of read-only files failed. 
change: free indode calculation was CPU intensive during write activity. This could reduce write performance when using millions of files if a file manager or desktop applet regularly polled for disk space usage. Now the statfs() system call is constant time. 
change: file creation performance is improved by 40-80%. 
change: smart directory traversal is 20-200% faster for disk based and 300-600% faster for memory cache based traversals.

Modified: moonbase/trunk/filesys/ntfs-3g/DETAILS
===================================================================
--- moonbase/trunk/filesys/ntfs-3g/DETAILS	2007-10-04 13:47:17 UTC (rev 26078)
+++ moonbase/trunk/filesys/ntfs-3g/DETAILS	2007-10-04 13:58:01 UTC (rev 26079)
@@ -1,11 +1,11 @@
           MODULE=ntfs-3g
-         VERSION=1.913
+         VERSION=1.1004
           SOURCE=$MODULE-$VERSION.tgz
       SOURCE_URL=http://www.ntfs-3g.org/
-      SOURCE_VFY=sha1:b5b386cf48c3715c5c979580f2ed4ba97a43864e
+      SOURCE_VFY=sha1:7115859ac1bf79d03a45c4aaa8fa9a4841e4cd84
         WEB_SITE=http://www.ntfs-3g.org/
          ENTERED=20070621
-         UPDATED=20070913
+         UPDATED=20071004
            SHORT="NTFS driver for Linux"
 
 cat << EOF



More information about the Lunar-commits mailing list