summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse_ops.c
AgeCommit message (Expand)Author
2018-07-16Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).helg
2018-06-08Minor cleanup in ifuse_ops_setattr.helg
2018-05-22Implement support for libfuse use_ino option. This returns the filehelg
2018-05-21Reformat debug output to one line per opcode to make it easier tohelg
2018-05-20Implement FBT_FLUSH. This is sent whenever a file descriptor is closed withhelg
2018-05-16libfuse should not maintain state for FBT_READDIR. If a directory ishelg
2018-05-15Use memset(3) instead of bzero(3) for consistency and as per POSIXhelg
2017-11-30vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can'thelg
2017-11-17Fixes the following bugs when getcwd(3) is used on a fuse file systemhelg
2016-09-07Fix fuse node lookups. Currently fusefs nodes in the kernel remember theMartin Natano
2016-08-30Use struct stat for storing attributes in fusebufs, because using structMartin Natano
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