summaryrefslogtreecommitdiffstats
path: root/lib/libfuse/fuse_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reformat debug output to one line per opcode to make it easier tohelg2018-05-211-8/+4
* Fix fuse node lookups. Currently fusefs nodes in the kernel remember thenatano2016-09-071-11/+40
* Add missing strdup NULL checks; from Ray Lai.okan2016-05-241-2/+6
* It is better to check the asprintf return value for -1 instead of thereyk2015-06-031-5/+5
* Add support for 255 character file names in fuse.syl2014-04-281-4/+8
* check return values in libfuse.syl2014-02-051-2/+4
* Add support for FBT_RECLAIM that allow us to free the representationsyl2013-12-031-1/+35
* Fix some different signedness error. this commit make clang happier.syl2013-10-071-2/+3
* Fix an ino_t inconsistency in libfuse. This commit unbreaksyl2013-09-211-3/+4
* Remove some useless DPRINTF.syl2013-08-101-3/+1
* rcsidstedu2013-06-031-0/+1
* add userland fuse library. ok beck deraadttedu2013-06-031-0/+140