aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
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
2022-09-04fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert-3/+30
2022-09-04API update for fuse_loop_config additionsBernd Schubert-20/+69
2022-05-02Released 3.11.0Nikolaus Rath-1/+1
2022-04-20patch: document ignored fill parameter of readdirAndré Schröder-0/+7
2022-04-17Add missing kernel flags up to 1ULL << 33Bernd Schubert-0/+8
2022-04-08Modify structures in libfuse to handle flags beyond 32 bits.Dharmendra Singh-2/+6
2022-01-03Add no_rofd_flush mount optionAmir Goldstein-0/+8
2022-01-03Add support for FOPEN_NOFLUSH flagAmir Goldstein-1/+7
2021-12-12Document possible NULL paths when directories are removed (#633)Maximilian Heinzler-0/+6
2021-05-19Define FUSE_USE_VERSION in Doxygen. (#608)Junichi Uekawa-5/+5
2021-05-07Fix doxygen warnings. (#600)Junichi Uekawa-14/+17
2021-04-23Add missing exceptions to fuse_reply_err() documentation. (#597)Manuel Jacob-1/+1
2021-03-30Fix typo in fuse_lowlevel.h (#593)Tobias Nießen-1/+1
2021-03-25Fix typos (#592)Andrew Gaul-5/+5
2021-01-10Fix typo (#578)Feverfew-1/+1
2020-10-09Released 3.10.0Nikolaus Rath-2/+2
2020-10-03Fix typo "retuned" -> "returned" (#553)ferivoz-1/+1
2020-09-20Allow caching symlinks in kernel page cache. (#551)Etienne Dublé-0/+13
2020-08-09Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon-0/+5
2020-08-09Doc fixes (#537)Junichi Uekawa-2/+2