aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-07-22fuse-over-io-uring: Remove handling of -EOPNOTSUPPBernd Schubert-11/+3
2025-07-22build(deps): bump github/codeql-action from 3.29.2 to 3.29.3dependabot[bot]-2/+2
2025-07-21example/memfs_ll: Avoid nullptr field initializations by pragmaBernd Schubert-29/+3
2025-07-16memfs_ll: fix deadlock in truncate operationLong Li-1/+0
2025-07-16Avoid double unmount on FUSE_DESTROYBernd Schubert-12/+24
2025-07-16fusermount: close_range seems to be available on bsdBernd Schubert-1/+3
2025-07-16fusermount: Fix the close_range ifdefBernd Schubert-2/+2
2025-07-16Add statx supportJoanne Koong-2/+391
2025-07-15Switch to c++20Bernd Schubert-2/+2
2025-07-13example/passthrough: support fspacectl()CismonX-1/+14
2025-07-13example/passthrough: tidy up passthrough_helpers.hCismonX-5/+17
2025-07-13example/passthrough: refactor fallocateCismonX-39/+27
2025-07-08build(deps): bump github/codeql-action from 3.29.0 to 3.29.2dependabot[bot]-2/+2
2025-06-27license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txtizxl007-55/+55
2025-06-27passthrough_hp: Fix unused function warningGleb Popov-1/+1
2025-06-27memfs_ll: Fix unused variable warningGleb Popov-0/+2
2025-06-25FreeBSD: test runnerVassili Tchersky-0/+33
2025-06-25meson: Enable building C++ examples on FreeBSDGleb Popov-1/+1
2025-06-25passthrough_hp: Fix compilation on systems without O_TMPFILE supportGleb Popov-1/+4
2025-06-25passthrough_hp: Abstract out the fd -> path transitionGleb Popov-12/+31
2025-06-25memfs_ll: Fix compiling on non-Linux OSesGleb Popov-0/+2
2025-06-25examples: Guard inclusions of Linux headers with appropriate ifdefsGleb Popov-1/+5
2025-06-25meson: Check for some Linux-specific headersGleb Popov-0/+7
2025-06-25Catch up with fuse_send_data_iov() signature changes in the fallback caseGleb Popov-2/+3
2025-06-22Clarify offset field is signed despite uint64_t typeizxl007-0/+4
2025-06-18example/ioctl_client: Delete the redundant commentizxl007-2/+0
2025-06-18tests: example: add new test for increment epochLuis Henriques-11/+43
2025-06-18fuse: add support to FUSE_NOTIFY_INC_EPOCHLuis Henriques-1/+33
2025-06-17mount_util.c: check if utab exists before updateGeorgi Valkov-0/+4
2025-06-17Fix io-uring teardownBernd Schubert-4/+10
2025-06-17example/passthrough_hp: Show fuse lowlevel help optionsBernd Schubert-0/+2
2025-06-17Reformat passthrough_hp with clang-formatBernd Schubert-1260/+1300
2025-06-17build(deps): bump github/codeql-action from 3.28.19 to 3.29.0dependabot[bot]-2/+2
2025-06-13gitignore: add *.patchGeorgi Valkov-0/+1
2025-06-12help: Remove duplicate io_uring options from fuse_cmdline_helpizxl007-5/+1
2025-06-12tests: Add an exception for output "error"Bernd Schubert-2/+5
2025-06-12fuse_signals.c: fix build warning when HAVE_BACKTRACE is undefinedGeorgi Valkov-0/+2
2025-06-12gitignore: add .DS_StoreGeorgi Valkov-0/+1
2025-06-10mount_bsd.c: Fix race between actual mounting and returning to the callerGleb Popov-1/+2
2025-06-10build(deps): bump github/codeql-action from 3.28.18 to 3.28.19dependabot[bot]-2/+2
2025-06-05Update how to use the io_uring and io_uring_q_depth mount optionsizxl007-25/+6
2025-05-28fuse_lowlevel.c: Remove duplicate descriptions of auto_unmountizxl007-1/+0
2025-05-22Fix build in musl libcLuis Henriques-7/+6
2025-05-20conn->want conversion: Fix fuse_apply_conn_info_opts()Bernd Schubert-106/+187
2025-05-20Make conn->want/want_ext conversion non fatalBernd Schubert-27/+3
2025-05-20build(deps): bump github/codeql-action from 3.28.17 to 3.28.18dependabot[bot]-2/+2
2025-05-19build(deps): bump github/codeql-action from 3.28.16 to 3.28.17dependabot[bot]-2/+2
2025-04-30Support request timeoutsJoanne Koong-1/+12
2025-04-30Update include/fuse_kernel.h to version 7.43Joanne Koong-2/+8
2025-04-29fuse_lowlevel.c: Fix a small spelling mistakeizxl007-1/+1