Searched hist:"9 c3f4d988c23d099095c8b75cbd449e0466fa102" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | dir.c | diff 9c3f4d988c23d099095c8b75cbd449e0466fa102 Thu Feb 17 12:02:37 CST 2022 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: Reduce use of uncached readdir
When reading a very large directory, we want to try to keep the page cache up to date if doing so is inexpensive. With the change to allow readdir to continue reading even when the cache is incomplete, we no longer need to fall back to uncached readdir in order to scale to large directories.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
|