Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/librefuse



Module Name:    src
Committed By:   pooka
Date:           Mon Feb 26 13:52:16 UTC 2007

Modified Files:
        src/lib/librefuse: fuse.h refuse.c

Log Message:
Implement readdir properly, or at least as close to possible to how
fuse does it: read directory completely into refuse buffers if starting
from read offset 0 and for later calls trickle results from the buffers
to the kernel without consulting the fuse file system.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/librefuse/fuse.h
cvs rdiff -r1.35 -r1.36 src/lib/librefuse/refuse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index