qemu-gpiodev/libfuse.git
2024-03-05 Bernd Schubertfusermount: Fix head-buffer-overflow in extract_x_options
2024-02-26 Bernd Schubertmeson: Point OSX (darwin) to https://fuse-t.org/
2024-02-26 Bernd Schubertexample/notify_store_retrieve: Fix races and handle...
2024-02-26 Bernd SchubertFix tests/test_write_cache in write back mode (#892)
2024-02-26 Bernd SchubertMerge pull request #888 from yangyun50/master
2024-02-26 yangyunEnable direct IO for passthrough examples when open...
2024-02-24 MatthewPassthrough options starting with "x-" to mtab (#894)
2024-02-23 yangyunpassthrough_example: make parallel_direct_writes more...
2024-02-20 yangyun50remove duplicated fuse_chan_put() (#893)
2024-01-29 HereThereBeDragonsmake FUSE_CAP_EXPIRE_ONLY test depend on available...
2024-01-29 HereThereBeDragonsadd support for kernel flag FUSE_HAS_EXPIRE_ONLY
2024-01-20 bigbrotherweiAdd processing for FUSE_CAP_HANDLE_KILLPRIV and disable...
2024-01-10 Miklos SzerediDon't set FUSE_CAP_PARALLEL_DIROPS by default
2024-01-10 Bernd SchubertAdd FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hp
2024-01-10 Bernd SchubertAdd in rename to FUSE_DIRECT_IO_ALLOW_MMAP
2024-01-10 Bernd SchubertSynchronize fuse_kernel.h from current linux master
2023-12-28 Bernd Schubertexamples/notify_store_retrieve: Add a clean shutdown
2023-12-17 amitgeronAllow *xattr operations on root directory (ino 1)
2023-11-19 George HilliardClarify fuse_lowlevel poll() docstring (#862)
2023-11-16 fdinoffPass FUSE_PARALLEL_DIROPS to kernel (#861)
2023-10-28 Caian BenedictoUpdate fuse_common.h (#855)
2023-10-25 legezywzhfuse_clone_chan: avoid additional FD_CLOEXEC setting...
2023-10-25 dependabot... Bump actions/checkout from 4.1.0 to 4.1.1 (#854)
2023-10-12 SteveYangpassthrough_hp: Fix clone-fd option (#850)
2023-10-11 Bernd SchubertEnabled parallel direct IO writes for passthrough examples
2023-10-10 Nikolaus RathFix typo in comment
2023-10-10 Nikolaus RathReleased fuse-3.16.2 fuse-3.16.2
2023-10-09 Nikola PetrovFixes typo in fuse.h (#844)
2023-09-26 Bernd Schubertxfstests example: Use export in local.config and remove...
2023-09-26 dependabot... Bump actions/checkout from 4.0.0 to 4.1.0
2023-09-23 Bernd Schubertpassthrough-hp: Fix --clone-fd
2023-09-23 Bernd Schubertpassthough_hp: Add a direct-io option
2023-09-05 dependabot... Bump actions/checkout from 3.6.0 to 4.0.0 (#837)
2023-09-02 dependabot... Bump actions/checkout from 3.5.3 to 3.6.0 (#833)
2023-08-25 mrdvdrmAdd NTFS3 kernel driver fs to the whitelist of mount...
2023-08-08 Nikolaus RathAdded missing file, update release process docs.
2023-08-08 Nikolaus RathReleased fuse-3.16.1 fuse-3.16.1
2023-08-08 Nikolaus RathDon't attempt to put signify signature into gz header
2023-08-05 ikbenlikeMake errnum-verification more flexible (#824)
2023-08-03 Aleksandr MikhailovPass cache_readdir and keep_cache from high level API...
2023-07-26 Pedro Kaj Kjellerup... Add dependabot for GHA
2023-07-26 Pedro Kaj Kjellerup... Hash-pin workflow Actions
2023-07-07 Bernd SchubertAllow linking with mold / fix the version script (...
2023-07-05 Nikolaus RathUse signify to sign releases.
2023-07-05 Nikolaus RathMerge tag 'fuse-3.15.1'
2023-07-05 Nikolaus RathReleased fuse-3.15.1 fuse-3.15.1
2023-07-01 Nikolaus RathReduce default write size by half
2023-07-01 Nikolaus RathAdd missing include.
2023-06-30 HereThereBeDragonsMake expire only function fail if no kernel support...
2023-06-29 Nikolaus RathClarify behavior of fuse_session_exit().
2023-06-19 Waldir PimentaImprove wording of user_allow_other usage instructions...
2023-06-13 Rudi HeitbaumWrapper around test applications for cross compiler...
2023-06-09 Nikolaus RathReleased 3.15.0 fuse-3.15.0
2023-06-08 Matthias GörgensError handling for fusermount's commfd (#786)
2023-06-08 wdlkmpxutil/meson.build: don't install udev.rules if udevdir...
2023-06-08 wdlkmpxmeson.build: pass -D_FILE_OFFSET_BITS=64 to C/C++ compi...
2023-06-08 wdlkmpxutil/mount.fuse.c: compile with linux headers < 3.5...
2023-06-08 Matthias GörgensFix memory leak (#785)
2023-06-08 Matthias GörgensRemove unnecessary `_GNU_SOURCE` in `fuse.c` (#787)
2023-06-06 Pedro NachtAdd security policy (#797)
2023-05-19 Pedro Kaj Kjellerup... Add minimal token permissions
2023-05-12 Nikolaus RathAdd support for running xfstests.
2023-05-12 Nikolaus RathDo not daemonize to early
2023-05-12 Nikolaus RathDo not pass unsupported mount options to the kernel.
2023-05-11 PeriFix issue #746. (#782)
2023-04-14 Matthias GörgensFix memory leak in high level API (#781)
2023-04-12 Matthias GörgensFix doxygen deprecation warning (#774)
2023-04-12 Matthias GörgensDisable leak suppression (#773)
2023-04-12 Matthias GörgensFuse mount: make auto_unmount compatible with suid...
2023-04-11 Bernd SchubertUpdate fuse_kernel.h to state of linux-6.3
2023-04-11 Matthias GoergensMigrate away from deprecated distutils
2023-04-11 Matthias GoergensFix doxygen warning about parameter name
2023-04-11 Matthias GoergensFix typo
2023-04-07 Matthias GoergensFix PytestReturnNotNoneWarning
2023-04-07 Matthias GoergensFix deprecated @pytest.mark.hookwrapper
2023-04-07 Matthias GoergensFix meson deprecation warning
2023-04-07 Matthias GoergensFix meson deprecation warning also in FreeBSD
2023-04-07 Matthias GoergensFix deprecated udev.get_pkgconfig_variable in meson
2023-04-07 Matthias GoergensUpgrade meson version in CI
2023-04-06 Matthias GörgensAdd long `--options` to fusermount (#764)
2023-04-06 Giulio BenettiFix MS_LAZYTIME not defined on uclibc and move all...
2023-04-04 Nikolaus RathDocument risks of auto_unmount (#763)
2023-04-02 Matthias GörgensWorkaround musl bug when mountdir has whitespace (...
2023-04-01 Nikolaus RathFix compiler warning in hello_ll.c (#760)
2023-04-01 Nikolaus RathAdd unit tests for setxattr() et al
2023-03-29 Yaroslav HalchenkoFix typos and configure spellcheck for PRs
2023-03-29 Matthias GoergensFix meson deprecation warning
2023-03-28 Matthias GoergensFix use-after-free warning
2023-03-28 Matthias GoergensReview feedback: rename and comments
2023-03-28 Matthias GoergensFix `auto_unmount` to work without `allow_other`
2023-03-26 Nikolaus RathUpdate script to drop references to Travis CI.
2023-03-26 Nikolaus RathReleased 3.14.1 fuse-3.14.1
2023-03-26 Nikolaus RathRevert "upgrade of fuse_kernel.h based on Miklos expire...
2023-03-20 Bernd SchubertAdd more time mount options to fusermount / fix lazytime
2023-03-19 Bernd SchubertAdd more time mount options
2023-03-12 Heiko BeckerRespect includedir when installing libfuse_config.h
2023-03-11 Sarath LakshmanFix max_threads command line parameter propagation
2023-03-03 Dharmendra... Enable parallel direct writes on the same file.
2023-03-01 Nikolaus RathUpdate description of keep_cache.
2023-02-20 Nikolaus RathMigrate from Travis to Github actions
next