aboutsummaryrefslogtreecommitdiffstats
path: root/example
AgeCommit message (Expand)AuthorLines
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-08-25Make meson build scripts subprojects friendlyMartin Blanchard-5/+2
2018-07-23example/{hello,null}: Fix memory leaksRostislav Skudnov-1/+8
2018-04-13Invert calloc(3) argument order (`nmemb` comes first)Tomohiro Kusumi-1/+1
2018-03-28Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Tomohiro Kusumi-1/+1
2018-01-15Fix typo in "passthrough" docstring (#229)Mateusz Urbańczyk-1/+1
2017-11-27Spelling (#223)Josh Soref-1/+1
2017-09-25Removed unneccessary #include <config.h> from examplesNikolaus Rath-28/+0
2017-08-25example/ioctl: build on FreeBSD, but add protocol check instead.Nikolaus Rath-5/+5
2017-08-25examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Nikolaus Rath-6/+8
2017-08-24printcap: use temporary directory, not fileNikolaus Rath-6/+3
2017-08-24passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.Nikolaus Rath-1/+3
2017-08-24Dropped support for building with autotoolsNikolaus Rath-21/+0
2017-08-24Renamed notify_inval_inode_fh to invalidate_pathNikolaus Rath-4/+4
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-2/+296
2017-08-23Added examples/printcapNikolaus Rath-2/+132
2017-08-22Make passthrough_fh work under FreeBSD.Nikolaus Rath-0/+13
2017-08-22Fix two compiler warnings.Nikolaus Rath-1/+1
2017-08-11Don't build passthrough_ll under BSD.Nikolaus Rath-2/+7
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-08-01Fix compiler warnings of gcc-5.4.xBanglang-2/+2
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-12/+12
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-31notify_store_retrieve(): fix race on unmountNikolaus Rath-4/+11
2017-05-31example/notify_store_retrieve: add debugging code for issue #105.Nikolaus Rath-2/+10
2017-05-31Revert "example/passthrough.c: add debugging code for issue #157."Nikolaus Rath-9/+2
2017-05-25passthrough_ll: document that fuse_ino_t and uintptr_t sizes must matchNikolaus Rath-0/+13
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/+24
2017-04-07passthrough_ll: document that functionality is restrictedNikolaus Rath-1/+5
2017-03-28hello.c: don't use constant instead of magic numberguraga-1/+1