aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2025-04-29build(deps): bump github/codeql-action from 3.28.15 to 3.28.16dependabot[bot]-2/+2
2025-04-28lib/fuse.c: refactor handler logic for readabilityJoanne Koong-450/+399
2025-04-28Add a README for fuse-over-io-uringBernd Schubert-2/+39
2025-04-28Set FUSE_CAP_OVER_IO_URING flag - allow io-uring modeBernd Schubert-0/+3
2025-04-28env variables to override default io-uring enable and q-depthBernd Schubert-2/+18
2025-04-28passthrough_hp: Add io-uring optionsBernd Schubert-4/+25
2025-04-28Add fuse_req_is_uring() to check if a req comes through io-uringBernd Schubert-0/+15
2025-04-28fuse: Add io-uring optionsBernd Schubert-2/+18
2025-04-28fuse_common.h: Prefix flags with 1ULBernd Schubert-29/+29
2025-04-28Add fuse-io-uring reply supportBernd Schubert-27/+222
2025-04-28Add fuse_session_process_uring_cqeBernd Schubert-37/+111
2025-04-28Add a basic io-uring cqe handlerBernd Schubert-3/+92
2025-04-28fuse_ll_ops: Make fuse_ino_t constBernd Schubert-1/+1
2025-04-28fuse_lowlevel: Split fuse_send_msgBernd Schubert-19/+32
2025-04-28Add support for ring creation in fuse_lowlevel.cBernd Schubert-3/+63
2025-04-28fuse: Add ring creationBernd Schubert-3/+630
2025-04-28Add a fuse_set_thread_name() helperBernd Schubert-7/+23
2025-04-28Add container_of and ROUND_UP macrosBernd Schubert-8/+6
2025-04-28fuse_lowlevel: Add support for header/payload separationBernd Schubert-171/+608