]> Git Repo - linux.git/commit - mm/swapfile.c
mm, THP, swap: don't allocate huge cluster for file backed swap device
authorHuang Ying <[email protected]>
Wed, 6 Sep 2017 23:22:23 +0000 (16:22 -0700)
committerLinus Torvalds <[email protected]>
Thu, 7 Sep 2017 00:27:27 +0000 (17:27 -0700)
commitf0eea189e8e969b66e03bac8a7d92888ba267854
tree4af1e27e1cc318c37b1b447ff4a65a2f5048dea7
parentba3c4ce6def4915093be80585ff69f780630f32f
mm, THP, swap: don't allocate huge cluster for file backed swap device

It's hard to write a whole transparent huge page (THP) to a file backed
swap device during swapping out and the file backed swap device isn't
very popular.  So the huge cluster allocation for the file backed swap
device is disabled.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: "Huang, Ying" <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Shaohua Li <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: "Kirill A . Shutemov" <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Ross Zwisler <[email protected]> [for brd.c, zram_drv.c, pmem.c]
Cc: Vishal L Verma <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/swapfile.c
This page took 0.048106 seconds and 4 git commands to generate.