Searched hist:"817202 d937e6cca7e60f42e6495aaa51d70d9d7e" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | dir.c | diff 817202d937e6cca7e60f42e6495aaa51d70d9d7e Mon Apr 28 04:59:43 CDT 2014 Chao Yu <chao2.yu@samsung.com> f2fs: readahead multi pages of directory for performance
We have no so such readahead mechanism in ->iterate() path as the one in ->read() path, it cause low performance when we read large directory. This patch add readahead in f2fs_readdir() for better performance.
Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | f2fs.h | diff 817202d937e6cca7e60f42e6495aaa51d70d9d7e Mon Apr 28 04:59:43 CDT 2014 Chao Yu <chao2.yu@samsung.com> f2fs: readahead multi pages of directory for performance
We have no so such readahead mechanism in ->iterate() path as the one in ->read() path, it cause low performance when we read large directory. This patch add readahead in f2fs_readdir() for better performance.
Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|