On Sun, Mar 16, 2025 at 01:30:20AM +0800, saz97 wrote:
> Signed-off-by: Changzhi Xie
>
> This commit refactors the FUSE export to process read and write operations
> using coroutines, improving concurrency and avoiding blocking the main loop.
>
> The main changes include:
> 1. Introduce FuseIOR
Signed-off-by: Changzhi Xie
This commit refactors the FUSE export to process read and write operations
using coroutines, improving concurrency and avoiding blocking the main loop.
The main changes include:
1. Introduce FuseIORequest structure to encapsulate I/O parameters and state
2. Move rea