aboutsummaryrefslogtreecommitdiff
path: root/example/passthrough.c
AgeCommit message (Expand)Author
2018-11-19examples: add copy_file_range() support to passthrough(_fh)Niels de Vos
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
2017-05-31Revert "example/passthrough.c: add debugging code for issue #157."Nikolaus Rath
2017-05-25example/passthrough.c: add debugging code for issue #157.Nikolaus Rath
2017-04-07passthrough: implemented create()Nikolaus Rath
2017-04-07example/passthrough: use fi->fh for read, write, fallocateNikolaus Rath
2017-04-07passthrough:truncate(): work on file descriptor when possibleNikolaus Rath
2017-04-07example/passthrough: close open files in release()Nikolaus Rath
2017-04-07passthrough, passthrough_fh: disable attribute cachingNikolaus Rath
2016-12-04Fix a grammatical error.Jay Hankins
2016-10-28Clean-up doxygen documentationNikolaus Rath
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath