aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan1-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-2/+3
2018-05-25mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval1-1/+6
2018-04-11mm/swapfile.c: make pointer swap_avail_heads staticColin Ian King1-1/+1
2018-04-11swap: divide-by-zero when zero length swap file on ssdTom Abraham1-0/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro1-1/+1
2017-11-15mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no other referenceMinchan Kim1-0/+7
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim1-4/+7
2017-11-15mm, swap: introduce SWP_SYNCHRONOUS_IOMinchan Kim1-0/+3
2017-11-03mm, swap: fix race between swap count continuation operationsHuang Ying1-6/+17
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