Craig McQueen

Results 62 comments of Craig McQueen

If a CUSE driver writer provided a non-blocking read & write implementation, and a `.poll` implementation, then plausibly libfuse itself could provide an implementation of the blocking case. Not that...

Once a FUSE/CUSE driver implements a blocking read or write, then a follow-up question is: How should it handle an interruption of the blocking function in the client code? Eg...