summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse_ops.c
AgeCommit message (Expand)Author
2014-02-05check return values in libfuse.Sylvestre Gallon
2014-01-29Add fuse support for IO_APPEND.Sylvestre Gallon
2014-01-23Fix .readdir() code following what is done in .getdir().Sylvestre Gallon
2014-01-20hook mknod() if create() implementation is not present.Sylvestre Gallon
2014-01-16Add support for mknod in fuse.Sylvestre Gallon
2014-01-02Call fuse callbacks on FBT_INIT and FBT_DESTROY.Sylvestre Gallon
2013-12-20Add support for truncate in fuse.Sylvestre Gallon
2013-12-09Fix issues with dirent returning junk due to removal of bzero in version 1.14.Bob Beck
2013-12-03Does not append a NUL character to buf in readlink(2).Sylvestre Gallon
2013-12-03Add support for FBT_RECLAIM that allow us to free the representationSylvestre Gallon
2013-11-21Fix a big memory leak in libfuse.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-08-10Remove some useless DPRINTF.Sylvestre Gallon
2013-08-08Prep for big ino_t: cast to unsigned long long and format with %ll or %qPhilip Guenther
2013-06-14hard code default values in the struct stat returned by getattr.syl
2013-06-05rename should be working now, from Sylvestre GallonTed Unangst
2013-06-04fix readdir, from sylvestreTed Unangst
2013-06-03rcsidsTed Unangst
2013-06-03add userland fuse library. ok beck deraadtTed Unangst