Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
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 |