summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fixupfixupNikolaus Rath2023-04-042-5/+90
|\
| * Workaround musl bug when mountdir has whitespace (#761)Matthias Görgens2023-04-022-5/+90
| * Fix compiler warning in hello_ll.c (#760)Nikolaus Rath2023-04-011-2/+4
* | Document risks of auto_unmount.Nikolaus Rath2023-04-041-0/+15
* | Fix compiler warning in hello_ll.cNikolaus Rath2023-04-011-2/+4
|/
* Add unit tests for setxattr() et alNikolaus Rath2023-04-012-8/+65
* Fix typos and configure spellcheck for PRsYaroslav Halchenko2023-03-299-8/+38
* Fix meson deprecation warningMatthias Goergens2023-03-291-1/+1
* Fix use-after-free warningMatthias Goergens2023-03-281-1/+2
* Review feedback: rename and commentsMatthias Goergens2023-03-281-3/+9
* Fix `auto_unmount` to work without `allow_other`Matthias Goergens2023-03-281-1/+46
* Update script to drop references to Travis CI.Nikolaus Rath2023-03-261-3/+3
* Released 3.14.1fuse-3.14.1Nikolaus Rath2023-03-263-1/+15
* Revert "upgrade of fuse_kernel.h based on Miklos expire_only kernel patch htt...Nikolaus Rath2023-03-261-190/+11
* Add more time mount options to fusermount / fix lazytimeBernd Schubert2023-03-202-2/+10
* Add more time mount optionsBernd Schubert2023-03-191-0/+16
* Respect includedir when installing libfuse_config.hHeiko Becker2023-03-121-1/+1
* Fix max_threads command line parameter propagationSarath Lakshman2023-03-111-0/+1
* Enable parallel direct writes on the same file.Dharmendra singh2023-03-035-4/+32
* Update description of keep_cache.Nikolaus Rath2023-03-011-5/+4
* Migrate from Travis to Github actionsNikolaus Rath2023-02-204-29/+8
* Avoid max-idle threads warningBernd Schubert2023-02-202-5/+6
* Change define for C++ tooPierre Labastie2023-02-201-1/+1
* Add a github actions fileBernd Schubert2023-02-201-0/+26
* Released 3.14.0fuse-3.14.0Nikolaus Rath2023-02-174-2/+13
* fuse_lowlevel.h: add more setattr flagsXiubo Li2023-02-092-0/+10
* Split config.h into private and public configBernd Schubert2023-02-097-24/+46
* Released 3.13.1fuse-3.13.1Nikolaus Rath2023-02-033-1/+9
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-2829-42/+26
* Update travis to ubuntu jammy (22.04)Bernd Schubert2023-01-282-8/+5
* use off_t over __off64_tpsykose2023-01-152-6/+6
* Released 3.13.0fuse-3.13.0Nikolaus Rath2023-01-134-4/+20
* passthrough_hp: Avoid a bit code dup in readdirBernd Schubert2023-01-131-14/+9
* passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert2023-01-133-2/+40
* Fix loading of FUSE modulesGoswin von Brederlow2023-01-131-3/+3
* Support application-defined I/O functions for FUSE fdTofik Sonono2023-01-109-13/+567
* Test for fuse_lowlevel_notify_expire_entry.HereThereBeDragons2023-01-062-6/+22
* adding comments and capability discovery, enum for flags moved to top of fileHereThereBeDragons2023-01-064-4/+56
* 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-064-5/+30
* Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert2023-01-043-8/+42
* convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLSBernd Schubert2023-01-045-25/+58
* Fix ublic/apple build for the fuse_parse_cmdline ABI symbolBernd Schubert2023-01-043-13/+57
* Remove partial locking of paths when using high-level APIKyle Lippincott2023-01-041-54/+10
* Move try_get_path2 earlier in the fileKyle Lippincott2023-01-041-21/+21
* Revert "libfuse custom communication interface"Nikolaus Rath2023-01-023-24/+0
* update mount.c, in order to pass through -n.Ciaran2023-01-021-0/+1
* Make it work even if max_idle_threads is set to 0Zhansong Gao2022-12-011-1/+1
* libfuse custom communication interfacey2022-11-153-0/+24
* Fix the fuse_parse_cmdline@FUSE_3.0 ABI compat symbolBernd Schubert2022-09-111-1/+1