fuser icon indicating copy to clipboard operation
fuser copied to clipboard

Add IO-uring support

Open cberner opened this issue 4 months ago • 0 comments

Add FUSE_OVER_IO_URING and all other io-uring related flags and data structures:

  • struct fuse_uring_ent_in_out
  • struct fuse_uring_req_header
  • struct fuse_uring_cmd_req
  • FUSE_URING_IN_OUT_HEADER_SZ
  • FUSE_URING_OP_IN_OUT_SZ
  • enum fuse_uring_cmd

cberner avatar Aug 15 '25 03:08 cberner