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