summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse_private.h
AgeCommit message (Expand)Author
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