aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-09-22FUSE_INIT handler: Set got_init only shortly before send_reply_okBernd Schubert-1/+7
2025-09-22fuse_loop_mt: Don't create new workers before init is receivedBernd Schubert-1/+2
2025-09-19io-uring: re-initialize fields in struct fuse_reqBernd Schubert-19/+26
2025-09-19fuse_log: Add __attribute__((format(printf, ) and fix warningsBernd Schubert-30/+41
2025-09-19fuse_lowlevel.c: allow passing ops as NULLAlik Aslanyan-1/+27
2025-09-16libfuse: don't put HAVE_STATX in a public headerDarrick J. Wong-10/+4
2025-09-16build(deps): bump github/codeql-action from 3.30.1 to 3.30.3dependabot[bot]-2/+2
2025-09-13libfuse: fix COPY_FILE_RANGE interfaceMiklos Szeredi-6/+73
2025-09-09build(deps): bump actions/setup-python from 5 to 6dependabot[bot]-2/+2
2025-09-09build(deps): bump github/codeql-action from 3.29.11 to 3.30.1dependabot[bot]-2/+2
2025-08-31build(deps): bump github/codeql-action from 3.29.10 to 3.29.11dependabot[bot]-2/+2
2025-08-22Fix passthrough_hp.cc indentationBernd Schubert-14/+14
2025-08-22send_reply_uring: Avoid memcpy if src and dest are identicalBernd Schubert-1/+2
2025-08-22Allow applications to retrieve the req payload (io-uring only)Bernd Schubert-4/+87
2025-08-22fuse-io-uring: Release io-uring resources on io-uring startup failureBernd Schubert-0/+5
2025-08-22fuse-io-uring: Fix double count of ring_pool->failed_threadsBernd Schubert-3/+0
2025-08-22io-uring startup: Fix spinning and variable readBernd Schubert-10/+15
2025-08-19build(deps): bump github/codeql-action from 3.29.8 to 3.29.10dependabot[bot]-2/+2
2025-08-19tests: move struct size assertions into a testCismonX-16/+25
2025-08-12fuse_loop_mt.c: fix close-on-exec flag on clone fdCismonX-3/+9
2025-08-12build(deps): bump github/codeql-action from 3.29.7 to 3.29.8dependabot[bot]-2/+2
2025-08-12build(deps): bump actions/checkout from 4 to 5dependabot[bot]-8/+8
2025-08-05build(deps): bump github/codeql-action from 3.29.3 to 3.29.5dependabot[bot]-2/+2
2025-08-04Update issue templatesBernd Schubert-16/+27
2025-08-04mount_bsd.c: Actually report mount failures back to callerGleb Popov-1/+3
2025-07-22high level: Remove the nullpath_ok log messageBernd Schubert-4/+0
2025-07-22fuse_uring_i.h: Include errno.hBernd Schubert-0/+2
2025-07-22Split fuse-io-uring startupBernd Schubert-9/+71
2025-07-22Simplify meson condition for liburingBernd Schubert-4/+2
2025-07-22fuse-io-uring: Add sanity check for the number of queue entriesBernd Schubert-2/+7
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