index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libfuse
/
fuse_private.h
Age
Commit message (
Expand
)
Author
2016-09-07
Fix fuse node lookups. Currently fusefs nodes in the kernel remember the
Martin Natano
2016-08-30
Use struct stat for storing attributes in fusebufs, because using struct
Martin Natano
2016-08-27
Pull in <sys/time.h> for struct timespec
Philip Guenther
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2014-04-28
Add support for 255 character file names in fuse.
Sylvestre Gallon
2013-12-03
Add support for FBT_RECLAIM that allow us to free the representation
Sylvestre Gallon
2013-11-06
Handle fuse client private data. Needed by encfs.
Sylvestre Gallon
2013-11-02
Update the fuse_opt to have option like -h working.
Sylvestre Gallon
2013-11-01
Add missing bitfields needed by gvfs.
Sylvestre Gallon
2013-10-07
Fix some different signedness error. this commit make clang happier.
Sylvestre Gallon
2013-06-14
Add support for fuse_get_context(3) needed by ntfs-3g.
syl
2013-06-12
fuse_opt support from Sylvestre
Ted Unangst
2013-06-03
rcsids
Ted Unangst
2013-06-03
add userland fuse library. ok beck deraadt
Ted Unangst