aboutsummaryrefslogtreecommitdiff
path: root/example/passthrough_ll.c
AgeCommit message (Expand)Author
2019-01-22passthrough_ll: lo_create() should honor CACHE_NEVER (#345)Miklos Szeredi
2018-12-29Fixed memory leak.Nikolaus Rath
2018-11-27Fix fd/inode leakNikolaus Rath
2018-11-24Avoid needless telldir() call.Nikolaus Rath
2018-11-24Fixed lookup-count leak in do_readdir().Nikolaus Rath
2018-11-19examples: add copy_file_range() support to passthrough(_fh)Niels de Vos
2018-11-09Don't crash if mountpoint is not specified.Nikolaus Rath
2018-10-10passthrough_ll: initialize unused memoryMiklos Szeredi
2018-10-10passthrough_ll: allow configuring cachingMiklos Szeredi
2018-10-10passthrough_ll: add *xattr() operationsMiklos Szeredi
2018-10-10passthrough_ll: add flock()Miklos Szeredi
2018-10-10passthrough_ll: whitespace cleanupMiklos Szeredi
2018-10-10passthrough_ll: add forget_multi()Vivek Goyal
2018-10-10passthrough_ll: add source optionVivek Goyal
2018-10-10passthrough_ll: add some of the missing operationsMiklos Szeredi
2018-10-10passthrough_ll: add is_symlink to lo_inodeMiklos Szeredi
2018-10-10passthrough_ll: set umask at startupMiklos Szeredi
2018-10-10passthrough_ll: fix refcount for "." and ".." entriesMiklos Szeredi
2018-10-10passthrough_ll: add locking to inode cacheMiklos Szeredi
2018-04-13Invert calloc(3) argument order (`nmemb` comes first)Tomohiro Kusumi
2018-01-15Fix typo in "passthrough" docstring (#229)Mateusz UrbaƄczyk
2017-09-25Removed unneccessary #include <config.h> from examplesNikolaus Rath
2017-08-24passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.Nikolaus Rath
2017-08-06Added writeback cache to passthrough_llNikolaus Rath
2017-08-06Removed compat stuff in passthrough_llNikolaus Rath
2017-08-04passthrough_ll: added more debugging outputNikolaus Rath
2017-08-03Fix compilation on 32bit systemsNikolaus Rath
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
2017-06-05examples/passthrough_ll: added support for create()Nikolaus Rath
2017-06-05example/passthrough_ll: added write supportNikolaus Rath
2017-05-25passthrough_ll: document that fuse_ino_t and uintptr_t sizes must matchNikolaus Rath
2017-04-07passthrough_ll: document that functionality is restrictedNikolaus Rath
2017-03-15passthrough_fh: declare support for . and .. lookups.Nikolaus Rath
2016-11-28examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro).Przemyslaw Pawelczyk
2016-11-28examples/passthrough_ll.c: Close root fd before application ends.Przemyslaw Pawelczyk
2016-11-28examples/passthrough_ll.c: Fix segfault when showing help or version.Przemyslaw Pawelczyk
2016-10-28Clean-up doxygen documentationNikolaus Rath
2016-10-15Make --help output more suitable for end-userNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath