summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse_private.h
AgeCommit message (Expand)Author
2018-11-16Handle signals that get sent to any threadTed Unangst
2018-06-19Changes the default mount behaviour so only the user that mounts thehelg
2018-06-07Prevent ggc3 error: redefinition of `fuse_dirh_t'helg
2018-05-22Implement support for libfuse use_ino option. This returns the filehelg
2018-05-16libfuse should not maintain state for FBT_READDIR. If a directory ishelg
2017-12-18Refactor libfuse option processing to better support options in thehelg
2017-12-15Export only symbols to what's declared in fuse.h/fuse_opt.hJeremie Courreges-Anglas
2017-11-26Add support for -f option to libfuse. This keeps the FUSE file systemhelg
2016-09-07Fix fuse node lookups. Currently fusefs nodes in the kernel remember theMartin Natano
2016-08-30Use struct stat for storing attributes in fusebufs, because using structMartin Natano
2016-08-27Pull in <sys/time.h> for struct timespecPhilip Guenther
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2014-04-28Add support for 255 character file names in fuse.Sylvestre Gallon
2013-12-03Add support for FBT_RECLAIM that allow us to free the representationSylvestre Gallon
2013-11-06Handle fuse client private data. Needed by encfs.Sylvestre Gallon
2013-11-02Update the fuse_opt to have option like -h working.Sylvestre Gallon
2013-11-01Add missing bitfields needed by gvfs.Sylvestre Gallon
2013-10-07Fix some different signedness error. this commit make clang happier.Sylvestre Gallon
2013-06-14Add support for fuse_get_context(3) needed by ntfs-3g.syl
2013-06-12fuse_opt support from SylvestreTed Unangst
2013-06-03rcsidsTed Unangst
2013-06-03add userland fuse library. ok beck deraadtTed Unangst