aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André
2019-03-08Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers
2019-02-25hello_ll: Fix null pointer dereference (#363)Forty-Bot
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-24Don't segfault when called with -h.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-08-25Make meson build scripts subprojects friendlyMartin Blanchard
2018-07-23example/{hello,null}: Fix memory leaksRostislav Skudnov
2018-04-13Invert calloc(3) argument order (`nmemb` comes first)Tomohiro Kusumi
2018-03-28Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Tomohiro Kusumi
2018-01-15Fix typo in "passthrough" docstring (#229)Mateusz Urbańczyk
2017-11-27Spelling (#223)Josh Soref
2017-09-25Removed unneccessary #include <config.h> from examplesNikolaus Rath
2017-08-25example/ioctl: build on FreeBSD, but add protocol check instead.Nikolaus Rath
2017-08-25examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Nikolaus Rath
2017-08-24printcap: use temporary directory, not fileNikolaus Rath
2017-08-24passthrough_ll: only active EXPORT_SUPPORT of supported by kernel.Nikolaus Rath
2017-08-24Dropped support for building with autotoolsNikolaus Rath
2017-08-24Renamed notify_inval_inode_fh to invalidate_pathNikolaus Rath
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki
2017-08-23Added examples/printcapNikolaus Rath
2017-08-22Make passthrough_fh work under FreeBSD.Nikolaus Rath
2017-08-22Fix two compiler warnings.Nikolaus Rath
2017-08-11Don't build passthrough_ll under BSD.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-08-01Fix compiler warnings of gcc-5.4.xBanglang
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-31notify_store_retrieve(): fix race on unmountNikolaus Rath