aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough.c
AgeCommit message (Expand)AuthorLines
2021-03-18Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André-2/+16
2021-02-03Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel-1/+1
2021-01-01Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)Alan Somers-2/+4
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-1/+1
2020-01-30examples: mark ops variables constant (#496)zsugabubus-1/+1
2019-11-03Implement lseek operation (#457)Yuri Per-0/+23
2019-05-15passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers-10/+7
2018-11-19examples: add copy_file_range() support to passthrough(_fh)Niels de Vos-0/+45
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-1/+1
2017-05-31Revert "example/passthrough.c: add debugging code for issue #157."Nikolaus Rath-9/+2
2017-05-25example/passthrough.c: add debugging code for issue #157.Nikolaus Rath-2/+9
2017-04-07passthrough: implemented create()Nikolaus Rath-0/+14
2017-04-07example/passthrough: use fi->fh for read, write, fallocateNikolaus Rath-7/+21
2017-04-07passthrough:truncate(): work on file descriptor when possibleNikolaus Rath-2/+4
2017-04-07example/passthrough: close open files in release()Nikolaus Rath-5/+2
2017-04-07passthrough, passthrough_fh: disable attribute cachingNikolaus Rath-0/+12
2016-12-04Fix a grammatical error.Jay Hankins-1/+1
2016-10-28Clean-up doxygen documentationNikolaus Rath-4/+3
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath-0/+9
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath-5/+15
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath-0/+432