aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-10-29build(deps): bump github/codeql-action from 3.26.13 to 3.27.0dependabot[bot]-2/+2
2024-10-29build(deps): bump actions/checkout from 4.2.1 to 4.2.2dependabot[bot]-5/+5
2024-10-20codeql workflow: Switch from pip to aptBernd Schubert-2/+2
2024-10-20Update libfuse-operations.txt for FUSE_SYMLINKBernd Schubert-2/+2
2024-10-14Create codeql.ymlBernd Schubert-0/+80
2024-10-14fuse_buf_size fix for SIZE_MAXleipeng-4/+4
2024-10-11Add libfuse util strtol wrapperJoanne Koong-21/+66
2024-10-11build(deps): bump actions/checkout from 4.2.0 to 4.2.1dependabot[bot]-4/+4
2024-10-11ignore mtab on androidDaniel Rosenberg-1/+1
2024-10-04build(deps): bump actions/checkout from 4.1.7 to 4.2.0dependabot[bot]-4/+4
2024-09-28fuse_lowlevel FUSE_INIT: Simplify the max_write/bufsize logicBernd Schubert-5/+9
2024-09-28fuse_lowlevel FUSE_INIT: group bufsize and max_write adjustmentsBernd Schubert-12/+12
2024-09-28Change FUSE_MAX_MAX_PAGES to FUSE_DEFAULT_MAX_PAGES_LIMITJoanne Koong-4/+10
2024-09-28Initialize session buffer size to value set by sysctlJoanne Koong-1/+24
2024-09-25ABI check: Use base commit / branch of a PR for ABI comparisonBernd Schubert-5/+2
2024-09-24Libfuse check ABI differences with 'abidiff'Bernd Schubert-0/+67
2024-09-23add version check for the fuse_loop_cfg* operationsyangyun-2/+13
2024-09-19passthrough_hp: Use fuse_loop_cfg_set_max_threads()Bernd Schubert-1/+1
2024-09-16fusermount: Close file descriptors with close_range() if possibleBernd Schubert-1/+26
2024-09-16fusermount: close inherited fdsMJ Harvey-1/+19
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-7/+8
2024-09-05Bump codespell-project/actions-codespell from 2.0 to 2.1dependabot[bot]-1/+1
2024-08-26remove unused headers in example/poll_clientyangyun-1/+0
2024-08-21Rearrange util/fusermount.c umount_fuse_locked() so thatNorman Wilson-2/+4
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