commit | 0959e168678d2d95648317e1e5e46bcb358272eb | [log] [tgz] |
---|---|---|
author | Janosch Frank <frankja@linux.ibm.com> | Tue Jul 17 13:21:22 2018 +0100 |
committer | Janosch Frank <frankja@linux.ibm.com> | Mon Jul 30 11:20:18 2018 +0100 |
tree | 384aaaf4b65878390acb5fd2cf2cc8d7fd68cc6c | |
parent | 6a3762778d1ba1a58ab473124790cd612d10eadc [diff] |
s390/mm: Add huge page dirty sync support To do dirty loging with huge pages, we protect huge pmds in the gmap. When they are written to, we unprotect them and mark them dirty. We introduce the function gmap_test_and_clear_dirty_pmd which handles dirty sync for huge pages. Signed-off-by: Janosch Frank <frankja@linux.ibm.com> Acked-by: David Hildenbrand <david@redhat.com>