aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
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
2024-03-20Add FUSE_FILL_DIR_DEFAULTS enum (#903)FredyVia-0/+2
2024-01-20Add processing for FUSE_CAP_HANDLE_KILLPRIV and disable it by defaultbigbrotherwei-1/+1
2024-01-10Don't set FUSE_CAP_PARALLEL_DIROPS by defaultMiklos Szeredi-2/+0
2024-01-10Add FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hpBernd Schubert-0/+9
2024-01-10Add in rename to FUSE_DIRECT_IO_ALLOW_MMAPBernd Schubert-4/+6
2024-01-10Synchronize fuse_kernel.h from current linux masterBernd Schubert-1/+62
2023-11-19Clarify fuse_lowlevel poll() docstring (#862)George Hilliard-7/+10
2023-10-28Update fuse_common.h (#855)Caian Benedicto-1/+1
2023-10-09Fixes typo in fuse.h (#844)Nikola Petrov-1/+1
2023-08-08Released fuse-3.16.1Nikolaus Rath-1/+1
2023-06-30Make expire only function fail if no kernel support (#789)HereThereBeDragons-15/+15
2023-06-29Clarify behavior of fuse_session_exit().Nikolaus Rath-3/+6
2023-06-09Released 3.15.0Nikolaus Rath-1/+1
2023-05-12Do not pass unsupported mount options to the kernel.Nikolaus Rath-0/+6
2023-04-11Update fuse_kernel.h to state of linux-6.3Bernd Schubert-13/+244
2023-04-11Fix doxygen warning about parameter nameMatthias Goergens-1/+1
2023-04-06Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)Giulio Benetti-0/+42
2023-03-29Fix typos and configure spellcheck for PRsYaroslav Halchenko-2/+2
2023-03-26Revert "upgrade of fuse_kernel.h based on Miklos expire_only kernel patch htt...Nikolaus Rath-190/+11
2023-03-03Enable parallel direct writes on the same file.Dharmendra singh-3/+22
2023-03-01Update description of keep_cache.Nikolaus Rath-5/+4
2023-02-17Released 3.14.0Nikolaus Rath-1/+1
2023-02-09fuse_lowlevel.h: add more setattr flagsXiubo Li-0/+8
2023-02-09Split config.h into private and public configBernd Schubert-7/+12
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-0/+1
2023-01-15use off_t over __off64_tpsykose-4/+4
2023-01-13Released 3.13.0Nikolaus Rath-1/+1
2023-01-10Support application-defined I/O functions for FUSE fdTofik Sonono-0/+41
2023-01-06adding comments and capability discovery, enum for flags moved to top of fileHereThereBeDragons-4/+52
2023-01-06upgrade of fuse_kernel.h based on Miklos expire_only kernel patch https://git...HereThereBeDragons-11/+190
2023-01-06Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>HereThereBeDragons-1/+15
2023-01-04Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert-0/+12
2023-01-04convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLSBernd Schubert-2/+2
2023-01-02Revert "libfuse custom communication interface"Nikolaus Rath-19/+0
2022-11-15libfuse custom communication interfacey-0/+19
2022-09-04fuse_session_loop_mt: Accept a NULL config - use defaultsBernd Schubert-1/+1