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
/
fuse_uring.c
Age
Commit message (
Expand
)
Author
Lines
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
/
+24
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-07-22
Split fuse-io-uring startup
Bernd Schubert
-4
/
+56
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-06-27
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
izxl007
-1
/
+1
2025-06-17
Fix io-uring teardown
Bernd Schubert
-4
/
+10
2025-05-22
Fix build in musl libc
Luis Henriques
-1
/
+1
2025-04-28
Add a README for fuse-over-io-uring
Bernd Schubert
-2
/
+1
2025-04-28
Add fuse-io-uring reply support
Bernd Schubert
-0
/
+150
2025-04-28
Add fuse_session_process_uring_cqe
Bernd Schubert
-15
/
+0
2025-04-28
Add a basic io-uring cqe handler
Bernd Schubert
-3
/
+92
2025-04-28
fuse: Add ring creation
Bernd Schubert
-0
/
+548