aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-08-19tests: move struct size assertions into a testCismonX-10/+0
2025-05-21conn->want conversion: Fix fuse_apply_conn_info_opts()Bernd Schubert-19/+31
2025-04-15lib: remove second fuse_main_real_versioned declarationBen Dooks-3/+0
2025-04-15Fix static_assert build failure with C++ version < 11Giulio Benetti-3/+1
2025-04-15Fix a comment typo "passed to the filesystem.n"Bernd Schubert-1/+1
2025-03-14fuse_common.h: Convert back FUSE_CAP_ from enum to definesBernd Schubert-322/+315
2025-02-18Avoid nested function declarations in helper functionsBernd Schubert-43/+26
2025-02-18Add comment for fuse_passthrough_open()Maksim Harbachou-0/+2
2025-02-10fuse_new version fixes: Change to fuse_new_versionedBernd Schubert-33/+10
2025-02-10fuse_new: Fix non symboled call to _fuse_new_317Bernd Schubert-1/+1
2025-02-10Rename to fuse_session_new_versionedBernd Schubert-18/+7
2025-02-10Make fuse_main a macro again and wrap that to fuse_main_fnBernd Schubert-3/+5
2025-02-10Rename fuse_main_real_317 to fuse_main_real_versionedBernd Schubert-12/+15
2025-02-10Update doxygen/comments for fuse_reply_open/fuse_reply_createBernd Schubert-2/+4
2025-02-10Make fuse_main_real() not symboledBernd Schubert-12/+29
2025-02-10Avoid global declarion of internal functions that are new in 3.17Bernd Schubert-28/+23
2025-02-10Fix libfuse build with FUSE_USE_VERSION 30Amir Goldstein-1/+3
2024-12-30Convert FUSE_CAP defines to enum fuse_capabilityBernd Schubert-315/+322
2024-12-30Add 64-bit conn::{capable,want}_ext fieldsBernd Schubert-4/+36
2024-12-30Use uint32_t for libfuse_versionBernd Schubert-4/+4
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-11-27support FUSE_TMPFILE in the low level APIHorst Birthelmer-0/+23
2024-11-21Reallocate fuse_session buffer transparently for extended max writesJoanne Koong-0/+9
2024-11-13Add FUSE_CAP_NO_EXPORT and use it in passthrough_hpBernd Schubert-0/+8
2024-11-13Add fuse_set_feature_flag() / fuse_unset_feature_flagBernd Schubert-0/+18
2024-09-23add version check for the fuse_loop_cfg* operationsyangyun-2/+13
2024-09-12getattr: Make use of FUSE_GETATTR_FH in lowlevel examplesBernd Schubert-1/+1
2024-08-01synchronize fuse_kernel.h with linux-6.10Bernd Schubert-1/+17
2024-07-29Add MS_NOSYMFOLLOW compat definitionBernd Schubert-1/+8
2024-07-14Add syslog and fatal signal handler featureBernd Schubert-0/+29
2024-07-03Annotate ABI sensitivness for some data structuresBernd Schubert-5/+16
2024-07-03high-level: add fmask and dmask optionsgandalfs_cat-0/+8
2024-06-04Add support for no_interrupt (#956)yangyun50-1/+11
2024-06-01Fix compatibility issue around fuse_custom_io->clone_fd (#953)legezywzh-2/+22
2024-05-13Enable passthrough mode for read/write operations (#919)Amir Goldstein-4/+71
2024-05-13Add in the libfuse version a program was compiled with (#942)Bernd Schubert-27/+143
2024-05-10Handle NO_OPEN/NO_OPENDIR support automatically (#949)Josef Bacik-3/+22
2024-05-07fuse_common.h: fix warning on _Static_assert() (#939)CismonX-1/+1
2024-04-22 Use single place to define the version and increase version to 3.17.0 (#932)Bernd Schubert-6/+0
2024-04-18Add clone_fd to custom IO (#927)legezywzh-0/+1
2024-04-02Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)Bernd Schubert-0/+5
2024-03-29Add support for FUSE_CAP_HANDLE_KILLPRIV_V2Bernd Schubert-0/+17
2024-03-27Fix FUSE_CAP_DIRECT_IO_ALLOW_MMAP - use new numerical valueBernd Schubert-1/+1