Re: [PATCH v3 1/3] fuse: add max_pages option

2018-08-15 Thread kbuild test robot
Hi Constantine, Thank you for the patch! Yet something to improve: [auto build test ERROR on fuse/for-next] [also build test ERROR on v4.18 next-20180814] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 1/3] fuse: add max_pages option

2018-08-15 Thread kbuild test robot
Hi Constantine, Thank you for the patch! Yet something to improve: [auto build test ERROR on fuse/for-next] [also build test ERROR on v4.18 next-20180814] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 1/3] fuse: add max_pages option

2018-08-15 Thread Miklos Szeredi
On Tue, Aug 14, 2018 at 11:17 PM, Constantine Shulyupin wrote: > Replace FUSE_MAX_PAGES_PER_REQ with the configurable > mount parameter max_pages to improve performance. > > Old RFC with detailed description of the problem and > many fixes by Mitsuo Hayasaka (mitsuo.hayasaka...@hitachi.com): > -

Re: [PATCH v3 1/3] fuse: add max_pages option

2018-08-15 Thread Miklos Szeredi
On Tue, Aug 14, 2018 at 11:17 PM, Constantine Shulyupin wrote: > Replace FUSE_MAX_PAGES_PER_REQ with the configurable > mount parameter max_pages to improve performance. > > Old RFC with detailed description of the problem and > many fixes by Mitsuo Hayasaka (mitsuo.hayasaka...@hitachi.com): > -

[PATCH v3 1/3] fuse: add max_pages option

2018-08-14 Thread Constantine Shulyupin
Replace FUSE_MAX_PAGES_PER_REQ with the configurable mount parameter max_pages to improve performance. Old RFC with detailed description of the problem and many fixes by Mitsuo Hayasaka (mitsuo.hayasaka...@hitachi.com): - https://lkml.org/lkml/2012/7/5/136 Changes in v3: - used clamp_val -

[PATCH v3 1/3] fuse: add max_pages option

2018-08-14 Thread Constantine Shulyupin
Replace FUSE_MAX_PAGES_PER_REQ with the configurable mount parameter max_pages to improve performance. Old RFC with detailed description of the problem and many fixes by Mitsuo Hayasaka (mitsuo.hayasaka...@hitachi.com): - https://lkml.org/lkml/2012/7/5/136 Changes in v3: - used clamp_val -