Files
linux-stable-mirror/fs
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
..
2018-09-29 22:47:49 -04:00
2018-08-21 23:54:17 -04:00
2018-08-17 16:20:28 -07:00
2018-09-29 22:47:48 -04:00
2018-08-17 16:20:27 -07:00
2018-09-20 22:01:12 +02:00
2018-09-29 22:47:49 -04:00
2018-07-03 16:44:45 -04:00
2018-09-29 22:47:49 -04:00
2018-07-18 15:44:40 +02:00