index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-05-20
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
dependabot[bot]
-2
/
+2
2025-05-19
build(deps): bump github/codeql-action from 3.28.16 to 3.28.17
dependabot[bot]
-2
/
+2
2025-04-30
Support request timeouts
Joanne Koong
-1
/
+12
2025-04-30
Update include/fuse_kernel.h to version 7.43
Joanne Koong
-2
/
+8
2025-04-29
fuse_lowlevel.c: Fix a small spelling mistake
izxl007
-1
/
+1
2025-04-29
build(deps): bump github/codeql-action from 3.28.15 to 3.28.16
dependabot[bot]
-2
/
+2
2025-04-28
lib/fuse.c: refactor handler logic for readability
Joanne Koong
-450
/
+399
2025-04-28
Add a README for fuse-over-io-uring
Bernd Schubert
-2
/
+39
2025-04-28
Set FUSE_CAP_OVER_IO_URING flag - allow io-uring mode
Bernd Schubert
-0
/
+3
2025-04-28
env variables to override default io-uring enable and q-depth
Bernd Schubert
-2
/
+18
2025-04-28
passthrough_hp: Add io-uring options
Bernd Schubert
-4
/
+25
2025-04-28
Add fuse_req_is_uring() to check if a req comes through io-uring
Bernd Schubert
-0
/
+15
2025-04-28
fuse: Add io-uring options
Bernd Schubert
-2
/
+18
2025-04-28
fuse_common.h: Prefix flags with 1UL
Bernd Schubert
-29
/
+29
2025-04-28
Add fuse-io-uring reply support
Bernd Schubert
-27
/
+222
2025-04-28
Add fuse_session_process_uring_cqe
Bernd Schubert
-37
/
+111
2025-04-28
Add a basic io-uring cqe handler
Bernd Schubert
-3
/
+92
2025-04-28
fuse_ll_ops: Make fuse_ino_t const
Bernd Schubert
-1
/
+1
2025-04-28
fuse_lowlevel: Split fuse_send_msg
Bernd Schubert
-19
/
+32
2025-04-28
Add support for ring creation in fuse_lowlevel.c
Bernd Schubert
-3
/
+63
2025-04-28
fuse: Add ring creation
Bernd Schubert
-3
/
+630
2025-04-28
Add a fuse_set_thread_name() helper
Bernd Schubert
-7
/
+23
2025-04-28
Add container_of and ROUND_UP macros
Bernd Schubert
-8
/
+6
2025-04-28
fuse_lowlevel: Add support for header/payload separation
Bernd Schubert
-171
/
+608
2025-04-28
Synchronize fuse_kernel.h with linux-6.14
Bernd Schubert
-2
/
+101
2025-04-28
Add fuse-io-uring dependencies to github workfow files
Bernd Schubert
-3
/
+4
2025-04-26
meson.build: make special_funcs check more reliable
Giulio Benetti
-2
/
+2
2025-04-25
Fix meson function tests
Bernd Schubert
-18
/
+49
2025-04-24
Fix test/test_examples.py::test_passthrough
Bernd Schubert
-6
/
+51
2025-04-24
Fix multi-threaded fuse session exit
Bernd Schubert
-39
/
+277
2025-04-23
signal handlers: Store fuse_session unconditionally
Bernd Schubert
-4
/
+9
2025-04-23
example: fix memfs_rename deadlock error
swj
-4
/
+5
2025-04-23
Check if pthread_setname_np() exists before use it
Giulio Benetti
-1
/
+6
2025-04-16
conn: prevent duplicate flag conversion in high-level interface
Bernd Schubert
-15
/
+215
2025-04-15
mount: Add FUSE_KERN_DEVICE env variable to specify fuse kernel device
Meng Lu Wang
-42
/
+19
2025-04-09
lib: remove second fuse_main_real_versioned declaration
Ben Dooks
-3
/
+0
2025-04-08
build(deps): bump github/codeql-action from 3.28.13 to 3.28.15
dependabot[bot]
-2
/
+2
2025-04-07
fuse_lowlevel: Set bufsize if HAVE_SPLICE is not define and avoid race
Bernd Schubert
-6
/
+13
2025-04-04
meson: add option for enabling usdt
Joanne Koong
-1
/
+30
2025-04-04
Fix static_assert build failure with C++ version < 11
Giulio Benetti
-4
/
+2
2025-04-02
Fix build with kernel < 5.9
Giulio Benetti
-3
/
+7
2025-04-02
example: add usdt.bt
Joanne Koong
-0
/
+19
2025-04-02
fuse_lowlevel: add tracepoints for request receiving, processing, and replying
Joanne Koong
-0
/
+23
2025-04-02
lib: Add usdt.h
Joanne Koong
-0
/
+540
2025-03-27
example: Add a compilation instruction in README.compile
izxl007
-0
/
+4
2025-03-26
example/hello_ll.c: Improve the compilation comments
izxl007
-0
/
+4
2025-03-25
build(deps): bump github/codeql-action from 3.28.11 to 3.28.13
dependabot[bot]
-2
/
+2
2025-03-25
checkpatch: Ignore dependabot commits
Bernd Schubert
-0
/
+5
2025-03-24
fuse: Fix want flag conversion
Bernd Schubert
-31
/
+265
2025-03-24
test/test_write_cache.c: Reformat with clang-format
Bernd Schubert
-204
/
+212
[next]