In case of synchronous DIO request (i.e. read(2) or write(2) for a file
opened with O_DIRECT), the patch submits fuse requests asynchronously, but
waits for their completions before return from fuse_direct_IO().
In case of asynchronous DIO request (i.e. libaio io_submit() or a file opened
with O_D
In case of synchronous DIO request (i.e. read(2) or write(2) for a file
opened with O_DIRECT), the patch submits fuse requests asynchronously, but
waits for their completions before return from fuse_direct_IO().
In case of asynchronous DIO request (i.e. libaio io_submit() or a file opened
with O_D
Hi All,
I am working on a crypto driver on linux kernel 2.2.14.. Currently my app
provides data to the driver and the driver process the data (say encrypt)
and gives it back to the app... This is a synchronous transfer mode.. But i
want to do this in an asynchronous manner ie user app supplie
3 matches
Mail list logo