aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_uring.c
AgeCommit message (Expand)AuthorLines
2025-07-22fuse-io-uring: Add sanity check for the number of queue entriesBernd Schubert-2/+7
2025-07-22fuse-over-io-uring: Remove handling of -EOPNOTSUPPBernd Schubert-11/+3
2025-06-27license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txtizxl007-1/+1
2025-06-17Fix io-uring teardownBernd Schubert-4/+10
2025-05-22Fix build in musl libcLuis Henriques-1/+1
2025-04-28Add a README for fuse-over-io-uringBernd Schubert-2/+1
2025-04-28Add fuse-io-uring reply supportBernd Schubert-0/+150
2025-04-28Add fuse_session_process_uring_cqeBernd Schubert-15/+0
2025-04-28Add a basic io-uring cqe handlerBernd Schubert-3/+92
2025-04-28fuse: Add ring creationBernd Schubert-0/+548