summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
2007-10-09Remove trailing spaces.martti1-1/+1
2007-09-14Remove URL and indent.xtraeme1-7/+6
2007-09-14Update to 1.913:xtraeme3-12/+8
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.
2007-08-25Fix typo in COMMENT.wiz1-2/+2
2007-08-15Update to 1.810:xtraeme2-6/+6
* 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
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-10Things usually build better with a custom do-build target if you don'tagc1-8/+1
specify NO_BUILD=yes beforehand. Remove custom clean privilege setting, which is no longer needed. Duh.
2007-08-09Add and enable fuse-wikipediafsagc1-1/+2
2007-08-09Initial import of wikipediafs-0.3 into the Packages Collection.agc5-0/+104
WikipediaFS is a mountable virtual file system that allows to read and edit articles from Wikipedia (or any Mediawiki-based site) as if they were real files. It is thus possible to view and edit articles using your favourite text-editor. Text-editors tend to be more convenient than a simple browser form when it comes to editing large texts and they generally include useful features such as Mediawiki syntax highlighting and spell checking. Advanced usage of WikipediaFS includes easy development of scripts and bots. Programs simply have to deal with normal files because this is WikipediaFS which takes care of the HTTP layer. For example, it would be possible to use WikipediaFS to perform a massive content migration from an existing site to a Mediawiki. Features * Reading and editing articles, including subpages. * User * configuration : add your own Mediawiki. * Editing with your login * HTTPS, HTTP authentication, proxy.
2007-07-29Belated bump revision as libarchive was changed.joerg1-1/+2
2007-07-13Update to 1.710:xtraeme4-34/+8
* 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
2007-07-09Let's not be coy about this - afpfs-ng will run on more than just Linux.agc1-1/+1
2007-07-09Add and enable fuse-afpfs-ngagc1-1/+2
2007-07-09Initial import of afpfs-ng, version 0.4.1 into the Packages Collection.agc12-0/+191
afpfs-ng is an Apple Filing Protocol client that will allow a Linux system to see files exported from a Mac OS system with AFP over TCP. With thanks to Jared for the nudge.
2007-06-1180 chars per line max, please.xtraeme1-2/+3
2007-06-11Add and enable fuse-loggedfs.agc1-1/+2
2007-06-11Initial import of loggedfs-0.4, a FUSE-based file system which logs allagc6-0/+140
operations. Loggedfs is a filesystem which logs (via rlog and syslog) exactly what is happening on every vnode operation.
2007-05-16Make this package compile again after recent changes to fuse.hagc2-1/+24
2007-05-16Add and enable wdfsagc1-1/+2
2007-05-16Initial import of wdfs-1.4.1 into the Packages Collection.agc5-0/+54
wdfs is a webdav filesystem with special features for accessing subversion repositories. it is based on fuse v2.5+ and neon v0.24.7+. features: - generic webdav filesystem - http redirect support - https support - file locking support (different modes) - access to all revisions of a webdav exported subversion repository - versioning filesystem for autoversioning enabled subversion repositories Using wdfs, it's possible to mount webdav volumes: % df /mnt Filesystem 1K-blocks Used Avail Capacity Mounted on puffs:refuse:wdfs 0 0 0 0% /mnt % l /mnt total 2 drwxrwxrwx 1 root wheel 4096 May 13 10:17 . drwxr-xr-x 31 root wheel 1024 May 16 20:06 .. -rw-rw-rw- 1 root wheel 64393 Mar 16 23:06 About your iDisk.rtf drwxrwxrwx 1 root wheel 4096 May 13 10:17 Backup drwxrwxrwx 1 root wheel 4096 May 13 10:17 Documents drwxrwxrwx 1 root wheel 4096 May 13 10:17 Library drwxrwxrwx 1 root wheel 4096 May 13 10:17 Movies drwxrwxrwx 1 root wheel 4096 May 13 10:17 Music drwxrwxrwx 1 root wheel 4096 May 13 10:17 Pictures drwxrwxrwx 1 root wheel 4096 May 13 10:17 Public drwxrwxrwx 1 root wheel 4096 May 13 10:17 Sites drwxrwxrwx 1 root wheel 4096 Dec 6 01:08 Software %
2007-05-16This needs openobex>=1.3nb2 for the bdaddr_t fix in obex.h.xtraeme1-1/+3
2007-05-16Now that pooka@ fixed the libpthread problem, remove the hack toxtraeme3-13/+14
not link it to libpthread. Also disable debugging output... too verbose, and it works well enough.
2007-05-16+ fuse-obexfsxtraeme1-1/+2
2007-05-16Initial import of fuse-obexfs-0.8.xtraeme7-0/+147
FUSE based filesystem using ObexFTP (currently beta). Actually ObexFS is just a thin layer wrapping a basic ObexFTP client into FUSE callbacks. This works well enough on NetBSD/amd64: $ mount|grep obexfs puffs:refuse:obexfs on k600i/ type puffs (nosuid, nodev, mounted by juan) $ $ ls -l k600i/ total 2 drwxr-xr-x 1 juan users 0 Jan 1 1970 Memoria del tel?fono drwxr-xr-x 1 juan users 0 Jan 1 1970 Memory Stick $
2007-05-15Add a patch to pass the EXEC_NAME through to fuse_new(). Otherwise thereagc2-1/+15
is no way of knowing the file system's name, since it is never passed to the refuse layer.
2007-05-13Change to create directories before copying files to them. Won't matter inagc3-8/+8
the normal case, but matters in bulk builds in our new NO_MTREE order. Do all of the work in the package's install target, too.
2007-05-04Add and enable fuse-podagc1-1/+2
2007-05-04Initial import of fusepod-0.5.1 into the Packages Collection asagc6-0/+71
fuse-pod-0.5.1. FUSEPod is a userspace filesystem which mounts your iPod into a directory for easy browsing of your songs on your iPod. Features ======== * Read and Write support * Viewing/Removing playlists * Configurable directory layout * Transparent copying of files onto iPod * Tracks have tags in extended attributes * Discovers where your iPod is mounted * Statistics file
2007-05-04Add and enable fuse-gmailfs.agc1-1/+2
2007-05-04Initial import of fuse-gmailfs-0.7.2 into the Packages Collection.agc6-0/+81
GmailFS is a virtual filesystem developed by Richard Jones which allows users to mount and use their Gmail email account's storage as a local disk drive. This works as far as logging in and responding properly to a df command, but python interpreter usage seems far too high. Committed in this state so that others can work on it.
2007-05-04Add and enable py-fuse-bindingsagc1-1/+2
2007-05-04Initial import of python bindings (version 0.2pre1) for fuse andagc6-0/+131
refuse into the Packages Collection. Python bindings for the FUSE and refuse interfaces. FUSE allows file sytsem operations to take place at user level, rather than in the kernel. Refuse is a BSD-licensed re-implementation of fuse, running on top of the puffs functionality. This package provides a python language interface to the FUSE interface. To achieve backwards compatibility with previous versions of the fuse bindings for python, set the environment variable FUSE_PYTHON_COMPAT=0.1
2007-05-02Add fuse-gphotofssborrill1-1/+2
2007-05-02GPhotoFS is a filesystem client based on libgphoto2 that exposessborrill5-0/+54
supported cameras as filesystems; while some cameras implement the USB Mass Storage class and already appear as filesystems (making this program redundant), many use the Picture Transfer Protocol (PTP) or some other custom protocol. But as long as the camera is supported by libgphoto2, it can be mounted as a filesystem using this program. N.B. This requires revision 1.50 or later of lib/librefuse/refuse.c on NetBSD
2007-05-01Update to 1.417:xtraeme3-27/+6
* 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
2007-04-24Add and enable u9fsagc1-1/+2
2007-04-24Initial import of u9fs-2.0.3 to the Packages Collection.agc10-0/+161
U9fs is a program that serves Unix files to Plan 9 machines using the 9P protocol. It is typically invoked on a Unix machine by inetd with its standard input and output connected to a network connection, typically TCP on an Ethernet. It typically runs as user root and multiplexes access to multiple Plan 9 clients over the single wire. It assumes Plan 9 uids match Unix login names, and changes to the corresponding Unix effective uid when processing requests. U9fs serves both 9P1 (the 9P protocol as used by the second and third editions of Plan 9) and 9P2000.
2007-04-13Update to 1.328 (latest stable version):xtraeme3-16/+16
* 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
2007-03-17More Engllish improvements.wiz1-2/+2
2007-03-16Fix up the English, and be a bit more specific about the usage.agc1-3/+4
2007-03-16Add comment about ONLY_FOR_PLATFORM explaining why this doesn't buildgdt1-1/+10
on NetBSD.
2007-03-16use open() instead of mknod() to create regular files. avoids havingpooka2-7/+35
to run the file server as root for most uses.
2007-03-15try to explain betterhubertf1-3/+3
2007-03-15Fix up CATEGORIES for filesystemagc6-12/+12
2007-03-10Add and enable fuse-unionfsagc1-1/+2
2007-03-10Initial import of unionfs-fuse-0.17 as fuse-unionfs-0.17 into the Packagesagc6-0/+70
Collection. FUSE-based union filesystem, with almost limitless number of root directories. This utility is implementedd at the user level - to mount a series of roots, simply use: fuse-unionfs root1:root2:root3 <mountpoint>
2007-03-08make pwd workpooka2-11/+40
2007-03-01Added filesystems/fuse-encfs.xtraeme1-1/+2
2007-03-01Initial import of fuse-encfs-1.2.0-2.xtraeme9-0/+157
EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library. As with most encrypted filesystems, Encfs is meant to provide security against off-line attacks; ie your notebook or backups fall into the wrong hands, etc. Homepage: http://arg0.net/encfs
2007-02-28Don't try to read /proc/filesystems or use modprobe on NetBSD.xtraeme2-1/+22