Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-03-31 | fuse: add kernel-enforced timeout option for requests | Joanne Koong | 1 | -0/+6 |
2025-03-31 | fuse: removed unused function fuse_uring_create() from header | Luis Henriques | 1 | -6/+0 |
2025-03-31 | fuse: {io-uring} Fix a possible req cancellation race | Bernd Schubert | 1 | -0/+6 |
2025-01-27 | fuse: {io-uring} Prevent mount point hang on fuse-server termination | Bernd Schubert | 1 | -0/+9 |
2025-01-27 | fuse: Allow to queue bg requests through io-uring | Bernd Schubert | 1 | -0/+12 |
2025-01-27 | fuse: Allow to queue fg requests through io-uring | Bernd Schubert | 1 | -0/+8 |
2025-01-27 | fuse: {io-uring} Handle teardown of ring entries | Bernd Schubert | 1 | -0/+51 |
2025-01-27 | fuse: Add io-uring sqe commit and fetch support | Bernd Schubert | 1 | -0/+12 |
2025-01-24 | fuse: {io-uring} Handle SQEs - register commands | Bernd Schubert | 1 | -0/+113 |