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
2018-11-16
Handle signals that get sent to any thread
Ted Unangst
2018-06-19
Changes the default mount behaviour so only the user that mounts the
helg
2018-06-07
Prevent ggc3 error: redefinition of `fuse_dirh_t'
helg
2018-05-22
Implement support for libfuse use_ino option. This returns the file
helg
2018-05-16
libfuse should not maintain state for FBT_READDIR. If a directory is
helg
2017-12-18
Refactor libfuse option processing to better support options in the
helg
2017-12-15
Export only symbols to what's declared in fuse.h/fuse_opt.h
Jeremie Courreges-Anglas
2017-11-26
Add support for -f option to libfuse. This keeps the FUSE file system
helg
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