summaryrefslogtreecommitdiff
path: root/filesystems/perfuse
AgeCommit message (Collapse)AuthorFilesLines
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.