Home
last modified time | relevance | path

Searched hist:"0 f6b56ec958d49e2b3dc955cdac6b62702c04b72" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/f2fs/
H A Dsuper.cdiff 0f6b56ec958d49e2b3dc955cdac6b62702c04b72 Tue Aug 03 06:22:45 CEST 2021 Daeho Jeong <daehojeong@google.com> f2fs: add sysfs node to control ra_pages for fadvise seq file

fadvise() allows the user to expand the readahead window to double with
POSIX_FADV_SEQUENTIAL, now. But, in some use cases, it is not that
sufficient and we need to meet the need in a restricted way. We can
control the multiplier value of bdi device readahead between 2 (default)
and 256 for POSIX_FADV_SEQUENTIAL advise option.

Signed-off-by: Daeho Jeong <daehojeong@google.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>