aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-12-30struct fuse_file_info extensionBernd Schubert-1/+17
2024-12-30Use single bit for struct fuse_file_info::no_interruptBernd Schubert-1/+4
2024-12-30Use (u)int32_t for struct fuse_conn_infoBernd Schubert-16/+16
2024-12-30Add padding3 in struct fuse_file_infoBernd Schubert-0/+1
2024-12-30Use (u)int32_t for struct fuse_file_infoBernd Schubert-10/+10
2024-12-30Use (u)int32_t for struct fuse_config and extend the structBernd Schubert-24/+34
2024-12-30Restore compat ABI in 'struct fuse_config'Bernd Schubert-8/+8
2024-12-30Restore compat ABI in 'struct fuse_file_info'Bernd Schubert-19/+20
2024-12-28build(deps): bump github/codeql-action from 3.27.9 to 3.28.0dependabot[bot]-2/+2
2024-12-18Rename _int to _internalBernd Schubert-16/+20
2024-12-18Allow to have page aligned writesBernd Schubert-41/+103
2024-12-17tests: Add debug messages to some tests and umountBernd Schubert-16/+97
2024-12-16build(deps): bump github/codeql-action from 3.27.5 to 3.27.9dependabot[bot]-2/+2
2024-12-13examples: Add memfs_ll.ccBernd Schubert-1/+1160
2024-11-27support FUSE_TMPFILE in the low level APIHorst Birthelmer-19/+311
2024-11-26build(deps): bump github/codeql-action from 3.27.4 to 3.27.5dependabot[bot]-2/+2
2024-11-21Fix alignment of allocation in fuse_reply_createVladimir Serbinenko-1/+2
2024-11-21Reallocate fuse_session buffer transparently for extended max writesJoanne Koong-31/+41
2024-11-20build(deps): bump github/codeql-action from 3.27.1 to 3.27.4dependabot[bot]-2/+2
2024-11-18Use fuse_session_{receive/process}_buf() instead of _int versionJoanne Koong-4/+4
2024-11-13Add FUSE_CAP_NO_EXPORT and use it in passthrough_hpBernd Schubert-1/+25
2024-11-13Add fuse_set_feature_flag() / fuse_unset_feature_flagBernd Schubert-20/+41
2024-11-13build(deps): bump github/codeql-action from 3.27.0 to 3.27.1dependabot[bot]-2/+2
2024-10-30Correct arg documentation for FUSE_READLINKBernd Schubert-1/+1
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