summaryrefslogtreecommitdiff
path: root/mm/swap_state.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-11page cache: use xa_lockMatthew Wilcox1-9/+8
2018-04-06mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() staticColin Ian King1-3/+3
2018-04-06mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim1-11/+37
2018-04-06mm: swap: clean up swap readaheadMinchan Kim1-43/+53
2017-11-16mm: remove cold parameter for release_pagesMel Gorman1-1/+1
2017-11-16mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du1-3/+3
2017-11-16mm, swap: fix false error message in __swp_swapcount()Huang Ying1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-14mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying1-34/+7
2017-10-04mm: fix data corruption caused by lazyfree pageShaohua Li1-0/+11
2017-09-07mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying1-0/+80
2017-09-07mm, swap: VMA based swap readaheadHuang Ying1-17/+198
2017-09-07mm, swap: fix swap readahead markingHuang Ying1-7/+11
2017-09-07mm, swap: add swap readahead hit statisticsHuang Ying1-2/+7
2017-07-11swap: add block io poll in swapin pathShaohua Li1-4/+6
2017-07-07mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim1-17/+6
2017-07-07mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim1-10/+3
2017-07-07mm, THP, swap: delay splitting THP during swap outHuang Ying1-44/+70
2017-05-09mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying1-1/+1
2017-05-04mm, swap: fix comment in __read_swap_cache_asyncHuang Ying1-11/+1
2017-02-23mm/swap: skip readahead only when swap slot cache is enabledHuang Ying1-3/+10
2017-02-23mm/swap: add cache for swap slots allocationTim Chen1-0/+1
2017-02-23mm/swap: skip readahead for unreferenced swap slotsTim Chen1-0/+4
2017-02-23mm/swap: split swap cache into 64MB trunksHuang, Ying1-12/+56
2016-10-08mm, swap: use offset of swap entry as key of swap cacheHuang Ying1-4/+4
2016-10-08thp: reduce usage of huge zero page's atomic counterAaron Lu1-3/+1
2016-10-08mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying1-0/+2
2016-07-29mm: move most file-based accounting to the nodeMel Gorman1-2/+2
2016-06-10mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer1-1/+4
2016-05-20mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-6/+6
2016-01-21mm: memcontrol: charge swap to cgroup2Vladimir Davydov1-0/+5
2016-01-16mm: support madvise(MADV_FREE)Minchan Kim1-3/+2
2016-01-16page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-2/+2
2015-09-09mm: swap: zswap: maybe_preload & refactoringDmitry Safonov1-11/+26
2015-04-16mm: remove rest of ACCESS_ONCE() usagesJason Low1-1/+1
2015-01-21fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-21fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig1-6/+1
2014-12-11mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner1-1/+0
2014-10-10mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko1-10/+4
2014-10-10include/linux/migrate.h: remove migrate_page #defineAndrew Morton1-0/+2
2014-08-09mm: allow drivers to prevent new writable mappingsDavid Herrmann1-0/+1
2014-08-09mm: memcontrol: rewrite uncharge APIJohannes Weiner1-4/+4
2014-06-05mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-02-07swap: add a simple detector for inappropriate swapin readaheadShaohua Li1-3/+60
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-8/+8
2013-09-12lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-2/+2
2013-06-13swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini1-1/+17
2013-04-30mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-2/+2
2013-04-30mm: break up swap_writepage() for frontswap backendsSeth Jennings1-1/+1