diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2024-02-26 15:55:28 -0500 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-03-04 17:01:19 -0800 |
| commit | 8897277acfef7f70fdecc054073bea2542fc7a1b (patch) | |
| tree | 2e00108c1b272998e58142cf10cd249e35dea4ea /tools/perf/scripts/python | |
| parent | 319a624ec2b79db7a0b0a2a2a61e3aa5c96eabfc (diff) | |
mm: support order-1 folios in the page cache
Folios of order 1 have no space to store the deferred list. This is not a
problem for the page cache as file-backed folios are never placed on the
deferred list. All we need to do is prevent the core MM from touching the
deferred list for order 1 folios and remove the code which prevented us
from allocating order 1 folios.
Link: https://lore.kernel.org/linux-mm/[email protected]/
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Zi Yan <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Luis Chamberlain <[email protected]>
Cc: Michal Koutny <[email protected]>
Cc: Roman Gushchin <[email protected]>
Cc: Ryan Roberts <[email protected]>
Cc: Yang Shi <[email protected]>
Cc: Yu Zhao <[email protected]>
Cc: Zach O'Keefe <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions