summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse_subr.c
AgeCommit message (Expand)Author
2018-05-21Reformat debug output to one line per opcode to make it easier tohelg
2016-09-07Fix fuse node lookups. Currently fusefs nodes in the kernel remember theMartin Natano
2016-05-24Add missing strdup NULL checks; from Ray Lai.Okan Demirmen
2015-06-03It is better to check the asprintf return value for -1 instead of theReyk Floeter
2014-04-28Add support for 255 character file names in fuse.Sylvestre Gallon
2014-02-05check return values in libfuse.Sylvestre Gallon
2013-12-03Add support for FBT_RECLAIM that allow us to free the representationSylvestre Gallon
2013-10-07Fix some different signedness error. this commit make clang happier.Sylvestre Gallon
2013-09-21Fix an ino_t inconsistency in libfuse. This commit unbreakSylvestre Gallon
2013-08-10Remove some useless DPRINTF.Sylvestre Gallon
2013-06-03rcsidsTed Unangst
2013-06-03add userland fuse library. ok beck deraadtTed Unangst