aboutsummaryrefslogtreecommitdiffstats
path: root/example
AgeCommit message (Expand)AuthorLines
2025-08-22Allow applications to retrieve the req payload (io-uring only)Bernd Schubert-4/+32
2025-07-21example/memfs_ll: Avoid nullptr field initializations by pragmaBernd Schubert-29/+3
2025-07-16memfs_ll: fix deadlock in truncate operationLong Li-1/+0
2025-07-16Add statx supportJoanne Koong-0/+70
2025-07-15Switch to c++20Bernd Schubert-1/+1
2025-07-13example/passthrough: support fspacectl()CismonX-0/+13
2025-07-13example/passthrough: tidy up passthrough_helpers.hCismonX-5/+17
2025-07-13example/passthrough: refactor fallocateCismonX-39/+27
2025-06-27license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txtizxl007-21/+21
2025-06-27passthrough_hp: Fix unused function warningGleb Popov-1/+1
2025-06-27memfs_ll: Fix unused variable warningGleb Popov-0/+2
2025-06-25meson: Enable building C++ examples on FreeBSDGleb 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-25memfs_ll: Fix compiling on non-Linux OSesGleb Popov-0/+2
2025-06-25examples: Guard inclusions of Linux headers with appropriate ifdefsGleb Popov-1/+5
2025-06-18example/ioctl_client: Delete the redundant commentizxl007-2/+0
2025-06-18tests: example: add new test for increment epochLuis Henriques-10/+37
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-23example: fix memfs_rename deadlock errorswj-4/+5
2025-04-16conn: prevent duplicate flag conversion in high-level interfaceBernd Schubert-2/+2
2025-04-07fuse_lowlevel: Set bufsize if HAVE_SPLICE is not define and avoid raceBernd Schubert-0/+3
2025-04-02example: add usdt.btJoanne Koong-0/+19
2025-03-27example: Add a compilation instruction in README.compileizxl007-0/+4
2025-03-26example/hello_ll.c: Improve the compilation commentsizxl007-0/+4
2025-03-24fuse: Fix want flag conversionBernd Schubert-0/+9
2025-02-17example/hello_ll_uds: Switch to %zu and avoid 32bit build warningBernd Schubert-2/+2
2025-02-17Fix build of example/memfs_ll.cc on 32 bit architecturesLaszlo Boszormenyi (GCS)-2/+2
2025-02-12passthrough_hp: enable splice move by defaultJoanne Koong-3/+5
2025-02-10Build fixes for -OgBernd Schubert-1/+1
2025-01-03example/passthrough: Enable testing of readdirplus without fill offsetsAmir Goldstein-6/+13
2025-01-03Fix build of memfs_ll without manual meson reconfigureAmir Goldstein-0/+1
2025-01-01passthrough_ll: set correct keep_cache flag in opendir (#1083)Amir Goldstein-1/+3
2024-12-30Add 64-bit conn::{capable,want}_ext fieldsBernd Schubert-69/+66
2024-12-13examples: Add memfs_ll.ccBernd Schubert-0/+1159
2024-11-27support FUSE_TMPFILE in the low level APIHorst Birthelmer-19/+168
2024-11-13Add FUSE_CAP_NO_EXPORT and use it in passthrough_hpBernd Schubert-1/+13
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-6/+7
2024-08-26remove unused headers in example/poll_clientyangyun-1/+0
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