qemu-gpiodev/libfuse.git
2024-06-04 Bernd SchubertRename struct fuse_req::ctr to ::ref_cnt
2024-06-04 Bernd SchubertMake struct fuse_req::ctr a C11 _Atomic
2024-06-04 yangyun50Add support for no_interrupt (#956)
2024-06-01 legezywzhFix compatibility issue around fuse_custom_io->clone_fd...
2024-05-27 Bernd SchubertRemove most includes in compat.c (#954)
2024-05-27 Bernd SchubertAdd a .clang-format file (#952)
2024-05-22 dependabot... --- (#951)
2024-05-13 Amir GoldsteinEnable passthrough mode for read/write operations ...
2024-05-13 Bernd SchubertAdd in the libfuse version a program was compiled with...
2024-05-10 Josef BacikHandle NO_OPEN/NO_OPENDIR support automatically (#949)
2024-05-07 dependabot... Bump actions/checkout from 4.1.4 to 4.1.5 (#946)
2024-05-07 CismonXfuse_common.h: fix warning on _Static_assert() (#939)
2024-05-05 Bernd SchubertFix missing fuse_loop_cfg_destroy() in fuse_session_loo...
2024-04-30 dependabot... Bump actions/checkout from 4.1.3 to 4.1.4 (#943)
2024-04-27 Bernd SchubertUse std=gnu11 (#940)
2024-04-26 dependabot... Bump actions/checkout from 4.1.2 to 4.1.3 (#934)
2024-04-25 Bernd Schubert[libFuse 3.16.2]Compilation failure on freeBSD #936...
2024-04-22 Bernd Schubert Use single place to define the version and increase...
2024-04-20 Bernd Schubertexample/: Convert all fuse_session_loop_mt users to...
2024-04-20 legezywzhpassthrough_ll: fix fd leaks in lo_destroy() (#929)
2024-04-18 legezywzhAdd clone_fd to custom IO (#927)
2024-04-16 legezywzhfix max_write update in do_init() (#926)
2024-04-06 Bernd Schubertfusermount: Fix use of uninitialized x_mnt_opts (#924)
2024-04-02 Bernd SchubertAdd more documentation for FUSE_CAP_EXPORT_SUPPORT...
2024-03-29 Bernd SchubertAdd support for FUSE_CAP_HANDLE_KILLPRIV_V2
2024-03-27 Bernd SchubertFix FUSE_CAP_DIRECT_IO_ALLOW_MMAP - use new numerical...
2024-03-27 Ashley PittmanInstall all test/build python packages from requirement...
2024-03-24 farlongsignalfix readdirplus when filler is called with zero offset...
2024-03-21 legezywzhreset got_init after handling FUSE_DESTROY message...
2024-03-20 Bernd Schubertci-build.sh: Fix checking for function arguments (...
2024-03-20 FredyViaAdd FUSE_FILL_DIR_DEFAULTS enum (#903)
2024-03-20 Bernd SchubertFix example/fix-notify_inval_inode.c (#908)
2024-03-20 dependabot... Bump actions/checkout from 4.1.1 to 4.1.2 (#905)
2024-03-20 Bernd SchubertMerge pull request #904 from bsbernd/s-bit-fusermount
2024-03-20 Bernd SchubertAdd final "meson setup --reconfigure" to README.md
2024-03-20 Bernd Schubert/test_ctests / test_notify1: Print cmdline on failure
2024-03-20 Bernd SchubertAdd glibc backtrace to signal handler
2024-03-20 Bernd Schubertci-build.sh: Add back test without versioned symbols
2024-03-20 Bernd SchubertBuild clang/sanitized build first
2024-03-20 Bernd SchubertFix use-after-free in example/poll.c
2024-03-20 Bernd SchubertAdd back s-bit for compiled fusermount
2024-03-20 Bernd SchubertFix test failures: Create missing mount dir
2024-03-20 Bernd Schubertci-build.sh: Reduce pytest --maxfail from 99 to 1
2024-03-07 Bernd SchubertMerge pull request #901 from bsbernd/posix_spawn
2024-03-07 Bernd Schubertci-build.sh: Always install and add s-bit for fusermount3
2024-03-07 Bernd Schubertci-build.sh: Run ASAN and UBSAN at the same time
2024-03-07 Bernd Schubertposix_spawn style updates
2024-03-07 Matthias GoergensUse posix_spawn instead of fork+exec
2024-03-06 Bernd SchubertFix undefined loff_t in test_write_cache.c on alpine
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...
next