aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes1-0/+1
2017-09-08mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong1-1/+1
2017-09-06swap: choose swap device according to numa nodeAaron Lu1-26/+94
2017-09-06mm, swap: don't use VMA based swap readahead if HDD is used as swapHuang Ying1-1/+7
2017-09-06mm, THP, swap: support splitting THP for THP swap outHuang Ying1-0/+15
2017-09-06mm, THP, swap: don't allocate huge cluster for file backed swap deviceHuang Ying1-3/+4
2017-09-06mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying1-9/+93
2017-09-06mm, THP, swap: support to reclaim swap space for THP swapped outHuang Ying1-7/+71
2017-09-06mm, THP, swap: support to clear swap cache flag for THP swapped outHuang Ying1-7/+25
2017-07-10swap: add block io poll in swapin pathShaohua Li1-1/+1
2017-07-06mm/swapfile.c: sort swap entries before freeHuang Ying1-0/+16
2017-07-06mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim1-2/+14
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying1-69/+190
2017-05-08mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying1-4/+6
2017-05-03mm/swapfile.c: fix swap space leak in error path of swap_free_entries()Huang Ying1-2/+0
2017-05-03mm, swap: avoid lock swap_avail_lock when held cluster lockHuang Ying1-3/+3
2017-05-03mm, swap: improve readability via make spin_lock/unlock balancedHuang Ying1-1/+1
2017-05-03mm, swap: Fix a race in free_swap_and_cache()Huang Ying1-9/+16
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-3/+23
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: use mmget_not_zero() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmget() helperVegard Nossum1-5/+5
2017-02-22mm/swap: enable swap slots cache usageTim Chen1-0/+7
2017-02-22mm/swap: add cache for swap slots allocationTim Chen1-11/+15
2017-02-22mm/swap: free swap slots in batchTim Chen1-61/+94
2017-02-22mm/swap: allocate swap slots in batchesTim Chen1-25/+111
2017-02-22mm/swap: skip readahead for unreferenced swap slotsTim Chen1-6/+41
2017-02-22mm/swap: split swap cache into 64MB trunksHuang, Ying1-2/+14
2017-02-22mm/swap: add cluster lockHuang, Ying1-42/+173
2017-02-22mm/swap: fix kernel message in swap_info_get()Huang, Ying1-4/+4
2017-01-10mm: support anonymous stable pageMinchan Kim1-1/+19
2016-12-12mm: add three more cond_resched() in swapoffHugh Dickins1-7/+6
2016-11-11swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying1-2/+2
2016-10-07mm, swap: add swap_cluster_listHuang Ying1-70/+63
2016-09-19mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar1-1/+0
2016-07-26mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka1-1/+1
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli1-6/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-6/+6
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+6
2016-03-17mm: coalesce split stringsJoe Perches1-2/+1
2016-02-09Merge tag 'drm-intel-next-2016-01-24' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+6
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-20mm: free swap cache aggressively if memcg swap is fullVladimir Davydov1-1/+1
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov1-3/+1
2016-01-15mm: make swapoff more robust against soft dirtyHugh Dickins1-14/+4
2016-01-15mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov1-0/+3
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-4/+5
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-2/+2