Age | Commit message (Expand) | Author |
---|---|---|
2025-01-27 | fuse: prevent disabling io-uring on active connections | Bernd Schubert |
2025-01-27 | fuse: enable fuse-over-io-uring | Bernd Schubert |
2025-01-27 | fuse: block request allocation until io-uring init is complete | Bernd Schubert |
2025-01-27 | fuse: {io-uring} Prevent mount point hang on fuse-server termination | Bernd Schubert |
2025-01-27 | fuse: Allow to queue bg requests through io-uring | Bernd Schubert |
2025-01-27 | fuse: Allow to queue fg requests through io-uring | Bernd Schubert |
2025-01-27 | fuse: {io-uring} Handle teardown of ring entries | Bernd Schubert |
2025-01-27 | fuse: Add io-uring sqe commit and fetch support | Bernd Schubert |
2025-01-24 | fuse: {io-uring} Handle SQEs - register commands | Bernd Schubert |