aboutsummaryrefslogtreecommitdiffstats
path: root/example
AgeCommit message (Expand)AuthorLines
2024-08-19Fix FUSE_USE_VERSION in example/notify_store_retrieve.cyangyun-1/+1
2024-08-01example/passthrough_hp: Remove unused includesBernd Schubert-4/+0
2024-08-01Fix FUSE_USE_VERSION in example/Bernd Schubert-3/+3
2024-07-30example/passthrough_hp: Fix . and .. readdir lookup countBernd Schubert-5/+7
2024-07-14Add syslog and fatal signal handler featureBernd Schubert-1/+10
2024-07-08passthrough_hp: include . and .. in readdirJoanne Koong-5/+10
2024-07-08example/notify_inval_entry.c: improve comment readabilitydesertwitch-2/+2
2024-07-08example/notify_inval_entry.c: fix example command in commentsdesertwitch-1/+1
2024-06-25Fix wrong use of the EBADFD errnoCismonX-5/+5
2024-06-25Do not build the hello_ll_uds example for *BSDCismonX-2/+2
2024-06-07libfuse: have passthrough_hp return an error with invalid mount optionsJosef Bacik-0/+1
2024-06-04Add support for no_interrupt (#956)yangyun50-0/+57
2024-05-13Enable passthrough mode for read/write operations (#919)Amir Goldstein-2/+64
2024-04-20example/: Convert all fuse_session_loop_mt users to 3.12 API (#931)Bernd Schubert-21/+36
2024-04-20passthrough_ll: fix fd leaks in lo_destroy() (#929)legezywzh-0/+1
2024-04-02Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)Bernd Schubert-6/+0
2024-03-29Add support for FUSE_CAP_HANDLE_KILLPRIV_V2Bernd Schubert-0/+8
2024-03-20Add FUSE_FILL_DIR_DEFAULTS enum (#903)FredyVia-10/+10
2024-03-20Fix example/fix-notify_inval_inode.c (#908)Bernd Schubert-5/+27
2024-03-20Fix use-after-free in example/poll.cBernd Schubert-6/+16
2024-02-26example/notify_store_retrieve: Fix races and handle errorsBernd Schubert-11/+38
2024-02-26Enable direct IO for passthrough examples when open has flag O_DIRECTyangyun-0/+28
2024-02-23passthrough_example: make parallel_direct_writes more clearlyyangyun-4/+26
2024-01-10Add FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hpBernd Schubert-0/+4
2023-12-28examples/notify_store_retrieve: Add a clean shutdownBernd Schubert-11/+20
2023-12-17Allow *xattr operations on root directory (ino 1)amitgeron-3/+3
2023-10-12passthrough_hp: Fix clone-fd option (#850)SteveYang-0/+2
2023-10-11Enabled parallel direct IO writes for passthrough examplesBernd Schubert-0/+13
2023-10-10Fix typo in commentNikolaus Rath-1/+1
2023-09-23passthrough-hp: Fix --clone-fdBernd Schubert-3/+2
2023-09-23passthough_hp: Add a direct-io optionBernd Schubert-2/+12
2023-07-01Add missing include.Nikolaus Rath-0/+1
2023-06-30Make expire only function fail if no kernel support (#789)HereThereBeDragons-8/+33
2023-05-12Add support for running xfstests.Nikolaus Rath-2/+56
2023-05-12Do not daemonize to earlyNikolaus Rath-2/+3
2023-04-12Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens-2/+7
2023-04-01Fix compiler warning in hello_ll.c (#760)Nikolaus Rath-2/+4
2023-04-01Add unit tests for setxattr() et alNikolaus Rath-5/+54
2023-03-29Fix typos and configure spellcheck for PRsYaroslav Halchenko-2/+2
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-19/+1
2023-01-15use off_t over __off64_tpsykose-2/+2
2023-01-13passthrough_hp: Avoid a bit code dup in readdirBernd Schubert-14/+9
2023-01-13passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert-2/+29
2023-01-10Support application-defined I/O functions for FUSE fdTofik Sonono-3/+361
2023-01-06Test for fuse_lowlevel_notify_expire_entry.HereThereBeDragons-5/+18
2023-01-06adding comments and capability discovery, enum for flags moved to top of fileHereThereBeDragons-0/+2
2022-09-04fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert-5/+9
2022-04-08Passthrough_ll should display cmd line optionsDharmendra singh-0/+18
2022-03-31passthrough_hp: Disable splice with the --nosplice optionBernd Schubert-7/+13
2022-03-31passthrough_hp: Fix inode ref in sfs_unlinkBernd Schubert-0/+26