summaryrefslogtreecommitdiff
path: root/filesystems/perfuse
AgeCommit message (Collapse)AuthorFilesLines
2016-03-01Request kernel types on NetBSD.joerg1-3/+5
2015-11-03Add SHA512 digests for distfiles for filesystems categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache1-3/+3
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-06Update perfuse to 20120206, with a more graceful unmounting whenmanu2-6/+6
the FUSE filesystem crashes
2012-01-09Update perfused to 20111217manu2-2/+2
2011-12-17perfuse update: fix memory leak and freed buffer reusemanu2-6/+6
2011-11-28Update perfuse: Fix stale file handlingmanu2-6/+6
2011-11-17Perfused update:manu2-6/+6
- fix lookup cache that was not really used - fix advlock for read-only files - return EBADF on directory read/write instead of passing to the filesystem
2011-10-30Update to perfuse-20111030:manu2-6/+6
- do not confuse FUSE fileno with inode numbers - do not use kernel name cache, implement our own instead. - honour cache directive from FUSE filesystem for name and attrbiutes
2011-10-25Update perfused:manu2-6/+6
- raise memory limit for vnode caches - avoid deadlock with syslog
2011-09-09Update perfuse, with two fixesmanu2-6/+6
- avoid system deadlock in low memory conditions - avoid a racecondition leading to data corruption (chuncks of zeroed data)
2011-08-10Update to perfuse-2011010: fix permission checks for unprivilegied usersmanu2-6/+6
2011-08-09Update perfuse to 20110809: fix data corruption and improve performancemanu2-6/+6
2011-08-03perfuse update: Fix permissions sent to FUSE when operations are done bymanu2-6/+6
the kernel
2011-07-19Update perfuse to fix a race condition between ftruncate() and write()manu3-19/+15
on glusterfs. This caused random file chunks to be filled with zeros.
2011-07-10Make patch apply.wiz2-9/+9
2011-06-28Update perfuse, now with extended attribute support.manu2-7/+7
2011-06-06Make sure libperfuse has -lpuffs, so that DSO will not miss it whenmanu3-9/+14
calling dlopen()
2011-06-01perfuse update. We are now able to run an unprivilegied build.sh on amanu2-6/+6
replicated glusterfs filesystem. pkgsrc builds seems to work too.
2011-05-17Reduce context so $NetBSD$ inside the file-to-be-patched isn't in the patch.wiz2-6/+5
2011-05-17Missing commit that broken the buildmanu1-2/+2
2011-05-09Update perfuse to 20110511. We now have locking support, provided thatmanu3-16/+17
the kernel sends lock operation throuh PUFFS. It does in -current, patch is pending in netbsd-5
2011-04-26new perfuse snapshot that can sustain a build.sh -o releasemanu2-6/+6
in FUSE-mounted glusterfs
2010-12-03Add untested builtin.mk to increase its chances of being tested.wiz1-0/+47
2010-10-11Update to 20101011 with important fixes on permission checks whenmanu2-6/+6
accessing the filesystem asunprivilegied. Also fix hangs on read(2), and remove unused code
2010-10-04Update perfused to 20101004, restoring ntfs-3 functionnality (it broke atmanu2-6/+6
ls /)
2010-10-03Update to 20101003 with important fixes in rename operationsmanu2-6/+6
2010-09-29Update to 10100929, with important fixes in write and renamemanu2-6/+6
2010-09-23Update perfuse, with important fixes in file handles management.manu2-6/+6
2010-09-15Update to perfused-20100915, which fixes reliability problems (lost frames).manu2-6/+6
2010-09-09Update perfuse with fixes for ntfs-3gmanu2-6/+6
2010-09-07Update to perfuse-20100907: fix perfused auto-start, cleanup debug messages,manu2-13/+7
fix warnings
2010-09-06Fix path to perfused. Bump PKGREVISION.wiz1-2/+8
2010-09-06Add symlinks for libperfuse. Simplify package. Bump PKGREVISION.wiz2-6/+10
2010-09-06Remove -Werror from compiler flags until code is clean enough.wiz1-1/+2
2010-09-06Missing commit for checksum updatemanu1-1/+4
2010-09-06LP64 fixesmanu2-6/+3
2010-09-05A few reliability fixes for using perfuse with glusterfs.manu2-6/+6
I can now build libperfuse within a glusterfs mounted filesystem.
2010-08-26Fix enough filehandle problems to make glusterfs happier.manu5-9/+9
2010-08-25perfuse brings full FUSE support to NetBSD It has two components:manu6-0/+76
- a daemon that creates a /dev/fuse socket and that performs PUFFS relay to FUSE. - a library and a header file to use in filesystems and libraries that open /dev/fuse, so that they are directed to the socket.