NetBSD.se

CVS log for pkgsrc/filesystems/fuse-ntfs-3g/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / filesystems / fuse-ntfs-3g

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 8 16:34:40 2009 UTC (2 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
user-destdir support

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Dec 12 16:43:55 2007 UTC (4 years, 5 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
Update to the latest stable version now that refuse has been fixed.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 12 15:39:44 2007 UTC (4 years, 5 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Downgrade to 1.913 until the issues are found with newer versions.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Nov 20 13:30:54 2007 UTC (4 years, 6 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
Update to 1.1120:

* Fix: successful hard link removal may reported "Input/Output error".
* Fix: listing the content of a single directory having over 600,000 files
  and subdirectories may returned "Input/Output error" or truncated
  directory listing.
* Fix: atime mount option didn't work.
* Fix: POSIX file time updates (file access and modification times, inode
  change time). Please note, though NTFS-3G updates the times correctly now,
  FUSE may keep caching old, invalid time attributes for a short time after
  rename(2), creat(2), and some file operations which involve hard links.
  FUSE has fixed already the first two cases and they may be included in
  the Linux kernel 2.6.24 release.
* New: relatime support was added and made the default atime update method.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Nov 11 15:59:22 2007 UTC (4 years, 6 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Update to 1.1104:

* Fix: reads over the end of a file could return "invalid argument" error
  using some recent kernels. This problem may have caused Thunderbird
  to hang.
* Fix: some faulty versions of the gcc compiler have crashed during
  compilation.
* Fix: the utimes(2) system call may incorrectly updated the last status
  change filestamp.
* Change: the ntfs.streams.list extended attribute enumerates Alternate
  Data Streams (ADS) '\0' separated.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 30 01:28:05 2007 UTC (4 years, 6 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Update to 1.1030:

* fix: big-endian problems exposed by the NTFS-3G Test Suite.
* fix: free space calculation may was wrong for >1 TB volumes.
* fix: some faulty Thunderbird versions caused system log flooding.
* fix: uClibc and uClinux improvements.
* fix: logging improvements.
* fix: many other minor fixes.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Oct 11 21:35:42 2007 UTC (4 years, 7 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
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.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 14 08:55:50 2007 UTC (4 years, 8 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Update to 1.913:

STABLE Version 1.913 (September 13, 2007) Release Notes

* change: free disk space calculation was highly CPU intensive during
  write activity. This could reduce write performance severely, especially
  for huge volumes if a file manager or desktop applet regularly polled
  for disk space usage. Now the calculation is constant time, around only
  10 microseconds on a typical desktop, and it's completely independent
  of the volume size.
* fix: hibernation check was too rigid and mount was refused in read/write
  mode unnecessarily in some cases.
* all performance improvements included unchanged from the 1.910-RC test
  release. Please see those details below.

Version 1.910-RC (September 10, 2007) -- Release Notes

* change: significantly improved the performance of writing many files,
  typically by 50-1000% (copying files, unpacking, untarring packages,
  compilation, directory synchronization, ...).
* change: improved the performance of writing multi-GB size files,
  particularly after the creation of many thousands of other files.
  Previous disk space defragmentation is highly advised for the best
  possible speed. File level defragmentation is not enough.
* change: improved concurrent write performance.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 15 13:53:57 2007 UTC (4 years, 9 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Update to 1.810:

* fix: file rename may updated the modification time of some files which
	caused some backup tools, like rsync, not to preserve always
	this timestamp.
* fix: unmount (fusermount -u) was denied for an unprivileged user who
	was allowed to mount a block device. FUSE 2.7.0+ user space package
	is required for the full fix.
* fix: the driver could hang if there wasn't enough memory during reading
	a large directory
* fix: reading a directory may reported success when there was an error
* fix: metadata update error was ignored in some very rare cases during
	writing a file
* fix: permissions checking was turned on if umask, fmask and dmask was
	set to the default 000 value.
* change: manual update, added Windows filename compatibility section
* change: lots of logging improvements

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 13 10:02:55 2007 UTC (4 years, 10 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -6 lines
Update to 1.710:

* fix: move, rename and hard link could return "input/output error"
* fix: very rare, recoverable directory corruption
* fix: portability improvements
* change: more troubleshooting hints if a volume can't be mounted
* change: logging improvements

* new: install executables to the root file system otherwise mount
  could fail during boot
* fix: any kind of file size change failure returned "Operation not permitted"
* fix: file close failure was not always reported
* fix: unmount failure was not always reported
* fix: file creation always gave "input/output error" if the $MFT Bitmap
  wasn't up-to-date
* fix: converting very long file names to Unicode may failed
* fix: syslog messages didn't show the low level error detail
* fix: compilation improvements on OS X and NetBSD

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 15 23:10:05 2007 UTC (5 years ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add a patch to pass the EXEC_NAME through to fuse_new(). Otherwise there
is no way of knowing the file system's name, since it is never passed to
the refuse layer.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 1 16:17:54 2007 UTC (5 years ago) by xtraeme
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -5 lines
Update to 1.417:

* new: read-write mount is supported using the "force" mount option if
       the logfile is unclean
* new: libntfs-3g is versioned
* fix: default ownership of files weren't always set to the mounting user
* fix: mount was denied if the NTFS Master File Table copy had non-standard size
* fix: catch and deny all junction/reparse point write operations
* fix: multiply -o options weren't allowed (FreeBSD's mount(8) requires this)
* fix: don't try to run Linux specific code on non-Linux OSes

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 13 09:23:57 2007 UTC (5 years, 1 month ago) by xtraeme
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
Update to 1.328 (latest stable version):

* fix: fakeraid/softraid detection was incorrect
* change: major performance improvement for writing large
  files (new block allocator)
* change: manual update, added access handling, security section
* new: use the 'nonempty' FUSE mount option by default, so the driver
  behaves as the in-kernel file systems
* new: --disable-ldconfig configure option

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Feb 28 21:34:39 2007 UTC (5 years, 2 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Don't try to read /proc/filesystems or use modprobe on NetBSD.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Feb 26 19:55:28 2007 UTC (5 years, 2 months ago) by pooka
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
fuse-ntfs-3g package, proven to work under NetBSD-current.

The original work in pkg'izing this was done by <xtraeme>.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 26 19:55:28 2007 UTC (5 years, 2 months ago) by pooka
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>