aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2020-09-20Allow caching symlinks in kernel page cache. (#551)Etienne Dublé
2020-09-09Updated example code to work with new API (#547)AKowshik
2020-08-09Fixed typo in command to compile program (#536)AKowshik
2020-05-14passthrough_ll: remove symlink fallbacks (#514)Miklos Szeredi
2020-04-20Do not require C++ compiler for buildingFabrice Fontaine
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert
2020-02-24passthrough_ll: Remove unneeded variable assignment (#501)philmd
2020-02-04Include limits.h because of PATH_MAX usage. (#498)maxice8
2020-01-30examples: mark ops variables constant (#496)zsugabubus
2020-01-24passthrough_ll: Use cache_readdir for directory open (#492)Misono Tomohiro
2020-01-06passthrough_ll: pass correct errno to fuse_reply_err()Dr. David Alan Gilbert
2019-12-31Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos
2019-11-27Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen
2019-11-03Implement lseek operation (#457)Yuri Per
2019-11-03passthrough_ll: drop lo_dirp->fd field (#464)Stefan Hajnoczi
2019-09-10passthrough_ll: use fuse_log() instead of err()/errx()Stefan Hajnoczi
2019-09-10passthrough_ll: use fuse_log()Stefan Hajnoczi
2019-09-09passthrough_ll: fix fallocate variant ifdefs (#449)Dr. David Alan Gilbert
2019-05-15passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers
2019-05-12Fix includes of non-system headers.Nikolaus Rath
2019-05-09Added new example filesystemNikolaus Rath
2019-05-05Fixed permissions.Nikolaus Rath
2019-04-18Add fallocate and use it instead of posix_fallocate if possible (#398)Liu Bo
2019-04-16Add documentation for opting out of opendir and releasedir (#391)Chad Austin
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