aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-02-18Add comment for fuse_passthrough_open()Maksim Harbachou-0/+2
2025-02-18ci-build test: Add a 32-bit compilation testBernd Schubert-1/+23
2025-02-18tests: Skip the ioctl test for x86 cross compilationBernd Schubert-0/+13
2025-02-18example/hello_ll_uds: Switch to %zu and avoid 32bit build warningBernd Schubert-2/+2
2025-02-18fusermount: Exclude UFSD from whitelist for 32-bit buildsBernd Schubert-0/+2
2025-02-18Fix build of example/memfs_ll.cc on 32 bit architecturesLaszlo Boszormenyi (GCS)-2/+2
2025-02-18Add signify key for 3.18Bernd Schubert-0/+2
2025-02-10Prepare 3.17.1 releaseBernd Schubert-2/+22
2025-02-10Change version to 3.17.1-rc0Bernd Schubert-12/+23
2025-02-10Build fixes for -OgBernd Schubert-2/+2
2025-02-10fuse_new version fixes: Change to fuse_new_versionedBernd Schubert-43/+18
2025-02-10fuse_new: Fix non symboled call to _fuse_new_317Bernd Schubert-1/+1
2025-02-10Rename to fuse_session_new_versionedBernd Schubert-50/+35
2025-02-10Make fuse_main a macro again and wrap that to fuse_main_fnBernd Schubert-4/+6
2025-02-10Rename fuse_main_real_317 to fuse_main_real_versionedBernd Schubert-18/+23
2025-02-10build(deps): bump github/codeql-action from 3.28.6 to 3.28.8dependabot[bot]-2/+2
2025-02-10fuse_lowlevel.c: drop incorrect comment from convert_to_conn_want_ext()Luis Henriques-2/+0
2025-02-10fuse_lowlevel.c: fix possible 64 bits value truncationLuis Henriques-1/+1
2025-02-10github actions: Add an include-what-you-need checkBernd Schubert-0/+51
2025-02-10build(deps): bump github/codeql-action from 3.28.1 to 3.28.6dependabot[bot]-2/+2
2025-02-10lib: Set thread namesBernd Schubert-0/+8
2025-02-10abidiff: Don't warn about added symbolsBernd Schubert-1/+2
2025-02-10checkpatch: Ignore ENOSYS_SYSCALLBernd Schubert-1/+1
2025-02-10codespell: Add 're-used' and 're-using' to the ignore listBernd Schubert-1/+3
2025-02-10build(deps): bump github/codeql-action from 3.28.0 to 3.28.1dependabot[bot]-2/+2
2025-02-10Update doxygen/comments for fuse_reply_open/fuse_reply_createBernd Schubert-2/+4
2025-02-10Identify the FD hold by parent processZegang-0/+17
2025-02-10Make fuse_main_real() not symboledBernd Schubert-29/+45
2025-02-10checkpatch: Disable warning for externs in C filesBernd Schubert-1/+1
2025-02-10Avoid global declarion of internal functions that are new in 3.17Bernd Schubert-34/+44
2025-02-10Fix fuse_main_real symbolsBernd Schubert-2/+29
2025-02-10Fix junk readdirplus results when filesystem not filling stat infoAmir Goldstein-4/+7
2025-02-10example/passthrough: Enable testing of readdirplus without fill offsetsAmir Goldstein-6/+13
2025-02-10Fix build of memfs_ll without manual meson reconfigureAmir Goldstein-0/+1
2025-02-10Fix libfuse build with FUSE_USE_VERSION 30Amir Goldstein-1/+9
2025-02-10Remove the DCO checkBernd Schubert-28/+0
2025-02-10Fix the checkpatch.pl workflowBernd Schubert-2/+11
2025-02-10.github/workflows/codespell.yml: checkpatch.pl needs to be skippedBernd Schubert-0/+2
2025-02-10Update AUTHORS for 3.17 and add script for thatBernd Schubert-1/+64
2025-02-10Add a checkpatch.pl github workflowBernd Schubert-0/+7842
2025-02-10Add a github action to check for "Signed-off-by"Bernd Schubert-0/+28
2025-02-10Run github workflow actions on release branchesBernd Schubert-5/+16
2025-02-10Update ChangeLog.rst for 3.17 (#1085)Bernd Schubert-4/+30
2025-01-01passthrough_ll: set correct keep_cache flag in opendir (#1083)Amir Goldstein-1/+3
2024-12-30Merge pull request #1081 from bsbernd/so-version-abi-compatBernd Schubert-528/+645
2024-12-30Increase .so version to 4Bernd Schubert-1/+1
2024-12-30Convert FUSE_CAP defines to enum fuse_capabilityBernd Schubert-315/+322
2024-12-30Add 64-bit conn::{capable,want}_ext fieldsBernd Schubert-142/+216
2024-12-30fuse_lowlevel.c: define FUSE_MAXOP as CUSE_INITBernd Schubert-1/+6
2024-12-30Use uint32_t for libfuse_versionBernd Schubert-4/+4