aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough_hp.cc
AgeCommit message (Expand)AuthorLines
2024-11-13Add fuse_set_feature_flag() / fuse_unset_feature_flagBernd Schubert-16/+9
2024-09-19passthrough_hp: Use fuse_loop_cfg_set_max_threads()Bernd Schubert-1/+1
2024-09-13example/passthrough_hp: Set keep_cache and noflush in sfs_createBernd Schubert-2/+3
2024-09-13example/passthrough_hp: No auto FOPEN_DIRECT_IO in passthrough modeBernd Schubert-22/+27
2024-09-12getattr: Make use of FUSE_GETATTR_FH in lowlevel examplesBernd Schubert-5/+5
2024-08-01example/passthrough_hp: Remove unused includesBernd Schubert-4/+0
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-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/+3
2024-05-13Enable passthrough mode for read/write operations (#919)Amir Goldstein-2/+64
2024-04-02Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)Bernd Schubert-3/+0
2024-02-26Enable direct IO for passthrough examples when open has flag O_DIRECTyangyun-0/+6
2024-02-23passthrough_example: make parallel_direct_writes more clearlyyangyun-0/+6
2024-01-10Add FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hpBernd Schubert-0/+4
2023-10-12passthrough_hp: Fix clone-fd option (#850)SteveYang-0/+2
2023-10-11Enabled parallel direct IO writes for passthrough examplesBernd Schubert-0/+4
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-05-12Add support for running xfstests.Nikolaus Rath-2/+56
2023-05-12Do not daemonize to earlyNikolaus Rath-2/+3
2023-03-29Fix typos and configure spellcheck for PRsYaroslav Halchenko-1/+1
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-4/+0
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
2022-09-04fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert-5/+9
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
2022-01-03Add support for FOPEN_NOFLUSH flagAmir Goldstein-0/+1
2021-06-14passthrough_hp: excercise reusing inode numbersAmir Goldstein-7/+50
2021-05-09Fix memory leaks in examples (#604)Christian Menges-1/+5
2020-05-14passthrough_ll: remove symlink fallbacks (#514)Miklos Szeredi-69/+6
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-1/+1
2020-02-04Include limits.h because of PATH_MAX usage. (#498)maxice8-0/+1
2019-05-12Fix includes of non-system headers.Nikolaus Rath-2/+2
2019-05-09Added new example filesystemNikolaus Rath-0/+1280