summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Do not pass unsupported mount options to the kernel.Nikolaus Rath2023-05-121-0/+6
* Update fuse_kernel.h to state of linux-6.3Bernd Schubert2023-04-112-13/+244
* Fix doxygen warning about parameter nameMatthias Goergens2023-04-111-1/+1
* Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)Giulio Benetti2023-04-061-0/+42
* Fix typos and configure spellcheck for PRsYaroslav Halchenko2023-03-291-2/+2
* Revert "upgrade of fuse_kernel.h based on Miklos expire_only kernel patch htt...Nikolaus Rath2023-03-261-190/+11
* Enable parallel direct writes on the same file.Dharmendra singh2023-03-033-3/+22
* Update description of keep_cache.Nikolaus Rath2023-03-011-5/+4
* Released 3.14.0fuse-3.14.0Nikolaus Rath2023-02-171-1/+1
* fuse_lowlevel.h: add more setattr flagsXiubo Li2023-02-091-0/+8
* Split config.h into private and public configBernd Schubert2023-02-093-7/+12
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-281-0/+1
* use off_t over __off64_tpsykose2023-01-151-4/+4
* Released 3.13.0fuse-3.13.0Nikolaus Rath2023-01-131-1/+1
* Support application-defined I/O functions for FUSE fdTofik Sonono2023-01-101-0/+41
* adding comments and capability discovery, enum for flags moved to top of fileHereThereBeDragons2023-01-062-4/+52
* upgrade of fuse_kernel.h based on Miklos expire_only kernel patch https://git...HereThereBeDragons2023-01-061-11/+190
* Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>HereThereBeDragons2023-01-062-1/+15
* Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert2023-01-041-0/+12
* convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLSBernd Schubert2023-01-041-2/+2
* Revert "libfuse custom communication interface"Nikolaus Rath2023-01-021-19/+0
* libfuse custom communication interfacey2022-11-151-0/+19
* fuse_session_loop_mt: Accept a NULL config - use defaultsBernd Schubert2022-09-041-1/+1
* fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert2022-09-042-3/+30
* API update for fuse_loop_config additionsBernd Schubert2022-09-043-20/+69
* Released 3.11.0fuse-3.11.0Nikolaus Rath2022-05-021-1/+1
* patch: document ignored fill parameter of readdirAndré Schröder2022-04-201-0/+7
* Add missing kernel flags up to 1ULL << 33Bernd Schubert2022-04-171-0/+8
* Modify structures in libfuse to handle flags beyond 32 bits.Dharmendra Singh2022-04-081-2/+6
* Add no_rofd_flush mount optionAmir Goldstein2022-01-031-0/+8
* Add support for FOPEN_NOFLUSH flagAmir Goldstein2022-01-032-1/+7
* Document possible NULL paths when directories are removed (#633)Maximilian Heinzler2021-12-121-0/+6
* Define FUSE_USE_VERSION in Doxygen. (#608)Junichi Uekawa2021-05-191-5/+5
* Fix doxygen warnings. (#600)Junichi Uekawa2021-05-072-14/+17
* Add missing exceptions to fuse_reply_err() documentation. (#597)Manuel Jacob2021-04-231-1/+1
* Fix typo in fuse_lowlevel.h (#593)Tobias Nießen2021-03-301-1/+1
* Fix typos (#592)Andrew Gaul2021-03-251-5/+5
* Fix typo (#578)Feverfew2021-01-101-1/+1
* Released 3.10.0fuse-3.10.0Nikolaus Rath2020-10-091-2/+2
* Fix typo "retuned" -> "returned" (#553)ferivoz2020-10-031-1/+1
* Allow caching symlinks in kernel page cache. (#551)Etienne Dublé2020-09-201-0/+13
* Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon2020-08-091-0/+5
* Doc fixes (#537)Junichi Uekawa2020-08-091-2/+2
* Update comment for the copy_file_range operation (#497)Florian Weimer2020-01-311-3/+4
* Remove trailing comma in enums (#494)zsugabubus2020-01-273-6/+6
* Style: Fix an indention in comments (#480)Changli Gao2019-12-311-2/+2
* Bump FUSE_MINOR_VERSIONNikolaus Rath2019-12-311-1/+1
* Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos2019-12-312-1/+18
* Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen2019-11-271-0/+23
* Implement lseek operation (#457)Yuri Per2019-11-032-0/+40