linux/Documentation
Andreas Gerstmayr 7c94ba2790 ceph: set io_pages bdi hint
This patch sets the io_pages bdi hint based on the rsize mount option.
Without this patch large buffered reads (request size > max readahead)
are processed sequentially in chunks of the readahead size (i.e. read
requests are sent out up to the readahead size, then the
do_generic_file_read() function waits until the first page is received).

With this patch read requests are sent out at once up to the size
specified in the rsize mount option (default: 64 MB).

Signed-off-by: Andreas Gerstmayr <andreas.gerstmayr@catalysts.cc>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Yan, Zheng <zyan@redhat.com>
2017-02-20 12:16:05 +01:00
..
2016-12-13 11:06:21 -08:00
2016-12-15 15:39:02 -08:00
2017-01-03 16:47:13 -07:00
2017-01-28 11:00:08 -08:00
2016-12-27 13:05:36 -07:00
2017-02-20 12:16:05 +01:00
2016-12-13 15:43:56 -08:00
2016-12-22 12:32:33 -08:00
2016-12-15 13:49:34 -08:00
2016-12-14 10:54:28 +01:00