Files
rockchip-kernel/mm
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-09-29 22:47:49 -04:00
2018-06-07 17:34:36 -07:00
2018-09-29 22:47:49 -04:00
2018-06-12 16:19:22 -07:00
2018-09-29 22:47:49 -04:00
2018-09-29 22:47:49 -04:00
2018-09-04 16:45:02 -07:00
2018-10-21 10:45:56 -04:00
2018-05-11 17:28:45 -07:00
2018-02-06 18:32:48 -08:00