summaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAgeFilesLines
* Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel2021-02-031-1/+1
* Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)Alan Somers2021-01-011-2/+4
* examples/cuse_client: add include file to eliminate compiler warning (#568)Rethan2020-11-242-0/+2
* example/cuse_client.c: fix fd leakage problemZhiqiang Liu2020-11-061-4/+10
* ioctl_client.c: fix potential fd leakage problemZhiqiang Liu2020-11-061-3/+8
* Allow caching symlinks in kernel page cache. (#551)Etienne Dublé2020-09-201-0/+2
* Updated example code to work with new API (#547)AKowshik2020-09-096-18/+42
* Fixed typo in command to compile program (#536)AKowshik2020-08-091-1/+1
* passthrough_ll: remove symlink fallbacks (#514)Miklos Szeredi2020-05-142-139/+14
* Do not require C++ compiler for buildingFabrice Fontaine2020-04-201-1/+1
* State GPL version in comment (#485)Dr. David Alan Gilbert2020-03-1319-19/+19
* passthrough_ll: Remove unneeded variable assignment (#501)philmd2020-02-241-2/+0
* Include limits.h because of PATH_MAX usage. (#498)maxice82020-02-041-0/+1
* examples: mark ops variables constant (#496)zsugabubus2020-01-3013-13/+13
* passthrough_ll: Use cache_readdir for directory open (#492)Misono Tomohiro2020-01-241-1/+1
* passthrough_ll: pass correct errno to fuse_reply_err()Dr. David Alan Gilbert2020-01-061-1/+1
* Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos2019-12-311-1/+1
* Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen2019-11-271-0/+2
* Implement lseek operation (#457)Yuri Per2019-11-033-0/+50
* passthrough_ll: drop lo_dirp->fd field (#464)Stefan Hajnoczi2019-11-031-7/+9
* passthrough_ll: use fuse_log() instead of err()/errx()Stefan Hajnoczi2019-09-101-8/+17
* passthrough_ll: use fuse_log()Stefan Hajnoczi2019-09-101-16/+16
* passthrough_ll: fix fallocate variant ifdefs (#449)Dr. David Alan Gilbert2019-09-091-2/+2
* passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers2019-05-153-19/+87
* Fix includes of non-system headers.Nikolaus Rath2019-05-121-2/+2
* Added new example filesystemNikolaus Rath2019-05-093-0/+3363
* Fixed permissions.Nikolaus Rath2019-05-051-0/+0
* Add fallocate and use it instead of posix_fallocate if possible (#398)Liu Bo2019-04-181-0/+7
* Add documentation for opting out of opendir and releasedir (#391)Chad Austin2019-04-161-0/+2
* Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André2019-03-111-1/+1
* Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers2019-03-084-12/+4
* hello_ll: Fix null pointer dereference (#363)Forty-Bot2019-02-251-0/+7
* passthrough_ll: lo_create() should honor CACHE_NEVER (#345)Miklos Szeredi2019-01-221-0/+5
* Fixed memory leak.Nikolaus Rath2018-12-291-5/+0
* Fix fd/inode leakNikolaus Rath2018-11-271-13/+19
* Avoid needless telldir() call.Nikolaus Rath2018-11-241-1/+1
* Fixed lookup-count leak in do_readdir().Nikolaus Rath2018-11-241-3/+7
* Don't segfault when called with -h.Nikolaus Rath2018-11-241-1/+1
* examples: add copy_file_range() support to passthrough(_fh)Niels de Vos2018-11-193-0/+98
* Don't crash if mountpoint is not specified.Nikolaus Rath2018-11-091-0/+7
* passthrough_ll: initialize unused memoryMiklos Szeredi2018-10-101-3/+4
* passthrough_ll: allow configuring cachingMiklos Szeredi2018-10-101-8/+55
* passthrough_ll: add *xattr() operationsMiklos Szeredi2018-10-101-0/+186
* passthrough_ll: add flock()Miklos Szeredi2018-10-101-0/+23
* passthrough_ll: whitespace cleanupMiklos Szeredi2018-10-101-6/+5
* passthrough_ll: add forget_multi()Vivek Goyal2018-10-101-1/+16
* passthrough_ll: add source optionVivek Goyal2018-10-101-2/+19
* passthrough_ll: add some of the missing operationsMiklos Szeredi2018-10-101-1/+324
* passthrough_ll: add is_symlink to lo_inodeMiklos Szeredi2018-10-101-0/+3
* passthrough_ll: set umask at startupMiklos Szeredi2018-10-101-0/+3