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