aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-08-19Fix FUSE_USE_VERSION in example/notify_store_retrieve.cyangyun-1/+1
2024-08-07doc/libfuse-operations: Fix FUSE_STATX in_args[1] descriptionJoanne Koong-1/+1
2024-08-02Fix program-path in util/parse-backtrace and dump_stack functionBernd Schubert-4/+4
2024-08-01example/passthrough_hp: Remove unused includesBernd Schubert-4/+0
2024-08-01Fix FUSE_USE_VERSION in example/Bernd Schubert-3/+3
2024-08-01synchronize fuse_kernel.h with linux-6.10Bernd Schubert-1/+17
2024-07-30example/passthrough_hp: Fix . and .. readdir lookup countBernd Schubert-5/+7
2024-07-30Add a script to parse backtracesBernd Schubert-0/+114
2024-07-29Add MS_NOSYMFOLLOW compat definitionBernd Schubert-1/+8
2024-07-29Pass through nosymfollow mount optionTyler Hall-0/+7
2024-07-29Gate #include <execinfo.h> behind #ifdef HAVE_BACKTRACENils-1/+4
2024-07-17fuse_log: initialize sys_log_level variable to avoid compiler warningJoanne Koong-2/+2
2024-07-14Add RAMFS to fusermount permitted mount targetsBernd Schubert-0/+1
2024-07-14Add syslog and fatal signal handler featureBernd Schubert-32/+229
2024-07-09xfstests: Add '-odev' to passthrough mount optionsBernd Schubert-1/+1
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-07-03Add list of libfuse (kernel) operationsBernd Schubert-0/+418
2024-07-03Annotate ABI sensitivness for some data structuresBernd Schubert-5/+16
2024-07-03high-level: add fmask and dmask optionsgandalfs_cat-5/+27
2024-06-25Add nullptr check in fuse_session_mountBernd Schubert-0/+10
2024-06-25Use off_t instead of loff_tCismonX-3/+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-22Update AUTHORStrapexit-1/+1
2024-06-22Update AUTHORSAntonio SJ Musumeci-2/+5
2024-06-19Bump actions/checkout from 4.1.6 to 4.1.7dependabot[bot]-2/+2
2024-06-13libfuse: null-terminate buffer in fuse_req_getgroups()Miklos Szeredi-0/+1
2024-06-11fix useless fuse_init_intr_signal in high-level apiyangyun-10/+9
2024-06-07libfuse: have passthrough_hp return an error with invalid mount optionsJosef Bacik-0/+1
2024-06-07xfstests: Add the possibility for extra daemon options (#964)Bernd Schubert-1/+6
2024-06-04Merge pull request #957 from bsbernd/fuse-req-atomic-ref-cntBernd Schubert-12/+12
2024-06-04Rename struct fuse_req::ctr to ::ref_cntBernd Schubert-12/+12
2024-06-04Make struct fuse_req::ctr a C11 _AtomicBernd Schubert-1/+1
2024-06-04Add support for no_interrupt (#956)yangyun50-10/+93
2024-06-01Fix compatibility issue around fuse_custom_io->clone_fd (#953)legezywzh-8/+59
2024-05-27Remove most includes in compat.c (#954)Bernd Schubert-15/+6
2024-05-27Add a .clang-format file (#952)Bernd Schubert-0/+119
2024-05-22--- (#951)dependabot[bot]-2/+2
2024-05-13Enable passthrough mode for read/write operations (#919)Amir Goldstein-6/+180
2024-05-13Add in the libfuse version a program was compiled with (#942)Bernd Schubert-44/+268
2024-05-10Handle NO_OPEN/NO_OPENDIR support automatically (#949)Josef Bacik-3/+26
2024-05-07Bump actions/checkout from 4.1.4 to 4.1.5 (#946)dependabot[bot]-2/+2
2024-05-07fuse_common.h: fix warning on _Static_assert() (#939)CismonX-1/+1
2024-05-05Fix missing fuse_loop_cfg_destroy() in fuse_session_loop_mt_31 (#944)Bernd Schubert-1/+6
2024-04-30Bump actions/checkout from 4.1.3 to 4.1.4 (#943)dependabot[bot]-2/+2
2024-04-27Use std=gnu11 (#940)Bernd Schubert-0/+1
2024-04-26Bump actions/checkout from 4.1.2 to 4.1.3 (#934)dependabot[bot]-2/+2
2024-04-25[libFuse 3.16.2]Compilation failure on freeBSD #936 (#938)Bernd Schubert-1/+1