summaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c
Commit message (Expand)AuthorAgeFilesLines
* mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying2019-07-121-18/+15Star
* mm, swap: fix race between swapoff and some swap operationsHuang Ying2019-07-121-3/+13
* Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-061-2/+2
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-141-2/+2
* mm: swap: add comment for swap_vma_readaheadYang Shi2019-03-061-1/+15
* mm: swap: check if swap backing device is congested or notYang Shi2019-03-061-0/+7
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-79/+40Star
|\
| * page cache: Finish XArray conversionMatthew Wilcox2018-10-211-1/+1
| * mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox2018-10-211-14/+10Star
| * mm: Convert add_to_swap_cache to XArrayMatthew Wilcox2018-10-211-64/+29Star
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-271-0/+1
|/
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-1/+1
* mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo2018-06-081-3/+0Star
* page cache: use xa_lockMatthew Wilcox2018-04-111-9/+8Star
* mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() staticColin Ian King2018-04-061-3/+3
* mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim2018-04-061-11/+37
* mm: swap: clean up swap readaheadMinchan Kim2018-04-061-43/+53
* mm: remove cold parameter for release_pagesMel Gorman2017-11-161-1/+1
* mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du2017-11-161-3/+3
* mm, swap: fix false error message in __swp_swapcount()Huang Ying2017-11-161-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying2017-10-141-34/+7Star
* mm: fix data corruption caused by lazyfree pageShaohua Li2017-10-041-0/+11
* mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying2017-09-071-0/+80
* mm, swap: VMA based swap readaheadHuang Ying2017-09-071-17/+198
* mm, swap: fix swap readahead markingHuang Ying2017-09-071-7/+11
* mm, swap: add swap readahead hit statisticsHuang Ying2017-09-071-2/+7
* swap: add block io poll in swapin pathShaohua Li2017-07-111-4/+6
* mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-071-17/+6Star
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-071-10/+3Star
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-071-44/+70
* mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying2017-05-091-1/+1
* mm, swap: fix comment in __read_swap_cache_asyncHuang Ying2017-05-041-11/+1Star
* mm/swap: skip readahead only when swap slot cache is enabledHuang Ying2017-02-231-3/+10
* mm/swap: add cache for swap slots allocationTim Chen2017-02-231-0/+1
* mm/swap: skip readahead for unreferenced swap slotsTim Chen2017-02-231-0/+4
* mm/swap: split swap cache into 64MB trunksHuang, Ying2017-02-231-12/+56
* mm, swap: use offset of swap entry as key of swap cacheHuang Ying2016-10-081-4/+4
* thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-081-3/+1Star
* mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying2016-10-081-0/+2
* mm: move most file-based accounting to the nodeMel Gorman2016-07-291-2/+2
* mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer2016-06-091-1/+4
* mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins2016-05-201-2/+1Star
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-6/+6
* mm: memcontrol: charge swap to cgroup2Vladimir Davydov2016-01-211-0/+5
* mm: support madvise(MADV_FREE)Minchan Kim2016-01-161-3/+2Star
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-161-2/+2
* mm: swap: zswap: maybe_preload & refactoringDmitry Safonov2015-09-091-11/+26
* mm: remove rest of ACCESS_ONCE() usagesJason Low2015-04-161-1/+1
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star