NetBSD/lib/libperfuse
manu 3d6861b56c - performance improvement for read, readdir and write. Now we use
SOCK_DGRAM, we can send many pages at once without hitting any bug

- when creating a file, it is open for FUSE, but not for the kernel.
If the kernel does not do a subsequent open, we have a leak. We fight
against this by trying to close such file that the kernel left unopen
for some time.

- some code refactoring to make message exchange debug easier (more to come)
2010-09-20 07:00:21 +00:00
..
debug.c - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to 2010-09-15 01:51:43 +00:00
fuse.h - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to 2010-09-15 01:51:43 +00:00
libperfuse.3 Some fixes. Comment out ERRORS section until it has content. 2010-09-01 13:04:11 +00:00
Makefile
ops.c - performance improvement for read, readdir and write. Now we use 2010-09-20 07:00:21 +00:00
perfuse_if.h - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to 2010-09-15 01:51:43 +00:00
perfuse_priv.h - performance improvement for read, readdir and write. Now we use 2010-09-20 07:00:21 +00:00
perfuse.c - performance improvement for read, readdir and write. Now we use 2010-09-20 07:00:21 +00:00
perfuse.h
shlib_version
subr.c - performance improvement for read, readdir and write. Now we use 2010-09-20 07:00:21 +00:00