index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2025-04-30
Support request timeouts
Joanne Koong
-0
/
+5
2025-04-29
fuse_lowlevel.c: Fix a small spelling mistake
izxl007
-1
/
+1
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
/
+1
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
/
+11
2025-04-28
Add fuse_req_is_uring() to check if a req comes through io-uring
Bernd Schubert
-0
/
+10
2025-04-28
fuse: Add io-uring options
Bernd Schubert
-2
/
+18
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
/
+595
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-24
Fix multi-threaded fuse session exit
Bernd Schubert
-39
/
+61
2025-04-23
signal handlers: Store fuse_session unconditionally
Bernd Schubert
-4
/
+9
2025-04-23
Check if pthread_setname_np() exists before use it
Giulio Benetti
-0
/
+4
2025-04-16
conn: prevent duplicate flag conversion in high-level interface
Bernd Schubert
-0
/
+3
2025-04-15
mount: Add FUSE_KERN_DEVICE env variable to specify fuse kernel device
Meng Lu Wang
-2
/
+5
2025-04-07
fuse_lowlevel: Set bufsize if HAVE_SPLICE is not define and avoid race
Bernd Schubert
-6
/
+10
2025-04-04
meson: add option for enabling usdt
Joanne Koong
-1
/
+26
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-24
fuse: Fix want flag conversion
Bernd Schubert
-29
/
+99
2025-03-24
convert LL_ENABLE/LL_DISABLE to do-while-loop
Bernd Schubert
-4
/
+11
2025-03-14
fuse_lowlevel: Simplify se->buf_reallocable
Bernd Schubert
-12
/
+18
2025-03-14
fuse_session_receive_buf: Fix the pipe buf size
Bernd Schubert
-3
/
+13
2025-02-20
fuse_log: simplify default log function
Vassili Tchersky
-42
/
+5
2025-02-19
mount: fix closing stdout/err and error logs
Vassili Tchersky
-10
/
+11
2025-02-18
Avoid nested function declarations in helper functions
Bernd Schubert
-19
/
+2
2025-02-18
mount_bsd: Remove unused headers
Vassili Tchersky
-4
/
+0
2025-02-18
mount_bsd: Show errors when syscalls failed
Vassili Tchersky
-3
/
+7
2025-02-18
mount_bsd: Proper exit calls
Vassili Tchersky
-4
/
+4
2025-02-18
FreeBSD: Remove useless options
Vassili Tchersky
-31
/
+6
2025-02-18
mount_bsd: Fix usage of libfuse_strtol
Vassili Tchersky
-3
/
+4
2025-02-10
Change version to 3.17.1-rc0
Bernd Schubert
-3
/
+7
2025-02-10
fuse_new version fixes: Change to fuse_new_versioned
Bernd Schubert
-10
/
+8
2025-02-09
Rename to fuse_session_new_versioned
Bernd Schubert
-32
/
+28
2025-02-09
Make fuse_main a macro again and wrap that to fuse_main_fn
Bernd Schubert
-1
/
+1
2025-02-09
Rename fuse_main_real_317 to fuse_main_real_versioned
Bernd Schubert
-6
/
+8
2025-01-31
fuse_lowlevel.c: drop incorrect comment from convert_to_conn_want_ext()
Luis Henriques
-2
/
+0
2025-01-31
fuse_lowlevel.c: fix possible 64 bits value truncation
Luis Henriques
-1
/
+1
2025-01-28
lib: Set thread names
Bernd Schubert
-0
/
+8
2025-01-13
Identify the FD hold by parent process
Zegang
-0
/
+17
2025-01-06
Make fuse_main_real() not symboled
Bernd Schubert
-17
/
+16
2025-01-06
Avoid global declarion of internal functions that are new in 3.17
Bernd Schubert
-6
/
+21
[next]