aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.fuse-io-uring
AgeCommit message (Collapse)AuthorLines
2025-06-05Update how to use the io_uring and io_uring_q_depth mount optionsizxl007-4/+4
This patch updates how to use the io_uring and io_uring_q_depth mount options. There are two reasons for this: 1. It is recommended for end-users to use a format like “-o io_uring" (with a space) in README.fuse-io-uring. This is because, in the passthrough_hp example, cxxopts does not support the "-oio_uring" format (without a space), and using it would result in a syntax error. 2. Remove redundant "--uring" and "--uring-q-depth=" from passthrough_hp example. Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
2025-04-28Add a README for fuse-over-io-uringBernd Schubert-0/+38
Also update the comment description of fuse_uring.c Signed-off-by: Bernd Schubert <bschubert@ddn.com>