Re: [PATCH RFC v2] Integration coroutines into fuse export

2025-03-17 Thread Stefan Hajnoczi
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

[PATCH RFC v2] Integration coroutines into fuse export

2025-03-15 Thread saz97
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