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-09-19
fuse_log: Add __attribute__((format(printf, ) and fix warnings
Bernd Schubert
-15
/
+23
2025-09-19
fuse_lowlevel.c: allow passing ops as NULL
Alik Aslanyan
-1
/
+25
2025-09-13
libfuse: fix COPY_FILE_RANGE interface
Miklos Szeredi
-5
/
+62
2025-08-22
send_reply_uring: Avoid memcpy if src and dest are identical
Bernd Schubert
-1
/
+2
2025-08-22
Allow applications to retrieve the req payload (io-uring only)
Bernd Schubert
-0
/
+37
2025-08-22
fuse-io-uring: Release io-uring resources on io-uring startup failure
Bernd Schubert
-0
/
+5
2025-08-22
fuse-io-uring: Fix double count of ring_pool->failed_threads
Bernd Schubert
-3
/
+0
2025-08-22
io-uring startup: Fix spinning and variable read
Bernd Schubert
-10
/
+15
2025-08-12
fuse_loop_mt.c: fix close-on-exec flag on clone fd
CismonX
-3
/
+9
2025-08-04
mount_bsd.c: Actually report mount failures back to caller
Gleb Popov
-1
/
+3
2025-07-22
high level: Remove the nullpath_ok log message
Bernd Schubert
-4
/
+0
2025-07-22
fuse_uring_i.h: Include errno.h
Bernd Schubert
-0
/
+2
2025-07-22
Split fuse-io-uring startup
Bernd Schubert
-9
/
+71
2025-07-22
fuse-io-uring: Add sanity check for the number of queue entries
Bernd Schubert
-2
/
+7
2025-07-22
fuse-over-io-uring: Remove handling of -EOPNOTSUPP
Bernd Schubert
-11
/
+3
2025-07-16
Avoid double unmount on FUSE_DESTROY
Bernd Schubert
-12
/
+24
2025-07-16
Add statx support
Joanne Koong
-1
/
+214
2025-06-27
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
izxl007
-21
/
+21
2025-06-25
Catch up with fuse_send_data_iov() signature changes in the fallback case
Gleb Popov
-2
/
+3
2025-06-22
Clarify offset field is signed despite uint64_t type
izxl007
-0
/
+4
2025-06-18
fuse: add support to FUSE_NOTIFY_INC_EPOCH
Luis Henriques
-0
/
+14
2025-06-17
mount_util.c: check if utab exists before update
Georgi Valkov
-0
/
+4
2025-06-17
Fix io-uring teardown
Bernd Schubert
-4
/
+10
2025-06-12
help: Remove duplicate io_uring options from fuse_cmdline_help
izxl007
-5
/
+1
2025-06-12
fuse_signals.c: fix build warning when HAVE_BACKTRACE is undefined
Georgi Valkov
-0
/
+2
2025-06-10
mount_bsd.c: Fix race between actual mounting and returning to the caller
Gleb Popov
-1
/
+2
2025-05-28
fuse_lowlevel.c: Remove duplicate descriptions of auto_unmount
izxl007
-1
/
+0
2025-05-22
Fix build in musl libc
Luis Henriques
-7
/
+6
2025-05-20
conn->want conversion: Fix fuse_apply_conn_info_opts()
Bernd Schubert
-47
/
+99
2025-05-20
Make conn->want/want_ext conversion non fatal
Bernd Schubert
-27
/
+3
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
[next]