linux/fs/nfs/blocklayout
Matthew Wilcox 0d3f929666 page cache: Convert hole search to XArray
The page cache offers the ability to search for a miss in the previous or
next N locations.  Rather than teach the XArray about the page cache's
definition of a miss, use xas_prev() and xas_next() to search the page
array.  This should be more efficient as it does not have to start the
lookup from the top for each index.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
2018-10-21 10:46:33 -04:00
..
Makefile
blocklayout.c page cache: Convert hole search to XArray 2018-10-21 10:46:33 -04:00
blocklayout.h
dev.c
extent_tree.c
rpc_pipefs.c