aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 daysEnable passthrough mode for read/write operations (#919)upstream-masterAmir Goldstein
3 daysAdd in the libfuse version a program was compiled with (#942)Bernd Schubert
6 daysHandle NO_OPEN/NO_OPENDIR support automatically (#949)Josef Bacik
8 daysBump actions/checkout from 4.1.4 to 4.1.5 (#946)dependabot[bot]
9 daysfuse_common.h: fix warning on _Static_assert() (#939)CismonX
11 daysFix missing fuse_loop_cfg_destroy() in fuse_session_loop_mt_31 (#944)Bernd Schubert
2024-04-30Bump actions/checkout from 4.1.3 to 4.1.4 (#943)dependabot[bot]
2024-04-27Use std=gnu11 (#940)Bernd Schubert
2024-04-26Bump actions/checkout from 4.1.2 to 4.1.3 (#934)dependabot[bot]
2024-04-25[libFuse 3.16.2]Compilation failure on freeBSD #936 (#938)Bernd Schubert
2024-04-22 Use single place to define the version and increase version to 3.17.0 (#932)Bernd Schubert
2024-04-20example/: Convert all fuse_session_loop_mt users to 3.12 API (#931)Bernd Schubert
2024-04-20passthrough_ll: fix fd leaks in lo_destroy() (#929)legezywzh
2024-04-18Add clone_fd to custom IO (#927)legezywzh
2024-04-16fix max_write update in do_init() (#926)legezywzh
2024-04-06fusermount: Fix use of uninitialized x_mnt_opts (#924)Bernd Schubert
2024-04-02Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)Bernd Schubert
2024-03-29Add support for FUSE_CAP_HANDLE_KILLPRIV_V2Bernd Schubert
2024-03-27Fix FUSE_CAP_DIRECT_IO_ALLOW_MMAP - use new numerical valueBernd Schubert
2024-03-27Install all test/build python packages from requirements.txtAshley Pittman
2024-03-24fix readdirplus when filler is called with zero offset (#896)farlongsignal
2024-03-21reset got_init after handling FUSE_DESTROY message (#910)legezywzh
2024-03-20ci-build.sh: Fix checking for function arguments (#909)Bernd Schubert
2024-03-20Add FUSE_FILL_DIR_DEFAULTS enum (#903)FredyVia
2024-03-20Fix example/fix-notify_inval_inode.c (#908)Bernd Schubert
2024-03-20Bump actions/checkout from 4.1.1 to 4.1.2 (#905)dependabot[bot]
2024-03-20Merge pull request #904 from bsbernd/s-bit-fusermountBernd Schubert
2024-03-20Add final "meson setup --reconfigure" to README.mdBernd Schubert
2024-03-20/test_ctests / test_notify1: Print cmdline on failureBernd Schubert
2024-03-20Add glibc backtrace to signal handlerBernd Schubert
2024-03-20ci-build.sh: Add back test without versioned symbolsBernd Schubert
2024-03-20Build clang/sanitized build firstBernd Schubert
2024-03-20Fix use-after-free in example/poll.cBernd Schubert
2024-03-20Add back s-bit for compiled fusermountBernd Schubert
2024-03-20Fix test failures: Create missing mount dirBernd Schubert
2024-03-20ci-build.sh: Reduce pytest --maxfail from 99 to 1Bernd Schubert
2024-03-07Merge pull request #901 from bsbernd/posix_spawnBernd Schubert
2024-03-07ci-build.sh: Always install and add s-bit for fusermount3Bernd Schubert
2024-03-07ci-build.sh: Run ASAN and UBSAN at the same timeBernd Schubert
2024-03-07posix_spawn style updatesBernd Schubert
2024-03-07Use posix_spawn instead of fork+execMatthias Goergens
2024-03-06Fix undefined loff_t in test_write_cache.c on alpineBernd Schubert
2024-03-05fusermount: Fix head-buffer-overflow in extract_x_optionsBernd Schubert
2024-02-26meson: Point OSX (darwin) to https://www.fuse-t.org/Bernd Schubert
2024-02-26example/notify_store_retrieve: Fix races and handle errorsBernd Schubert
2024-02-26Fix tests/test_write_cache in write back mode (#892)Bernd Schubert
2024-02-26Merge pull request #888 from yangyun50/masterBernd Schubert
2024-02-26Enable direct IO for passthrough examples when open has flag O_DIRECTyangyun
2024-02-24Passthrough options starting with "x-" to mtab (#894)Matthew
2024-02-23passthrough_example: make parallel_direct_writes more clearlyyangyun