Michel Lespinasse bebeb3d68b mm: introduce mm_populate() for populating new vmas
When creating new mappings using the MAP_POPULATE / MAP_LOCKED flags (or
with MCL_FUTURE in effect), we want to populate the pages within the
newly created vmas.  This may take a while as we may have to read pages
from disk, so ideally we want to do this outside of the write-locked
mmap_sem region.

This change introduces mm_populate(), which is used to defer populating
such mappings until after the mmap_sem write lock has been released.
This is implemented as a generalization of the former do_mlock_pages(),
which accomplished the same task but was using during mlock() /
mlockall().

Signed-off-by: Michel Lespinasse <walken@google.com>
Reported-by: Andy Lutomirski <luto@amacapital.net>
Acked-by: Rik van Riel <riel@redhat.com>
Tested-by: Andy Lutomirski <luto@amacapital.net>
Cc: Greg Ungerer <gregungerer@westnet.com.au>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-02-23 17:50:10 -08:00
..
2013-02-21 15:27:22 -08:00
2013-01-02 17:36:10 -08:00
2013-02-21 14:58:40 -08:00
2012-12-11 11:19:09 -08:00
2013-01-02 17:36:10 -08:00
2013-02-21 12:11:44 -08:00
2013-02-01 10:13:48 -05:00
2013-02-21 15:27:22 -08:00
2012-11-30 12:37:36 +01:00
2013-01-03 14:34:06 -08:00
2012-12-02 00:05:12 +00:00
2012-12-20 13:57:36 -05:00
2012-12-21 20:23:41 +00:00
2013-02-21 12:05:51 -08:00
2013-01-29 10:48:30 +01:00
2012-12-24 09:36:38 -07:00
2012-11-28 11:54:40 +01:00
2012-11-22 13:43:27 +09:00
2012-11-28 21:49:02 -05:00
2012-11-28 21:49:02 -05:00
2012-11-21 10:07:48 +01:00
2012-12-16 15:18:08 -08:00
2012-12-16 15:18:08 -08:00
2013-01-25 21:03:54 -08:00
2012-11-23 12:23:40 +01:00
2013-02-06 15:59:47 -05:00
2012-12-14 13:05:26 +10:30
2013-01-29 13:59:57 -05:00
2012-11-21 15:09:26 -08:00
2013-01-10 11:44:38 -06:00
2013-01-29 19:32:58 -08:00
2012-11-20 16:15:02 +10:00
2013-01-29 19:32:57 -08:00
2012-12-12 17:38:33 -08:00
2012-12-16 15:18:08 -08:00
2012-12-14 13:06:40 +10:30
2012-12-25 18:45:06 -05:00
2012-12-11 17:22:27 -08:00
2013-02-21 13:41:04 -08:00
2013-02-21 12:05:51 -08:00
2013-02-21 13:41:04 -08:00
2013-01-24 15:37:26 +01:00
2013-01-03 15:57:14 -08:00
2013-01-23 13:44:00 -05:00
2012-11-16 14:33:04 -08:00
2013-02-21 12:05:51 -08:00
2012-12-18 15:02:13 -08:00
2012-12-18 15:02:14 -08:00
2013-02-10 19:41:08 -05:00
2012-12-24 09:36:38 -07:00
2013-02-21 14:58:40 -08:00
2013-01-15 22:43:15 -08:00
2013-02-08 18:28:04 +01:00
2013-01-25 15:06:01 -08:00
2012-12-16 15:18:08 -08:00