aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough_ll.c
AgeCommit message (Expand)AuthorLines
2020-09-09Updated example code to work with new API (#547)AKowshik-3/+7
2020-05-14passthrough_ll: remove symlink fallbacks (#514)Miklos Szeredi-70/+8
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-1/+1
2020-02-24passthrough_ll: Remove unneeded variable assignment (#501)philmd-2/+0
2020-01-30examples: mark ops variables constant (#496)zsugabubus-1/+1
2020-01-24passthrough_ll: Use cache_readdir for directory open (#492)Misono Tomohiro-1/+1
2020-01-06passthrough_ll: pass correct errno to fuse_reply_err()Dr. David Alan Gilbert-1/+1
2019-11-03Implement lseek operation (#457)Yuri Per-0/+14
2019-11-03passthrough_ll: drop lo_dirp->fd field (#464)Stefan Hajnoczi-7/+9
2019-09-10passthrough_ll: use fuse_log() instead of err()/errx()Stefan Hajnoczi-8/+17
2019-09-10passthrough_ll: use fuse_log()Stefan Hajnoczi-16/+16
2019-09-09passthrough_ll: fix fallocate variant ifdefs (#449)Dr. David Alan Gilbert-2/+2
2019-05-15passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers-9/+4
2019-04-18Add fallocate and use it instead of posix_fallocate if possible (#398)Liu Bo-0/+7
2019-01-22passthrough_ll: lo_create() should honor CACHE_NEVER (#345)Miklos Szeredi-0/+5
2018-12-29Fixed memory leak.Nikolaus Rath-5/+0
2018-11-27Fix fd/inode leakNikolaus Rath-13/+19
2018-11-24Avoid needless telldir() call.Nikolaus Rath-1/+1
2018-11-24Fixed lookup-count leak in do_readdir().Nikolaus Rath-3/+7
2018-11-19examples: add copy_file_range() support to passthrough(_fh)Niels de Vos-0/+30
2018-11-09Don't crash if mountpoint is not specified.Nikolaus Rath-0/+7
2018-10-10passthrough_ll: initialize unused memoryMiklos Szeredi-3/+4
2018-10-10passthrough_ll: allow configuring cachingMiklos Szeredi-8/+55
2018-10-10passthrough_ll: add *xattr() operationsMiklos Szeredi-0/+186
2018-10-10passthrough_ll: add flock()Miklos Szeredi-0/+23
2018-10-10passthrough_ll: whitespace cleanupMiklos Szeredi-6/+5
2018-10-10passthrough_ll: add forget_multi()Vivek Goyal-1/+16
2018-10-10passthrough_ll: add source optionVivek Goyal-2/+19
2018-10-10passthrough_ll: add some of the missing operationsMiklos Szeredi-1/+324
2018-10-10passthrough_ll: add is_symlink to lo_inodeMiklos Szeredi-0/+3
2018-10-10passthrough_ll: set umask at startupMiklos Szeredi-0/+3
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