aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough_ll.c
AgeCommit message (Expand)AuthorLines
2018-10-10passthrough_ll: fix refcount for "." and ".." entriesMiklos Szeredi-7/+19
2018-10-10passthrough_ll: add locking to inode cacheMiklos Szeredi-26/+51
2018-04-13Invert calloc(3) argument order (`nmemb` comes first)Tomohiro Kusumi-1/+1
2018-01-15Fix typo in "passthrough" docstring (#229)Mateusz UrbaƄczyk-1/+1
2017-09-25Removed unneccessary #include <config.h> from examplesNikolaus Rath-4/+0
2017-08-24passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.Nikolaus Rath-1/+3
2017-08-06Added writeback cache to passthrough_llNikolaus Rath-2/+46
2017-08-06Removed compat stuff in passthrough_llNikolaus Rath-42/+0
2017-08-04passthrough_ll: added more debugging outputNikolaus Rath-1/+20
2017-08-03Fix compilation on 32bit systemsNikolaus Rath-6/+6
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-1/+1
2017-06-05examples/passthrough_ll: added support for create()Nikolaus Rath-1/+23
2017-06-05example/passthrough_ll: added write supportNikolaus Rath-1/+21
2017-05-25passthrough_ll: document that fuse_ino_t and uintptr_t sizes must matchNikolaus Rath-0/+13
2017-04-07passthrough_ll: document that functionality is restrictedNikolaus Rath-1/+5
2017-03-15passthrough_fh: declare support for . and .. lookups.Nikolaus Rath-0/+8
2016-11-28examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro).Przemyslaw Pawelczyk-0/+1
2016-11-28examples/passthrough_ll.c: Close root fd before application ends.Przemyslaw Pawelczyk-0/+3
2016-11-28examples/passthrough_ll.c: Fix segfault when showing help or version.Przemyslaw Pawelczyk-1/+2
2016-10-28Clean-up doxygen documentationNikolaus Rath-4/+3
2016-10-15Make --help output more suitable for end-userNikolaus Rath-2/+1
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-1/+0
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath-1/+1
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath-0/+522