aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2025-04-28Synchronize fuse_kernel.h with linux-6.14Bernd Schubert-2/+101
2025-04-28Add fuse-io-uring dependencies to github workfow filesBernd Schubert-3/+4
2025-04-26meson.build: make special_funcs check more reliableGiulio Benetti-2/+2
2025-04-25Fix meson function testsBernd Schubert-18/+49
2025-04-24Fix test/test_examples.py::test_passthroughBernd Schubert-6/+51
2025-04-24Fix multi-threaded fuse session exitBernd Schubert-39/+277
2025-04-23signal handlers: Store fuse_session unconditionallyBernd Schubert-4/+9
2025-04-23example: fix memfs_rename deadlock errorswj-4/+5
2025-04-23Check if pthread_setname_np() exists before use itGiulio Benetti-1/+6
2025-04-16conn: prevent duplicate flag conversion in high-level interfaceBernd Schubert-15/+215
2025-04-15mount: Add FUSE_KERN_DEVICE env variable to specify fuse kernel deviceMeng Lu Wang-42/+19
2025-04-09lib: remove second fuse_main_real_versioned declarationBen Dooks-3/+0
2025-04-08build(deps): bump github/codeql-action from 3.28.13 to 3.28.15dependabot[bot]-2/+2
2025-04-07fuse_lowlevel: Set bufsize if HAVE_SPLICE is not define and avoid raceBernd Schubert-6/+13
2025-04-04meson: add option for enabling usdtJoanne Koong-1/+30
2025-04-04Fix static_assert build failure with C++ version < 11Giulio Benetti-4/+2
2025-04-02Fix build with kernel < 5.9Giulio Benetti-3/+7
2025-04-02example: add usdt.btJoanne Koong-0/+19
2025-04-02fuse_lowlevel: add tracepoints for request receiving, processing, and replyingJoanne Koong-0/+23
2025-04-02lib: Add usdt.hJoanne Koong-0/+540
2025-03-27example: Add a compilation instruction in README.compileizxl007-0/+4
2025-03-26example/hello_ll.c: Improve the compilation commentsizxl007-0/+4
2025-03-25build(deps): bump github/codeql-action from 3.28.11 to 3.28.13dependabot[bot]-2/+2
2025-03-25checkpatch: Ignore dependabot commitsBernd Schubert-0/+5
2025-03-24fuse: Fix want flag conversionBernd Schubert-31/+265
2025-03-24test/test_write_cache.c: Reformat with clang-formatBernd Schubert-204/+212
2025-03-24convert LL_ENABLE/LL_DISABLE to do-while-loopBernd Schubert-4/+11