summaryrefslogtreecommitdiff
path: root/mm/swap_state.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-13mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying
2017-10-03mm: fix data corruption caused by lazyfree pageShaohua Li
2017-09-06mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying
2017-09-06mm, swap: VMA based swap readaheadHuang Ying
2017-09-06mm, swap: fix swap readahead markingHuang Ying
2017-09-06mm, swap: add swap readahead hit statisticsHuang Ying
2017-07-10swap: add block io poll in swapin pathShaohua Li
2017-07-06mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim
2017-07-06mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying
2017-05-08mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying
2017-05-03mm, swap: fix comment in __read_swap_cache_asyncHuang Ying
2017-02-22mm/swap: skip readahead only when swap slot cache is enabledHuang Ying
2017-02-22mm/swap: add cache for swap slots allocationTim Chen
2017-02-22mm/swap: skip readahead for unreferenced swap slotsTim Chen
2017-02-22mm/swap: split swap cache into 64MB trunksHuang, Ying
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-07mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-06-09mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2015-09-08mm: swap: zswap: maybe_preload & refactoringDmitry Safonov
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig
2014-12-10mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner
2014-10-09mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-02-06swap: add a simple detector for inappropriate swapin readaheadShaohua Li
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-06-12swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li
2013-04-29mm: break up swap_writepage() for frontswap backendsSeth Jennings
2013-02-23swap: add per-partition lock for swapfileShaohua Li
2013-02-23swap: make each swap partition have one address_spaceShaohua Li
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman
2012-07-31swap: allow swap readahead to be mergedChristian Ehrhardt
2012-04-23mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins
2012-03-21mm: make swapin readahead skip over holesRik van Riel
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins