diff options
author | xtraeme <xtraeme> | 2007-10-11 21:35:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2007-10-11 21:35:42 +0000 |
commit | e644a5974f995f3afd4c2607c1d4e6f20dcb7d4c (patch) | |
tree | 066defe3ff53672bbbc375d2f41e221720d5aa3b /filesystems | |
parent | e93fa1527ebf1a368564b7cf0528039b055c9cc6 (diff) | |
download | pkgsrc-e644a5974f995f3afd4c2607c1d4e6f20dcb7d4c.tar.gz |
Update to 1.1004:
* 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 inode calculation was CPU intensive during write activity.
This could reduce write performance when millions of files are used 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.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fuse-ntfs-3g/Makefile | 4 | ||||
-rw-r--r-- | filesystems/fuse-ntfs-3g/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile index 2fd0998926a..935058be207 100644 --- a/filesystems/fuse-ntfs-3g/Makefile +++ b/filesystems/fuse-ntfs-3g/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2007/09/14 08:55:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2007/10/11 21:35:42 xtraeme Exp $ # -DISTNAME= ntfs-3g-1.913 +DISTNAME= ntfs-3g-1.1004 PKGNAME= fuse-${DISTNAME} CATEGORIES= filesystems MASTER_SITES= http://www.ntfs-3g.org/ diff --git a/filesystems/fuse-ntfs-3g/distinfo b/filesystems/fuse-ntfs-3g/distinfo index 69507c1995b..70a6b55be09 100644 --- a/filesystems/fuse-ntfs-3g/distinfo +++ b/filesystems/fuse-ntfs-3g/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2007/09/14 08:55:50 xtraeme Exp $ +$NetBSD: distinfo,v 1.9 2007/10/11 21:35:42 xtraeme Exp $ -SHA1 (ntfs-3g-1.913.tgz) = b5b386cf48c3715c5c979580f2ed4ba97a43864e -RMD160 (ntfs-3g-1.913.tgz) = 58ebbc5909ec9ee4593c274aa9ec623cbe5986aa -Size (ntfs-3g-1.913.tgz) = 576174 bytes +SHA1 (ntfs-3g-1.1004.tgz) = 7115859ac1bf79d03a45c4aaa8fa9a4841e4cd84 +RMD160 (ntfs-3g-1.1004.tgz) = 1ae7c2683c116e2ea602090c7d6ab323fe3f408e +Size (ntfs-3g-1.1004.tgz) = 576193 bytes SHA1 (patch-ab) = 37d7aa735d99d1d6d5cc6210894ec0252a7836fc |