aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-04-02Workaround musl bug when mountdir has whitespace (#761)Matthias Görgens-5/+90
2023-04-01Fix compiler warning in hello_ll.c (#760)Nikolaus Rath-2/+4
2023-04-01Add unit tests for setxattr() et alNikolaus Rath-8/+65
2023-03-29Fix typos and configure spellcheck for PRsYaroslav Halchenko-8/+38
2023-03-29Fix meson deprecation warningMatthias Goergens-1/+1
2023-03-28Fix use-after-free warningMatthias Goergens-1/+2
2023-03-28Review feedback: rename and commentsMatthias Goergens-3/+9
2023-03-28Fix `auto_unmount` to work without `allow_other`Matthias Goergens-1/+46
2023-03-26Update script to drop references to Travis CI.Nikolaus Rath-3/+3
2023-03-26Released 3.14.1Nikolaus Rath-1/+15
2023-03-26Revert "upgrade of fuse_kernel.h based on Miklos expire_only kernel patch htt...Nikolaus Rath-190/+11
2023-03-20Add more time mount options to fusermount / fix lazytimeBernd Schubert-2/+10
2023-03-19Add more time mount optionsBernd Schubert-0/+16
2023-03-12Respect includedir when installing libfuse_config.hHeiko Becker-1/+1
2023-03-11Fix max_threads command line parameter propagationSarath Lakshman-0/+1
2023-03-03Enable parallel direct writes on the same file.Dharmendra singh-4/+32
2023-03-01Update description of keep_cache.Nikolaus Rath-5/+4
2023-02-20Migrate from Travis to Github actionsNikolaus Rath-29/+8
2023-02-20Avoid max-idle threads warningBernd Schubert-5/+6
2023-02-20Change define for C++ tooPierre Labastie-1/+1
2023-02-20Add a github actions fileBernd Schubert-0/+26
2023-02-17Released 3.14.0Nikolaus Rath-2/+13
2023-02-09fuse_lowlevel.h: add more setattr flagsXiubo Li-0/+10
2023-02-09Split config.h into private and public configBernd Schubert-24/+46
2023-02-03Released 3.13.1Nikolaus Rath-1/+9
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-42/+26
2023-01-28Update travis to ubuntu jammy (22.04)Bernd Schubert-8/+5
2023-01-15use off_t over __off64_tpsykose-6/+6
2023-01-13Released 3.13.0Nikolaus Rath-4/+20
2023-01-13passthrough_hp: Avoid a bit code dup in readdirBernd Schubert-14/+9
2023-01-13passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert-2/+40
2023-01-13Fix loading of FUSE modulesGoswin von Brederlow-3/+3
2023-01-10Support application-defined I/O functions for FUSE fdTofik Sonono-13/+567
2023-01-06Test for fuse_lowlevel_notify_expire_entry.HereThereBeDragons-6/+22
2023-01-06adding comments and capability discovery, enum for flags moved to top of fileHereThereBeDragons-4/+56
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-5/+30
2023-01-04Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert-8/+42
2023-01-04convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLSBernd Schubert-25/+58
2023-01-04Fix ublic/apple build for the fuse_parse_cmdline ABI symbolBernd Schubert-13/+57
2023-01-04Remove partial locking of paths when using high-level APIKyle Lippincott-54/+10
2023-01-04Move try_get_path2 earlier in the fileKyle Lippincott-21/+21
2023-01-02Revert "libfuse custom communication interface"Nikolaus Rath-24/+0
2023-01-02update mount.c, in order to pass through -n.Ciaran-0/+1
2022-12-01Make it work even if max_idle_threads is set to 0Zhansong Gao-1/+1
2022-11-15libfuse custom communication interfacey-0/+24
2022-09-11Fix the fuse_parse_cmdline@FUSE_3.0 ABI compat symbolBernd Schubert-1/+1
2022-09-08Released 3.12.0Nikolaus Rath-52/+23
2022-09-08Add option to specify init script locationFina Wilke-13/+15
2022-09-08Use destroy_req instead of free to destroy fuse_reqFrank Dinoff-1/+3