aboutsummaryrefslogtreecommitdiffstats
path: root/example
AgeCommit message (Expand)AuthorLines
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
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