[PATCH -v2 0/6] fuse: make maximum read/write request size tunable

2012-07-19 Thread Mitsuo Hayasaka
Hi, This patch series make maximum read/write request size tunable in FUSE. Currently, it is limited to FUSE_MAX_PAGES_PER_REQ which is equal to 32 pages. It is required to change it in order to improve the throughput since optimized value depends on various factors such as type and version of

[PATCH -v2 0/6] fuse: make maximum read/write request size tunable

2012-07-19 Thread Mitsuo Hayasaka
Hi, This patch series make maximum read/write request size tunable in FUSE. Currently, it is limited to FUSE_MAX_PAGES_PER_REQ which is equal to 32 pages. It is required to change it in order to improve the throughput since optimized value depends on various factors such as type and version of