summaryrefslogtreecommitdiffstats
path: root/lib/libfuse/fuse_ops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix fuse node lookups. Currently fusefs nodes in the kernel remember thenatano2016-09-071-13/+24
* Use struct stat for storing attributes in fusebufs, because using structnatano2016-08-301-56/+31
* check return values in libfuse.syl2014-02-051-8/+234
* Add fuse support for IO_APPEND.syl2014-01-291-3/+1
* Fix .readdir() code following what is done in .getdir().syl2014-01-231-16/+12
* hook mknod() if create() implementation is not present.syl2014-01-201-3/+9
* Add support for mknod in fuse.syl2014-01-161-1/+32
* Call fuse callbacks on FBT_INIT and FBT_DESTROY.syl2014-01-021-3/+21
* Add support for truncate in fuse.syl2013-12-201-1/+9
* Fix issues with dirent returning junk due to removal of bzero in version 1.14.beck2013-12-091-4/+5
* Does not append a NUL character to buf in readlink(2).syl2013-12-031-3/+14
* Add support for FBT_RECLAIM that allow us to free the representationsyl2013-12-031-1/+18
* Fix a big memory leak in libfuse.syl2013-11-211-11/+10
* 1) our dirent entries are now 8 byte aligned.guenther2013-10-081-4/+5
* Fix some different signedness error. this commit make clang happier.syl2013-10-071-7/+8
* Remove an unused variable and a useless bzerosyl2013-10-071-3/+1
* Refactor fb_len and fb_err handling in libfuse.syl2013-10-071-73/+13
* Remove useless debug code from libfusesyl2013-10-071-9/+2
* Adapt libfuse to FUSE kernel changessyl2013-10-071-19/+31
* Remove some useless DPRINTF.syl2013-08-101-24/+2
* Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther2013-08-081-12/+13
* hard code default values in the struct stat returned by getattr.syl2013-06-141-1/+8
* rename should be working now, from Sylvestre Gallontedu2013-06-051-1/+31
* fix readdir, from sylvestretedu2013-06-041-3/+5
* rcsidstedu2013-06-031-0/+1
* add userland fuse library. ok beck deraadttedu2013-06-031-0/+884