summaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAgeFilesLines
* Add support for running xfstests.HEADmasterNikolaus Rath2023-05-121-2/+56
* Do not daemonize to earlyNikolaus Rath2023-05-121-2/+3
* Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens2023-04-121-2/+7
* Fix compiler warning in hello_ll.c (#760)Nikolaus Rath2023-04-011-2/+4
* Add unit tests for setxattr() et alNikolaus Rath2023-04-011-5/+54
* Fix typos and configure spellcheck for PRsYaroslav Halchenko2023-03-292-2/+2
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-287-19/+1
* use off_t over __off64_tpsykose2023-01-151-2/+2
* passthrough_hp: Avoid a bit code dup in readdirBernd Schubert2023-01-131-14/+9
* passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert2023-01-131-2/+29
* Support application-defined I/O functions for FUSE fdTofik Sonono2023-01-102-3/+361
* Test for fuse_lowlevel_notify_expire_entry.HereThereBeDragons2023-01-061-5/+18
* adding comments and capability discovery, enum for flags moved to top of fileHereThereBeDragons2023-01-061-0/+2
* fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert2022-09-041-5/+9
* Passthrough_ll should display cmd line optionsDharmendra singh2022-04-081-0/+18
* passthrough_hp: Disable splice with the --nosplice optionBernd Schubert2022-03-311-7/+13
* passthrough_hp: Fix inode ref in sfs_unlinkBernd Schubert2022-03-311-0/+26
* Merge branch 'master' into fopen_noflushNikolaus Rath2022-03-141-2/+0
|\
| * Removed duplicates code. (#642)David Galeano2022-02-111-2/+0
* | Add support for FOPEN_NOFLUSH flagAmir Goldstein2022-01-031-0/+1
|/
* passthrough_hp: excercise reusing inode numbersAmir Goldstein2021-06-141-7/+50
* Cuse example: Fix memory leak (#607)Christian Menges2021-06-091-5/+11
* Fix memory leaks in examples (#604)Christian Menges2021-05-092-1/+17
* Bump cxxopts from 2.2.0 to 2.2.1 (#602)Christian Menges2021-05-091-41/+78
* Fix doxygen warnings. (#600)Junichi Uekawa2021-05-072-3/+3
* Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André2021-03-181-2/+16
* 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