aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough_hp.cc
AgeCommit message (Expand)AuthorLines
2025-08-22Fix passthrough_hp.cc indentationBernd Schubert-14/+14
2025-08-22Allow applications to retrieve the req payload (io-uring only)Bernd Schubert-4/+32
2025-07-13example/passthrough: refactor fallocateCismonX-9/+4
2025-06-27license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txtizxl007-1/+1
2025-06-27passthrough_hp: Fix unused function warningGleb Popov-1/+1
2025-06-25passthrough_hp: Fix compilation on systems without O_TMPFILE supportGleb Popov-1/+4
2025-06-25passthrough_hp: Abstract out the fd -> path transitionGleb Popov-12/+31
2025-06-25examples: Guard inclusions of Linux headers with appropriate ifdefsGleb Popov-0/+2
2025-06-17example/passthrough_hp: Show fuse lowlevel help optionsBernd Schubert-0/+2
2025-06-17Reformat passthrough_hp with clang-formatBernd Schubert-1260/+1300
2025-06-05Update how to use the io_uring and io_uring_q_depth mount optionsizxl007-21/+2
2025-04-28passthrough_hp: Add io-uring optionsBernd Schubert-4/+25
2025-04-07fuse_lowlevel: Set bufsize if HAVE_SPLICE is not define and avoid raceBernd Schubert-0/+3
2025-02-12passthrough_hp: enable splice move by defaultJoanne Koong-3/+5
2024-11-27support FUSE_TMPFILE in the low level APIHorst Birthelmer-0/+81
2024-11-13Add FUSE_CAP_NO_EXPORT and use it in passthrough_hpBernd Schubert-0/+10
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