summaryrefslogtreecommitdiff
path: root/lib/libfuse
AgeCommit message (Expand)Author
2013-11-11In fuse_loop(), use ssize_t to store return values from read(2) and write(2).Stefan Sperling
2013-11-09Simplify fuse_unmount(). No functional change.Stefan Sperling
2013-11-09Properly check realpath() return value during argv processing in libfuse.Stefan Sperling
2013-11-07add fuse_invalidate() and fuse_setup() functions.Sylvestre Gallon
2013-11-06Handle fuse client private data. Needed by encfs.Sylvestre Gallon
2013-11-04fuse_opt_insert_arg() can take empty string as argument.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-081) our dirent entries are now 8 byte aligned.Philip Guenther
2013-10-07Fix some different signedness error. this commit make clang happier.Sylvestre Gallon
2013-10-07Remove an unused variable and a useless bzeroSylvestre Gallon
2013-10-07Refactor fb_len and fb_err handling in libfuse.Sylvestre Gallon
2013-10-07Remove useless debug code from libfuseSylvestre Gallon
2013-10-07Adapt libfuse to FUSE kernel changesSylvestre Gallon
2013-09-21Fix an ino_t inconsistency in libfuse. This commit unbreakSylvestre Gallon
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-08-10Plug fd and mem leak in fuse_open's error path. ok syl@Jeremie Courreges-Anglas
2013-08-10Remove some useless DPRINTF.Sylvestre Gallon
2013-08-08rename fuse docs after existent functions;Jason McIntyre
2013-08-08Prep for big ino_t: cast to unsigned long long and format with %ll or %qPhilip Guenther
2013-07-11Merge fuse_opt code with stsp@ fuse_opt code.syl
2013-07-05Add support for fuse_teardown(3). This functionsyl
2013-07-05various tidy up;Jason McIntyre
2013-06-21Make fuse device clonable.syl
2013-06-15s/zlib/fuse/ in comment.Jasper Lievisse Adriaanse
2013-06-14style change.syl
2013-06-14hard code default values in the struct stat returned by getattr.syl
2013-06-14Add support for fuse_get_context(3) needed by ntfs-3g.syl
2013-06-14add support for fuse_version(3). Needed by ntfs-3g.syl
2013-06-12style for loopsTed Unangst
2013-06-12correct realloc usageTed Unangst
2013-06-12styleTed Unangst
2013-06-12fuse_opt support from SylvestreTed Unangst
2013-06-12some simple initial fixes; this file still needs read properlyJason McIntyre
2013-06-05rename should be working now, from Sylvestre GallonTed Unangst
2013-06-04fix readdir, from sylvestreTed Unangst
2013-06-03first stab at rewordingTed Unangst
2013-06-035.4Ted Unangst
2013-06-03rcsidsTed Unangst
2013-06-03add userland fuse library. ok beck deraadtTed Unangst