summaryrefslogtreecommitdiff
path: root/example/passthrough.c
Commit message (Expand)AuthorAgeFilesLines
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-281-4/+0
* Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André2021-03-181-2/+16
* Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel2021-02-031-1/+1
* Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)Alan Somers2021-01-011-2/+4
* State GPL version in comment (#485)Dr. David Alan Gilbert2020-03-131-1/+1
* examples: mark ops variables constant (#496)zsugabubus2020-01-301-1/+1
* Implement lseek operation (#457)Yuri Per2019-11-031-0/+23
* passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers2019-05-151-10/+7
* examples: add copy_file_range() support to passthrough(_fh)Niels de Vos2018-11-191-0/+45
* Added public fuse_lib_help(), bumped minor versionNikolaus Rath2017-07-081-1/+1
* Revert "example/passthrough.c: add debugging code for issue #157."Nikolaus Rath2017-05-311-9/+2
* example/passthrough.c: add debugging code for issue #157.Nikolaus Rath2017-05-251-2/+9
* passthrough: implemented create()Nikolaus Rath2017-04-071-0/+14
* example/passthrough: use fi->fh for read, write, fallocateNikolaus Rath2017-04-071-7/+21
* passthrough:truncate(): work on file descriptor when possibleNikolaus Rath2017-04-071-2/+4
* example/passthrough: close open files in release()Nikolaus Rath2017-04-071-5/+2
* passthrough, passthrough_fh: disable attribute cachingNikolaus Rath2017-04-071-0/+12
* Fix a grammatical error.Jay Hankins2016-12-041-1/+1
* Clean-up doxygen documentationNikolaus Rath2016-10-281-4/+3
* fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath2016-10-201-0/+9
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath2016-10-151-5/+15
* Renamed some examples to make their function more obviousNikolaus Rath2016-10-091-0/+432